{"id":15097573,"url":"https://github.com/thealbertdev/get-orcid-publications","last_synced_at":"2026-02-07T18:03:36.620Z","repository":{"id":104041506,"uuid":"415287652","full_name":"TheAlbertDev/get-orcid-publications","owner":"TheAlbertDev","description":"Get your publications from ORCiD and save it into a yml file in your repository","archived":false,"fork":false,"pushed_at":"2021-10-09T14:09:20.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T19:00:45.473Z","etag":null,"topics":["actions","orcid","yml"],"latest_commit_sha":null,"homepage":"https://thealbert.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheAlbertDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-09T11:19:08.000Z","updated_at":"2021-10-09T14:08:17.000Z","dependencies_parsed_at":"2023-03-13T15:00:12.965Z","dependency_job_id":null,"html_url":"https://github.com/TheAlbertDev/get-orcid-publications","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TheAlbertDev/get-orcid-publications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlbertDev%2Fget-orcid-publications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlbertDev%2Fget-orcid-publications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlbertDev%2Fget-orcid-publications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlbertDev%2Fget-orcid-publications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAlbertDev","download_url":"https://codeload.github.com/TheAlbertDev/get-orcid-publications/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlbertDev%2Fget-orcid-publications/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266516314,"owners_count":23941394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","orcid","yml"],"created_at":"2024-09-25T16:23:43.282Z","updated_at":"2026-02-07T18:03:36.574Z","avatar_url":"https://github.com/TheAlbertDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get ORCiD publications\n\nThis action retrieves the public publications from a ORCiD profile and generates a `yml` with them. A common application case for this action is to retrieve periodically the publications from ORCiD to maintain updated a user o research group website.\n\n## Usage\n\n```yaml\n- name: Get ORCiD publications\n  id: getOrcidPublications\n  uses: TheAlbertDev/get-orcid-publications@v0.1.0\n  with:\n    orcidId: \"0000-0001-5293-4487\"\n```\n\n### Inputs\n\n- `orcidId` **Required:** ORCiD id from which to obtain publications.\n- `publicationsFilePath` Optional (default: './'): Relative path where the .yml file with the publications is geneated.\n- `publicationsFileName` Optional (default: 'PUBLICATIONS'): Name of the .yml file with the publications (without the extension)\n\n### Outputs\n\n- `numberOfPublications`: Number of publications obtained.\n- `filePath`: Path of the generated file.\n\n## Example\n\n```yaml\n# The action is triggered on a push, manually from the Actions tab,\n# and periodically every Sunday\non:\n  push:\n  workflow_dispatch:\n  schedule:\n    - cron: 0 0 * * 0\n\njobs:\n  getPublications:\n    runs-on: ubuntu-latest\n    name: Get publications from ORCiD\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: Get ORCiD publications\n        id: getOrcidPublications\n        uses: TheAlbertDev/get-orcid-publications@v0.1.0\n        with:\n          # ORCiD id of the user (required)\n          orcidId: \"0000-0001-5293-4487\"\n          # Relative path where the publications file will be generated\n          # (optional, default: './')\n          publicationsFilePath: \"publications/\"\n          # Filename without extension (optional, default: 'PUBLICATIONS')\n          publicationsFileName: \"pubs\"\n        # The action outputs the number of publications retrieved from ORCiD\n        # and the FilenamePath of the generated file\n      - name: Shows number of publication and FilePath\n        run: echo \"${{ steps.getOrcidPublications.outputs.numberOfPublications }} publications have been saved on ${{ steps.getOrcidPublications.outputs.filePath }}\"\n```\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealbertdev%2Fget-orcid-publications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthealbertdev%2Fget-orcid-publications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealbertdev%2Fget-orcid-publications/lists"}