{"id":31536776,"url":"https://github.com/bids-standard/bids-specification-pdf-releases","last_synced_at":"2026-02-17T19:02:39.394Z","repository":{"id":208432775,"uuid":"718241078","full_name":"bids-standard/bids-specification-pdf-releases","owner":"bids-standard","description":"Releases of the BIDS specification PDF version","archived":false,"fork":false,"pushed_at":"2025-09-04T15:50:56.000Z","size":7145,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-10-04T07:50:41.700Z","etag":null,"topics":["bids"],"latest_commit_sha":null,"homepage":"https://bids.neuroimaging.io/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bids-standard.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-13T17:15:01.000Z","updated_at":"2025-09-04T15:50:53.000Z","dependencies_parsed_at":"2025-10-08T21:47:11.940Z","dependency_job_id":null,"html_url":"https://github.com/bids-standard/bids-specification-pdf-releases","commit_stats":null,"previous_names":["bids-standard/bids-specification-pdf-releases"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bids-standard/bids-specification-pdf-releases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fbids-specification-pdf-releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fbids-specification-pdf-releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fbids-specification-pdf-releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fbids-specification-pdf-releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bids-standard","download_url":"https://codeload.github.com/bids-standard/bids-specification-pdf-releases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fbids-specification-pdf-releases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29554423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bids"],"created_at":"2025-10-04T07:48:30.186Z","updated_at":"2026-02-17T19:02:39.370Z","avatar_url":"https://github.com/bids-standard.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DOI](https://zenodo.org/badge/718241078.svg)](https://zenodo.org/doi/10.5281/zenodo.10175845)\n\n# BIDS specification PDF releases\n\nThis repository exists to regularly release PDF versions of the BIDS specification.\n\nThe PDFs are accessible from the Zenodo record: https://zenodo.org/doi/10.5281/zenodo.10175845\n\nThe repository contains the following files:\n\n1. `README.md` --\u003e this file\n1. `LICENSE` --\u003e the license for the BIDS specification and all files in this repository\n1. `bids-spec.pdf` --\u003e the PDF version of the current (stable) release of the BIDS specification\n1. `CITATION.cff` --\u003e a file containing the metadata about the BIDS specification\n\nThe BIDS specification is developed in this repository: https://github.com/bids-standard/bids-specification\n\nAn HTML version of the BIDS specification is available here: https://bids-specification.readthedocs.io/en/stable/\n\nYou can find out more about BIDS on the website: https://bids.neuroimaging.io/\n\n## Previous releases\n\nThe first release of this repository is version `1.9.0`.\n\nPrevious releases of the PDF version of the BIDS specification (versions `1.0.0` to `1.8.0`)\ncan be found in this Zenodo record: https://zenodo.org/doi/10.5281/zenodo.3686061\n\n## Release instructions\n\nThis repository and these guidelines are mostly intended for BIDS maintainers.\nRead more about the BIDS Maintainers Group in the BIDS Governance: https://bids.neuroimaging.io/governance.html#bids-maintainers-group\n\n1. Follow the [release protocol](https://github.com/bids-standard/bids-specification/blob/master/Release_Protocol.md) in the bids-specification GitHub repository.\n1. Once you have followed all steps of the protocol, you will have two files corresponding to their state at release time:\n    1. A `CITATION.cff`\n    1. A PDF version of the BIDS specification\n1. Copy over these two files to the present repository, replacing the existing `CITATION.cff` and `BIDS_specification.pdf` files.\n1. Commit and push the changes to https://github.com/bids-standard/bids-specification-pdf-releases, using a commit message like: `REL: version X.Y.Z`, where `X.Y.Z` is the current version.\n1. Tag the commit: `git tag -a -m \"X.Y.Z\" X.Y.Z origin/main`, given that `origin` is the remote pointing to https://github.com/bids-standard/bids-specification-pdf-releases.\n1. Push the tag: `git push --follow-tags`\n1. Make a release from the GitHub web UI, based on the pushed tag. Use the the name of the tag (`X.Y.Z`) as the \"Release title\". You do not need to describe the release further.\n\nThe Zenodo webhook will then archive the release (see link to record above, or by clicking the badge).\n\nIf you want to edit the Zenodo settings, you need to have the credentials of the [bids-maintenance](https://github.com/bids-maintenance) GitHub user.\nThese credentials are available for all BIDS maintainers.\nLog into GitHub with the `bids-maintenance` user, then navigate to https://zenodo.org/ and log in via GitHub.\nYou should be able to make all necessary changes there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbids-standard%2Fbids-specification-pdf-releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbids-standard%2Fbids-specification-pdf-releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbids-standard%2Fbids-specification-pdf-releases/lists"}