https://github.com/andreas-bauer/credit-maker
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: andreas-bauer
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://andreas-bauer.github.io/credit-maker/
- Size: 982 KB
Statistics
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
CRediT Maker

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/
Getting started
First, install the dependencies:
bash
npm install
After that, run the development server:
bash
npm run dev
Open http://localhost:3000 with your browser to see the result.
How to add new output formats
All generator functions are located in ./src/lib/credit/ and follow the type defined in ./src/lib/credit/generator.ts.
New output format generators need to be listed in ./src/app/page.tsx within the availableStyles object along with a short description.
Build in Docker container
You can create the build of the static page inside a Docker container by running:
sh
docker run --rm -v "$PWD":/app -w /app node:24-alpine sh -c "npm ci --ignore-engines && npm run build"
License
Copyright © 2024-2025 Andreas Bauer
This work (source code) is licensed under MIT.
Owner
- Name: Andreas Bauer
- Login: andreas-bauer
- Kind: user
- Location: Germany | Sweden
- Repositories: 5
- Profile: https://github.com/andreas-bauer
GitHub Events
Total
- Issues event: 5
- Delete event: 6
- Issue comment event: 1
- Push event: 17
- Pull request review event: 2
- Pull request event: 8
- Create event: 3
Last Year
- Issues event: 5
- Delete event: 6
- Issue comment event: 1
- Push event: 17
- Pull request review event: 2
- Pull request event: 8
- Create event: 3
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andreas Bauer | d****v@a****g | 41 |
| Andreas Bauer | a****r | 5 |
| Michael Dorner | m****l@m****e | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 3
- Total pull requests: 10
- Average time to close issues: 27 days
- Average time to close pull requests: about 19 hours
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 1.33
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 10
- Average time to close issues: 27 days
- Average time to close pull requests: about 19 hours
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 1.33
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- andreas-bauer (2)
- JulianFrattini (1)
Pull Request Authors
- andreas-bauer (12)
- michaeldorner (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/deploy-pages v4 composite
- actions/setup-node v4 composite
- actions/upload-pages-artifact v3 composite
- 381 dependencies
- @tailwindcss/forms ^0.5.7 development
- @types/node ^20 development
- @types/react ^18 development
- @types/react-dom ^18 development
- eslint ^8 development
- eslint-config-next 14.2.5 development
- eslint-config-prettier ^9.1.0 development
- postcss ^8 development
- prettier ^3.2.5 development
- prettier-plugin-tailwindcss ^0.5.13 development
- tailwindcss ^3.4.6 development
- typescript ^5 development
- @headlessui/react ^2.1.2
- @heroicons/react ^2.1.5
- next 14.2.5
- react ^18
- react-dom ^18