Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsmia1939 committed Nov 6, 2022
1 parent a6541cd commit cb6e70d
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
9 changes: 9 additions & 0 deletions data/com.github.kevinsmia1939.PySimpleCV.desktop
Original file line number Diff line number Diff line change
@@ -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;
57 changes: 57 additions & 0 deletions data/com.github.kevinsmia1939.PySimpleCV.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.kevinsmia1939.PySimpleCV</id>
<launchable type="desktop-id">com.github.kevinsmia1939.PySimpleCV.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<name>PySimpleCV</name>
<summary>Calculate and plot Cyclic voltammogram and battery cycling</summary>
<description>
<p>
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.
</p>
<p>
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.
</p>
<p>
PyMOL uses OpenGL Extension Wrangler Library (GLEW) and Freeglut,
and can solve Poisson–Boltzmann equations using the Adaptive
Poisson Boltzmann Solver (apbs).
</p>
<p>
Install this application to view, analyze, and prepare graphics
images of proteins and experimental strucural data
(e.g. crystallographic, NMR and electron microscopy based).
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://upload.wikimedia.org/wikipedia/commons/3/36/PyMOL_large.png</image>
<caption>Main PyMOL instance with viewer and object window</caption>
</screenshot>
<screenshot>
<image>http://www.pymolwiki.org/images/e/ee/Pocket.png</image>
<caption>Representation of a binding pocket in a protein</caption>
</screenshot>
<screenshot>
<image>http://www.pymolwiki.org/images/1/18/Cool.png</image>
<caption>A stylized rendering of a protein</caption>
</screenshot>
</screenshots>
<url type="homepage">https://www.pymol.org/</url>
<url type="help">https://pymol.org/2/support.html?</url>
<url type="bugtracker">https://github.com/schrodinger/pymol-open-source/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.5.0." date="2021-05-10">
</release>
</releases>
</component>
Binary file added data/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions data/logo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes

0 comments on commit cb6e70d

Please sign in to comment.