nationalgenomicsinfrastructure/NGI Sweden Publications
Fetches and displays publications from publications.scilifelab.se
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| download-limit | Maximum number of publications to fetch per facility | no | 50 |
| num-publications | Number of publications to display | no | 5 |
| show-title | Whether to show the "User Publications" title | no | true |
| show-footer | Whether to show the footer with link to publications.scilifelab.se | no | true |
| randomise | Whether to randomize the order of publications | no | true |
| max-collabs | Maximum number of collaborative publications to show (-1 for no limit) | no | -1 |
| tech-dev-is-collab | Whether to treat technology development publications as collaborations | no | true |
| commit | Whether to commit the generated files to the repository | no | false |
| commit-message | Commit message to use when committing files | no | Update publications |
| commit-repo | Repository to commit the files to | no | ${{ github.action_repository }} |
| commit-token | Token to use when committing files | no | ${{ github.token }} |
| html-path | Path where to save the HTML file in the repository | no | publications.html |
| json-path | Path where to save the JSON file in the repository | no | publications.json |
Outputs
| name | description |
|---|---|
| html | The generated HTML for displaying publications |
| json | The raw publication data in JSON format |
| warnings | Any warnings that occurred during processing |