Skip to content

Commit

Permalink
MAINT: more representative title
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Aug 31, 2024
1 parent dc6d757 commit ce34b98
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: "Castro"
given-names: "Saullo G. P."
orcid: "https://orcid.org/0000-0001-9711-0991"
title: "Methods to calculate composite plate properties"
version: 0.7.0
title: "Methods for analysis and design of composites"
version: 0.7.1
doi: 10.5281/zenodo.2871782
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Coverage status:
[![Codecov Status](https://codecov.io/gh/saullocastro/composites/branch/master/graph/badge.svg?token=KD9D8G8D2P)](https://codecov.io/gh/saullocastro/composites)


Methods to calculate composite plate properties
===============================================
Methods for analysis and design of composites
=============================================

High-performance module to calculate properties of laminated composite
materials. Usually, this module is used to calculate:
Expand All @@ -28,15 +28,15 @@ materials. Usually, this module is used to calculate:
Citing this repository
----------------------

Castro, S. G. P. Methods to calculate composite plate properties (Version
0.7.0) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782
Castro, SGP. Methods for analysis and design of composites (Version
0.7.1) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782

Bibtex :

@misc{composites2024,
author = {Castro, Saullo G. P.},
doi = {10.5281/zenodo.2871782},
title = {{Methods to calculate composite plate properties (Version 0.7.0) [Computer software]. 2024}}
title = {{Methods for analysis and design of composites}}
}

Documentation
Expand Down
9 changes: 4 additions & 5 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Documentation for the ``composites`` module
===========================================

High-performance module to calculate properties and perform analysis on
composites. With the ``composites`` module, you are able to calculate:
High-performance methods for analysis and design of composites.
With the ``composites`` module, you are able to calculate:

* A, B, D, E plane-stress stiffness matrices for plates
- A, B, D, for classical plate theory (CLT, or CLPT)
Expand All @@ -27,15 +27,14 @@ https://github.com/saullocastro/composites
Citing this library
-------------------

Castro, S. G. P. Methods to calculate composite plate properties (Version
0.7.0) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782
Castro, S. G. P. Methods for analysis and design of composites (Version 0.7.1) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782

Bibtex :

@misc{composites2024,
author = {Castro, Saullo G. P.},
doi = {10.5281/zenodo.2871782},
title = {{Methods to calculate composite plate properties (Version 0.7.0) [Computer software]. 2024}}
title = {{Methods for analysis and design of composites (Version 0.7.1) [Computer software]. 2024}}
}


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def read(fname):
"""

is_released = True
version = '0.7.0'
version = '0.7.1'

fullversion = write_version_py(version, is_released)

Expand Down Expand Up @@ -134,7 +134,7 @@ def read(fname):
version = fullversion,
author = "Saullo G. P. Castro",
author_email = "[email protected]",
description = ("Methods to calculate properties of laminated composite materials"),
description = ("Methods for analysis and design of composites"),
long_description = read('README.md'),
long_description_content_type = 'text/markdown',
license = "3-Clause BSD",
Expand Down

0 comments on commit ce34b98

Please sign in to comment.