文件名称:niQC:神经影像质量控制 (niQC)
文件大小:2.33MB
文件格式:ZIP
更新时间:2024-08-24 15:59:29
quality-control neuroscience standards neuroimaging protocols
神经影像质量控制 (niQC) niQC 网站的存储库。 基本结构 该网站是基于静态网站生成器 Gatsby 构建的。 在分支master上每次提交后,它将使用新的更改重建整个网站并将其部署到 所有内容都在 Markdown 格式的文件夹content中。 要创建新页面,请遵循content/pages下的页面结构。 它需要一个文件夹,其中包含一个index.md文件。 index.md文件可能包含页面内容,具有以下标题: --- path : " /about " title : " About " menu : 4 --- # About! path键指示页面的 URL。 在示例中,完整 URL 将是: https://incf.github.io/niQC/about 。 不需要尾部斜杠。 title键表示页面标题,复制在页面标题标签 ( <title> ) 和页面的开
【文件预览】:
niQC-master
----.eslintrc(583B)
----content()
--------news()
--------images()
--------pages()
--------fragments()
----config()
--------typography.js(542B)
--------site.js(980B)
--------theme.js(2KB)
----package.json(2KB)
----.github()
--------workflows()
----.prettierrc(144B)
----LICENSE(1KB)
----package-lock.json(652KB)
----static()
--------logo()
--------robots.txt(97B)
----gatsby-config.js(4KB)
----src()
--------layouts()
--------templates()
--------pages()
--------components()
--------styles()
----.gitignore(925B)
----.codeclimate.yml(334B)
----README.md(2KB)
----.editorconfig(370B)
----gatsby-node.js(4KB)