xuanxu/Open Journal Paper
Compile and generate Paper metadata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_id | The review issue id for the paper | yes | — |
| repository_url | The repository URL of the submission containing the paper file | yes | — |
| branch | Git branch where the paper is located | no | "" |
| journal | The journal data to use for the paper. Default is 'joss'. | no | joss |
| journal_template | The journal template to compile the paper with. Default is 'joss'. | no | joss |
| compile_mode | Compile a draft PDF or a final accepted paper. Possible values are 'draft' or 'accepted'. | no | draft |
Outputs
| name | description |
|---|---|
| pdf_path | Path to the generated PDF file |
| jats_path | Path to the generated JATS file |
| crossref_path | Path to the generated Crossref XML file |
| citation_file_path | Path to the generated CITATION.cff file |
| paper_file_path | Path to the paper's .md/.tex source file |
| paper_title | Title of the paper |
| track_name | Parameterized name of the paper's track |