diff --git a/README.md b/README.md index e05a7ee..3621663 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ For .csv and .txt, first column must be voltage and second column is current. Battery cycling support .xls with state (C_CC, D_CC, R) columns. -![PySimpleCV](https://github.com/kevinsmia1939/PySimpleCV/blob/main/cv_screenshot.png?raw=true) -![PySimpleCV](https://github.com/kevinsmia1939/PySimpleCV/blob/main/battery_screenshot.png?raw=true) +![PySimpleCV](https://github.com/kevinsmia1939/PySimpleCV/blob/main/data/logo/cv_screenshot.png?raw=true) +![PySimpleCV](https://github.com/kevinsmia1939/PySimpleCV/blob/main/data/logo/battery_screenshot.png?raw=true) diff --git a/data/com.github.kevinsmia1939.PySimpleCV.desktop b/data/com.github.kevinsmia1939.PySimpleCV.desktop new file mode 100644 index 0000000..2c505d0 --- /dev/null +++ b/data/com.github.kevinsmia1939.PySimpleCV.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=PySimpleCV +GenericName=Calculate and plot Cyclic voltammogram and battery cycling +Comment=Calculate and plot Cyclic voltammogram and battery cycling +Exec=PySimpleCV.py %F +Icon=com.github.kevinsmia1939.PySimpleCV +Terminal=false +Type=Application +Categories=Science;Chemistry; diff --git a/data/com.github.kevinsmia1939.PySimpleCV.metainfo.xml b/data/com.github.kevinsmia1939.PySimpleCV.metainfo.xml new file mode 100644 index 0000000..acadce4 --- /dev/null +++ b/data/com.github.kevinsmia1939.PySimpleCV.metainfo.xml @@ -0,0 +1,57 @@ + + + com.github.kevinsmia1939.PySimpleCV + com.github.kevinsmia1939.PySimpleCV.desktop + CC0-1.0 + GPL-3.0-only + PySimpleCV + Calculate and plot Cyclic voltammogram and battery cycling + +

+ PyMOL is one of a few open-source visualization tools available + for use in structural biology. The Py portion of the software's + name refers to the fact that it extends, and is extensible by the + Python programming language. +

+

+ PyMOL has the ability to load, manipulate and visualize molecules + from a variety of formats and sources. The program can easily be + controlled using a menu-driven GUI, or from a large number of + commands and/or scripts. A built-in raytracer is available to + generate high-quality images of the views generated in the GL + portion of the GUI. +

+

+ PyMOL uses OpenGL Extension Wrangler Library (GLEW) and Freeglut, + and can solve Poisson–Boltzmann equations using the Adaptive + Poisson Boltzmann Solver (apbs). +

+

+ Install this application to view, analyze, and prepare graphics + images of proteins and experimental strucural data + (e.g. crystallographic, NMR and electron microscopy based). +

+
+ + + https://upload.wikimedia.org/wikipedia/commons/3/36/PyMOL_large.png + Main PyMOL instance with viewer and object window + + + http://www.pymolwiki.org/images/e/ee/Pocket.png + Representation of a binding pocket in a protein + + + http://www.pymolwiki.org/images/1/18/Cool.png + A stylized rendering of a protein + + + https://www.pymol.org/ + https://pymol.org/2/support.html? + https://github.com/schrodinger/pymol-open-source/issues + + + + + +
diff --git a/data/logo/logo.png b/data/logo/logo.png new file mode 100644 index 0000000..3d9f080 Binary files /dev/null and b/data/logo/logo.png differ diff --git a/data/logo/logo.svg b/data/logo/logo.svg new file mode 100644 index 0000000..a10c8b3 --- /dev/null +++ b/data/logo/logo.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + diff --git a/battery_screenshot.png b/data/screenshot/battery_screenshot.png similarity index 100% rename from battery_screenshot.png rename to data/screenshot/battery_screenshot.png diff --git a/cv_screenshot.png b/data/screenshot/cv_screenshot.png similarity index 100% rename from cv_screenshot.png rename to data/screenshot/cv_screenshot.png