|
3 | 3 | 
|
4 | 4 | [](https://pypi.python.org/pypi/continuum_mechanics)
|
5 | 5 | [](https://solidspy.readthedocs.io/en/latest/)
|
6 |
| -[](https://pypistats.org/packages/solidspy) [](https://zenodo.org/badge/latestdoi/48294591) |
| 6 | +[](https://pypistats.org/packages/solidspy) |
| 7 | +[](https://zenodo.org/badge/latestdoi/48294591) |
7 | 8 |
|
8 | 9 | A simple finite element analysis code for 2D elasticity problems. The
|
9 | 10 | code uses as input simple-to-create text files defining a model in terms
|
@@ -126,23 +127,23 @@ License](http://creativecommons.org/licenses/by/4.0/).
|
126 | 127 |
|
127 | 128 | To cite SolidsPy in publications use
|
128 | 129 |
|
129 |
| -> Nicolás Guarín-Zapata, Juan Gomez (2020). SolidsPy: Version 1.0.16 |
130 |
| -> (Version v1.0.16). Zenodo. <http://doi.org/10.5281/zenodo.4029270> |
| 130 | +> Nicolás Guarín-Zapata, Juan Gomez (2023). SolidsPy: Version 1.1.0 |
| 131 | +> (Version v1.1.0). Zenodo. <https://doi.org/10.5281/zenodo.7694030> |
131 | 132 |
|
132 | 133 | A BibTeX entry for LaTeX users is
|
133 | 134 |
|
134 | 135 | ``` bibtex
|
135 | 136 | @software{solidspy,
|
136 | 137 | title = {SolidsPy: 2D-Finite Element Analysis with Python},
|
137 |
| - version = {1.0.16}, |
| 138 | + version = {1.1.0}, |
138 | 139 | author = {Guarín-Zapata, Nicolás and Gómez, Juan},
|
139 |
| - year = 2020, |
| 140 | + year = 2023, |
140 | 141 | keywords = {Python, Finite elements, Scientific computing, Computational mechanics},
|
141 | 142 | abstract = {SolidsPy is a simple finite element analysis code for
|
142 | 143 | 2D elasticity problems. The code uses as input simple-to-create text
|
143 | 144 | files defining a model in terms of nodal, element, material and
|
144 | 145 | load data.},
|
145 | 146 | url = {https://github.com/AppliedMechanics-EAFIT/SolidsPy},
|
146 |
| - doi = {http://doi.org/10.5281/zenodo.4029270} |
| 147 | + doi = {https://doi.org/10.5281/zenodo.7694030} |
147 | 148 | }
|
148 | 149 | ```
|
0 commit comments