CRedit Maker helps you to create CRediT (Contributor Roles Taxonomy) statements for your research papers. To learn more about CRediT, visit the CRediT website.
Tip
Link to hosted version: https://andreas-bauer.github.io/credit-maker/
First, install the dependencies:
npm installAfter that, run the development server:
npm run devOpen http://localhost:5173/ with your browser to use it.
Have a look at ./src/credit/generator.js and add your new generator function that creates a new output format.
Then handle the new generator function in the generateOutput() function and within the generatorStyles object in the ./src/index.html.
You can create the build of the static page inside a Docker container by running:
make dockerThe generated files will be placed in the dist/ folder.
Copyright © 2024-2026 Andreas Bauer
This work (source code) is licensed under MIT.

