GithubHelp home page GithubHelp logo

akshit20421 / niqc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from incf/niqc

0.0 0.0 0.0 14.47 MB

NeuroImaging Quality Control (niQC)

Home Page: https://incf.github.io/niQC/

License: MIT License

JavaScript 100.00%

niqc's Introduction

NeuroImaging Quality Control (niQC)

Repository for the niQC website.

Basic Structure

This 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/

All the content is inside the folder content in Markdown format.

To create a new page, follow the structure of pages under content/pages. It requires a folder, containing an index.md file. The index.md file may contain the page content, with the following header:

---
path: "/about"
title: "About"
menu: 4
---

# About!

The 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.

The title key indicates the page title, replicated on the page title tag (<title>) and in the beginning of the page.

The 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.

Everything beyond the last --- will be considered page content.

How to collaborate

In 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.

Steps:

  • Fork the niQC repo
  • Find the page you would like to contribute to under content/pages and edit the index.md markdown page
  • Send us pull a request
  • If you are confused or having trouble, just open an issue at the .

Thank you for your interest in contributing to this effort.

Running locally using Docker

You can start a development server using Docker:

docker run -it -p 9000:9000 -v `pwd`:/opt/code -w /opt/code node:11.15.0 bash -c 'npm i; npm run develop'

This 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.

niqc's People

Contributors

raamana avatar anibalsolon avatar dependabot[bot] avatar yarikoptic avatar eduardklap avatar sinhaharsh avatar mrikasper avatar lilyrudolphito avatar oesteban avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.