{"id":23442302,"url":"https://github.com/repronim/hbcd-redcap2rs","last_synced_at":"2026-03-20T01:25:31.484Z","repository":{"id":245367184,"uuid":"621575839","full_name":"ReproNim/hbcd-redcap2rs","owner":"ReproNim","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-20T03:30:12.000Z","size":1153,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-23T17:31:04.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReproNim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-31T00:17:54.000Z","updated_at":"2024-07-18T15:34:38.000Z","dependencies_parsed_at":"2024-06-21T20:41:21.663Z","dependency_job_id":"e97cc33a-e891-48f4-8fdb-5b2f49356194","html_url":"https://github.com/ReproNim/hbcd-redcap2rs","commit_stats":null,"previous_names":["repronim/hbcd-redcap2rs"],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReproNim%2Fhbcd-redcap2rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReproNim%2Fhbcd-redcap2rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReproNim%2Fhbcd-redcap2rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReproNim%2Fhbcd-redcap2rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReproNim","download_url":"https://codeload.github.com/ReproNim/hbcd-redcap2rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239000687,"owners_count":19565824,"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","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":[],"created_at":"2024-12-23T17:29:20.025Z","updated_at":"2025-10-30T16:30:39.639Z","avatar_url":"https://github.com/ReproNim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Converting HBCD redcap to reproschema\n\nThis repository contains the version-controlled implementation of the HEALthy Brain and Child Development Study (HBCD) ReproSchema, converted from REDCap data dictionaries, using the [`redcap2reproschema`](https://github.com/ReproNim/reproschema-py#redcap2reproschema-usage) tool\n\n## Conversion Process\n\nFor each REDCap data dictionary version, we did the following\n\n1. Removal of Previous Elements\n\nAll existing protocols, activities, and items from the previous version were deleted to ensure a clean starting point for the new version. This step was critical to clearly document which elements were removed between versions\n\n2. Convert to reproschema format\n\nInstall the tool `reproschema-py` \n```\ngit clone https://github.com/ReproNim/reproschema-py.git\ncd reproschema-py\npip install -e .\n```\nConvert the data dictionary\n```\nreproschema redcap2reproschema [hbcd-redcap-data-dictionary.csv] [redcap2rs.ymal]\n```\n\n3. Git add and commit\n\nAdd and commit the newly converted reproschema. For example:\n```\ngit add .\ngit commit -m \"converted hbcd redcap data dictionary 20230706 to reproschema\"\n```\n\n4. Version tagging\n\nAfter committing the changes, each version was tagged to mark the release point in the repository's history. For example:\n```\ngit tag -a 2023.07.06 -m \"redcap data dictionary 20230706 to reproschema\"\n```\n\n5. Git push\n\nPush the current tag to remote\n```\n# push the tag\ngit push origin \u003ctag_name\u003e\n\n# push the content to main\ngit push \n\n# if there is a conflict, you can use --force\ngit push -f\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepronim%2Fhbcd-redcap2rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepronim%2Fhbcd-redcap2rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepronim%2Fhbcd-redcap2rs/lists"}