xuanxu/Uploader
Adding PDF/JATS/Crossref files to a paper's topic branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| papers_repo | The repository containing the journal's published and submitted papers | yes | — |
| issue_id | The issue number of the submission | yes | — |
| branch_prefix | The prefix to add to the name of all branches | no | "" |
| pdf_path | The path to the PDF file | no | — |
| jats_path | The path to the JATS file | no | — |
| crossref_path | The path to the Crossref XML file | no | — |
| bot_token | The access token to be used to upload files | no | — |
Outputs
| name | description |
|---|---|
| pdf_html_url | HTML URL for the uploaded file |
| pdf_download_url | Download URL for the uploaded file |
| jats_html_url | HTML URL for the uploaded JATS file |
| jats_download_url | Download URL for the uploaded JATS file |
| crossref_html_url | HTML URL for the uploaded Crossref XML file |
| crossref_download_url | Download URL for the uploaded Crossref XML file |