{"id":13687206,"url":"https://github.com/INCF/niQC","last_synced_at":"2025-05-01T12:33:04.405Z","repository":{"id":33575053,"uuid":"151079986","full_name":"INCF/niQC","owner":"INCF","description":"NeuroImaging Quality Control (niQC)","archived":false,"fork":false,"pushed_at":"2024-03-30T10:42:57.000Z","size":14813,"stargazers_count":13,"open_issues_count":18,"forks_count":15,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-03T15:06:22.244Z","etag":null,"topics":["neuroimaging","neuroscience","protocols","quality-control","standards"],"latest_commit_sha":null,"homepage":"https://incf.github.io/niQC/","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/INCF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-01T11:49:57.000Z","updated_at":"2024-03-30T07:29:07.000Z","dependencies_parsed_at":"2024-01-14T16:09:05.776Z","dependency_job_id":"e5d6fca6-b969-4577-b4ee-c91d336e6376","html_url":"https://github.com/INCF/niQC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCF%2FniQC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCF%2FniQC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCF%2FniQC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCF%2FniQC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/INCF","download_url":"https://codeload.github.com/INCF/niQC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224257511,"owners_count":17281729,"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":["neuroimaging","neuroscience","protocols","quality-control","standards"],"created_at":"2024-08-02T15:00:50.276Z","updated_at":"2024-11-12T10:30:55.328Z","avatar_url":"https://github.com/INCF.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# NeuroImaging Quality Control (niQC)\n\nRepository for the niQC website.\n\n## Basic Structure\n\nThis website is built over Gatsby, a static site generator. After each commit on branch `master`, it will rebuild the entire website with the new changes and deploy it to https://incf.github.io/niQC/\n\nAll the content is inside the folder `content` in Markdown format.\n\nTo create a new page, follow the structure of pages under `content/pages`. It requires a folder, containing an `index.md` file.\nThe `index.md` file may contain the page content, with the following header:\n\n```markdown\n---\npath: \"/about\"\ntitle: \"About\"\nmenu: 4\n---\n\n# About!\n```\n\nThe `path` key indicates the URL for the page. In the example, the full URL will be: `https://incf.github.io/niQC/about`. A trailing slash is not required.\n\nThe `title` key indicates the page title, replicated on the page title tag (`\u003ctitle\u003e`) and in the beginning of the page.\n\nThe `menu` key indicates if the page should be shown in the header menu. If `menu` is lesser then one, it will not be displayed in the menu.\n\nEverything beyond the last `---` will be considered page content.\n\n## How to collaborate\n\nIn order to suggest modifications, you need to open a pull request from your fork of this website. After proper review, your code will be merged into the `master` branch.\n\nSteps:\n - Fork the [niQC repo](https://github.com/INCF/niQC/fork) \n - Find the page you would like to contribute to under `content/pages` and edit the `index.md` markdown page\n - Send us pull a request\n - If you are confused or having trouble, just [open an issue](https://github.com/INCF/niQC/issues/new) at the . \n \n Thank you for your interest in contributing to this effort.\n\n## Running locally using Docker\n\nYou can start a development server using Docker:\n\n```bash\ndocker run -it -p 9000:9000 -v `pwd`:/opt/code -w /opt/code node:11.15.0 bash -c 'npm i; npm run develop'\n```\n\nThis command will spawn a container, install the required dependencies for the project, and start the development server. You can access it at `http://localhost:9000`. The website content will be recompiled and refreshed every time a file is changed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FINCF%2FniQC","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FINCF%2FniQC","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FINCF%2FniQC/lists"}