CRediT Generator prepares the CRediT paragraph for your scientific publication. The names and roles can be saved in a standardized XML file to be used again during manuscript revision process to add new authors or as a source file for journal submission system.
The CRediT (Contributor Roles Taxonomy) system provides a standardized and transparent way to recognize the diverse contributions of authors in scientific publications. By categorizing roles such as data curation, writing, supervision, and conceptualization, CRediT ensures that each contributor receives appropriate credit for their specific work, preventing disputes over authorship and clarifying responsibilities. This is especially valuable in the context of Open Science, where transparency and accountability are paramount. Open Science promotes the sharing of research outputs and processes, and the implementation of CRediT enhances this by making contributions visible and traceable. This not only facilitates collaboration but also supports nuanced citation practices, ensuring a fair and accurate representation of contributions in multidisciplinary research and large collaborative projects.
-
use the CRediT Generator online
-
run your own app
git clone https://github.com/IPHYS-Bioinformatics/CRediT-Generator.git
cd CRediT-Generator
python -m venv credit-venv
credit-venv\Scripts\activate
pip install -r requirements.txt
python app.pyand visit https://localhost:8050
Supported by the project National Institute for Research of Metabolic and Cardiovascular Diseases (Programme EXCELES, ID Project No. LX22NPO5104) – Funded by the European Union – Next Generation EU.
- Code: The code in this repository is licensed under the MIT License.
- Content: All non-code content (e.g., documentation, images) is licensed under the Creative Commons Attribution 4.0 International License.

