You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NotePad.md
+70Lines changed: 70 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,73 @@ Where are openmm.unit, unyt or Pint published?
26
26
## Ideas
27
27
28
28
Maybe, if we find different examples of scientific libraries using different unit libraries, we could justify that in a same workflow changing forms is needed.
29
+
30
+
# ChatGPT summary
31
+
Aquí tienes el resumen actualizado, eliminando la referencia al factor de impacto de **JOSS** y aclarando su indexación:
32
+
33
+
---
34
+
35
+
## **📌 Discusión sobre la publicación del artículo de PyUnitWizard**
36
+
37
+
### **1️⃣ Objetivo del artículo**
38
+
- Presentar **PyUnitWizard** como una herramienta para manejar unidades en cálculos científicos con Python.
39
+
- Explicar cómo resuelve problemas de interoperabilidad entre bibliotecas (`numpy`, `matplotlib`, `pint`, etc.).
40
+
- Incluir ejemplos de uso, impacto en la comunidad científica y comparaciones con otras herramientas similares.
41
+
42
+
---
43
+
44
+
### **2️⃣ Revistas consideradas**
45
+
Evaluamos varias opciones con **factor de impacto (FI) e indexadas** en **Scopus y Web of Science**.
[](https://conda.anaconda.org/uibcdf/pyunitwizard)
9
+
[](https://github.com/uibcdf/PyUnitWizard/actions/workflows/install_ubuntu_latest.yaml)
10
+
[](https://github.com/uibcdf/PyUnitWizard/actions/workflows/install_macos_latest.yaml)
8
11
9
-
There are several Python libraries to work with physical quantities in the market, such as pint, unyt or openmm.unit. Imagine that your project or workflow requires the interaction with more than one of these tools, or that you are not sure if you will work with a different quantities library in the future. Wouldn't having a unique API to work with different forms of physical quantities be a relief? PyUnitWizard just does that. It is the wizard you need in your code to change the form of your quantities with no effort.
12
+
13
+
There are several Python libraries to work with physical quantities in the
14
+
market, such as pint, unyt or openmm.unit. Imagine that your project or
15
+
workflow requires the interaction with more than one of these tools, or that
16
+
you are not sure if you will work with a different quantities library in the
17
+
future. Wouldn't having a unique API to work with different forms of physical
18
+
quantities be a relief? PyUnitWizard just does that. It is the wizard you need
19
+
in your code to change the form of your quantities with no effort.
0 commit comments