diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..fff0465
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,16 @@
+# npm and Ruby Bundler package installs
+node_modules/
+vendor/
+
+# npm build output
+.sass-cache/
+dist/
+_data/manifest.yml
+
+# Jekyll build output
+.jekyll-cache/
+.jekyll-metadata
+_site/
+
+# Common OS-generated files
+.DS_Store
diff --git a/docs/.ruby-version b/docs/.ruby-version
new file mode 100644
index 0000000..5588ae8
--- /dev/null
+++ b/docs/.ruby-version
@@ -0,0 +1 @@
+2.7.1
\ No newline at end of file
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 0000000..5761cb3
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem 'github-pages'
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
new file mode 100644
index 0000000..9873b95
--- /dev/null
+++ b/docs/Gemfile.lock
@@ -0,0 +1,269 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ activesupport (6.0.3.6)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ zeitwerk (~> 2.2, >= 2.2.2)
+ addressable (2.7.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.11.1)
+ colorator (1.1.0)
+ commonmarker (0.17.13)
+ ruby-enum (~> 0.5)
+ concurrent-ruby (1.1.8)
+ dnsruby (1.61.5)
+ simpleidn (~> 0.1)
+ em-websocket (0.5.2)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0.6.0)
+ ethon (0.14.0)
+ ffi (>= 1.15.0)
+ eventmachine (1.2.7)
+ execjs (2.7.0)
+ faraday (1.4.1)
+ faraday-excon (~> 1.1)
+ faraday-net_http (~> 1.0)
+ faraday-net_http_persistent (~> 1.1)
+ multipart-post (>= 1.2, < 3)
+ ruby2_keywords (>= 0.0.4)
+ faraday-excon (1.1.0)
+ faraday-net_http (1.0.1)
+ faraday-net_http_persistent (1.1.0)
+ ffi (1.15.0)
+ forwardable-extended (2.6.0)
+ gemoji (3.0.1)
+ github-pages (214)
+ github-pages-health-check (= 1.17.0)
+ jekyll (= 3.9.0)
+ jekyll-avatar (= 0.7.0)
+ jekyll-coffeescript (= 1.1.1)
+ jekyll-commonmark-ghpages (= 0.1.6)
+ jekyll-default-layout (= 0.1.4)
+ jekyll-feed (= 0.15.1)
+ jekyll-gist (= 1.5.0)
+ jekyll-github-metadata (= 2.13.0)
+ jekyll-mentions (= 1.6.0)
+ jekyll-optional-front-matter (= 0.3.2)
+ jekyll-paginate (= 1.1.0)
+ jekyll-readme-index (= 0.3.0)
+ jekyll-redirect-from (= 0.16.0)
+ jekyll-relative-links (= 0.6.1)
+ jekyll-remote-theme (= 0.4.3)
+ jekyll-sass-converter (= 1.5.2)
+ jekyll-seo-tag (= 2.7.1)
+ jekyll-sitemap (= 1.4.0)
+ jekyll-swiss (= 1.0.0)
+ jekyll-theme-architect (= 0.1.1)
+ jekyll-theme-cayman (= 0.1.1)
+ jekyll-theme-dinky (= 0.1.1)
+ jekyll-theme-hacker (= 0.1.2)
+ jekyll-theme-leap-day (= 0.1.1)
+ jekyll-theme-merlot (= 0.1.1)
+ jekyll-theme-midnight (= 0.1.1)
+ jekyll-theme-minimal (= 0.1.1)
+ jekyll-theme-modernist (= 0.1.1)
+ jekyll-theme-primer (= 0.5.4)
+ jekyll-theme-slate (= 0.1.1)
+ jekyll-theme-tactile (= 0.1.1)
+ jekyll-theme-time-machine (= 0.1.1)
+ jekyll-titles-from-headings (= 0.5.3)
+ jemoji (= 0.12.0)
+ kramdown (= 2.3.1)
+ kramdown-parser-gfm (= 1.1.0)
+ liquid (= 4.0.3)
+ mercenary (~> 0.3)
+ minima (= 2.5.1)
+ nokogiri (>= 1.10.4, < 2.0)
+ rouge (= 3.26.0)
+ terminal-table (~> 1.4)
+ github-pages-health-check (1.17.0)
+ addressable (~> 2.3)
+ dnsruby (~> 1.60)
+ octokit (~> 4.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ typhoeus (~> 1.3)
+ html-pipeline (2.14.0)
+ activesupport (>= 2)
+ nokogiri (>= 1.4)
+ http_parser.rb (0.6.0)
+ i18n (0.9.5)
+ concurrent-ruby (~> 1.0)
+ jekyll (3.9.0)
+ addressable (~> 2.4)
+ colorator (~> 1.0)
+ em-websocket (~> 0.5)
+ i18n (~> 0.7)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 2.0)
+ kramdown (>= 1.17, < 3)
+ liquid (~> 4.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (>= 1.7, < 4)
+ safe_yaml (~> 1.0)
+ jekyll-avatar (0.7.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-coffeescript (1.1.1)
+ coffee-script (~> 2.2)
+ coffee-script-source (~> 1.11.1)
+ jekyll-commonmark (1.3.1)
+ commonmarker (~> 0.14)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-commonmark-ghpages (0.1.6)
+ commonmarker (~> 0.17.6)
+ jekyll-commonmark (~> 1.2)
+ rouge (>= 2.0, < 4.0)
+ jekyll-default-layout (0.1.4)
+ jekyll (~> 3.0)
+ jekyll-feed (0.15.1)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-gist (1.5.0)
+ octokit (~> 4.2)
+ jekyll-github-metadata (2.13.0)
+ jekyll (>= 3.4, < 5.0)
+ octokit (~> 4.0, != 4.4.0)
+ jekyll-mentions (1.6.0)
+ html-pipeline (~> 2.3)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-optional-front-matter (0.3.2)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-paginate (1.1.0)
+ jekyll-readme-index (0.3.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-redirect-from (0.16.0)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-relative-links (0.6.1)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-remote-theme (0.4.3)
+ addressable (~> 2.0)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
+ rubyzip (>= 1.3.0, < 3.0)
+ jekyll-sass-converter (1.5.2)
+ sass (~> 3.4)
+ jekyll-seo-tag (2.7.1)
+ jekyll (>= 3.8, < 5.0)
+ jekyll-sitemap (1.4.0)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-swiss (1.0.0)
+ jekyll-theme-architect (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-cayman (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-dinky (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-hacker (0.1.2)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-leap-day (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-merlot (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-midnight (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-minimal (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-modernist (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-primer (0.5.4)
+ jekyll (> 3.5, < 5.0)
+ jekyll-github-metadata (~> 2.9)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-slate (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-tactile (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-time-machine (0.1.1)
+ jekyll (~> 3.5)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-titles-from-headings (0.5.3)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-watch (2.2.1)
+ listen (~> 3.0)
+ jemoji (0.12.0)
+ gemoji (~> 3.0)
+ html-pipeline (~> 2.2)
+ jekyll (>= 3.0, < 5.0)
+ kramdown (2.3.1)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
+ liquid (4.0.3)
+ listen (3.5.1)
+ rb-fsevent (~> 0.10, >= 0.10.3)
+ rb-inotify (~> 0.9, >= 0.9.10)
+ mercenary (0.3.6)
+ mini_portile2 (2.5.0)
+ minima (2.5.1)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-feed (~> 0.9)
+ jekyll-seo-tag (~> 2.1)
+ minitest (5.14.4)
+ multipart-post (2.1.1)
+ nokogiri (1.11.3)
+ mini_portile2 (~> 2.5.0)
+ racc (~> 1.4)
+ octokit (4.21.0)
+ faraday (>= 0.9)
+ sawyer (~> 0.8.0, >= 0.5.3)
+ pathutil (0.16.2)
+ forwardable-extended (~> 2.6)
+ public_suffix (4.0.6)
+ racc (1.5.2)
+ rb-fsevent (0.10.4)
+ rb-inotify (0.10.1)
+ ffi (~> 1.0)
+ rexml (3.2.5)
+ rouge (3.26.0)
+ ruby-enum (0.9.0)
+ i18n
+ ruby2_keywords (0.0.4)
+ rubyzip (2.3.0)
+ safe_yaml (1.0.5)
+ sass (3.7.4)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ sawyer (0.8.2)
+ addressable (>= 2.3.5)
+ faraday (> 0.8, < 2.0)
+ simpleidn (0.2.1)
+ unf (~> 0.1.4)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
+ thread_safe (0.3.6)
+ typhoeus (1.4.0)
+ ethon (>= 0.9.0)
+ tzinfo (1.2.9)
+ thread_safe (~> 0.1)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.7.7)
+ unicode-display_width (1.7.0)
+ zeitwerk (2.4.2)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ github-pages
+
+BUNDLED WITH
+ 2.1.4
diff --git a/docs/LICENSE b/docs/LICENSE
new file mode 100644
index 0000000..2af0362
--- /dev/null
+++ b/docs/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021 Jared Tomeck
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..24940e7
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,66 @@
+# MIQA website
+This repository is home to the files for the MIQA website. Below you will find building and deployment instructions as well as documentation for plugins and packages that this website depends on.
+
+Our Netlify build is live at https://miqa.kitware.com
+
+**Note:** This site will not build on GitHub pages. It can be optimized to do so, however the "jekyll-scholar" plugin does not work on GitHub Pages, so we opted for deploying on Netlify.
+
+## Developing locally
+Start by cloning this repository followed by `cd docs`.
+
+#### Building Tailwind
+Tailwind and our other dev packages need to be built prior to Jekyll, as it needs the `manifest.yml` file to link to the properly built CSS.
+
+1. Open a new tab in your shell application
+2. Install dev dependencies - `npm install`
+3. Run one of the build commands:
+ - To build for development run `npm run dev`
+ - To build for production run `npm run prod`
+ - If you are making a lot of changes, you might want to watch for changes using `npm run watch`
+
+#### Setting up Jekyll
+1. Install gem dependencies using bundler - `bundle install` (if you don't have bundler installed, you may need to run `gem install bundler`)
+ - You may need to update the bundler gems. If so, run `bundle update`.
+3. Serve the site using `bundle exec jekyll serve`, or build using `bundle exec jekyll build`
+
+#### Other things to note
+- All pages (including index) will be found in the `_pages` directory. `permalink: /page_name` is required on all pages.
+
+## Deploying this site
+We are using Netlify to deploy the site. Committing and pushing your changes should be all that is needed to deploy.
+
+If you should need to set this up again, refer to https://www.netlify.com/blog/2020/04/02/a-step-by-step-guide-jekyll-4.0-on-netlify/#connecting-to-netlify
+
+----
+
+## Documentation and resources
+
+### Jekyll Scholar
+This website utilizes the [Jekyll Scholar plugin](https://github.com/inukshuk/jekyll-scholar) to parse bibliography files.
+
+### Icons
+We are using [Remix Icon](https://remixicon.com/) to handle all iconography on the website. Add something like ` ` to use an icon.
+
+### Tailwind CSS
+This website utilizes [TailwindCSS](https://tailwindcss.com/docs) as a CSS framework. The benefit is that it gives you access to the full palette of CSS attributes as clases without writing any CSS.
+
+**We've extended our configuration of Tailwind CSS in the following ways:**
+1. Support for primary, secondary and accent color classes, ie. `bg-primary-500` or `text-accent-700`
+2. Support for 2 smaller font size classes, `text-2xs` and `text-3xs`
+3. Support for 2 smaller min-width/max-width sizes, ie. `max-w-2xs` or `min-w-3xs`
+4. Added [plugin](https://www.npmjs.com/package/tailwindcss-textshadow) to support `text-shadow` classes
+ - Extended the plugin's classes to include `text-shadow-2xl` for a larger shadow.
+
+**We've also added NON-Tailwind helper classes to improve the overall Tailwind experience.**
+1. Content - We've added a `.content` class to a wrapper of the content for the purpose of adding styles to `
`'s, ``'s and ``'s (since Tailwind strips those bare).
+ - Please note, that the elements listed above that are outside of `` will not have those styles.
+3. Buttons - use the class `button` on any ``
+ - Append these classes for different types of buttons
+ - `is-sm` - Small button
+ - `is-xs` - Extra small button
+ - `is-shadowed` - Adds drop shadow to button
+ - `is-primary` - Button will use the primary color set in the Tailwind config
+ - `is-secondary` - Button will use the secondary color set in the Tailwind config
+ - `is-accent` - Button will use the accent color set in the Tailwind config
+ - `is-outline` - Will make an outlined button
+4. Bibliography - The jekyll-scholar plugin addes an `` with a class of `bibliography`. The bibliography class has been added to the CSS to add some simple styles
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 0000000..5dc91a2
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,31 @@
+title: MIQA
+description: QC processing
+baseurl: '/'
+markdown: kramdown
+
+download_link: https://github.com/OpenImaging/miqa
+
+# Footer Info
+footer_license: 'Copyright © 2021 Kitware. All rights reserved.'
+footer_links:
+ # - title: Privacy Policy
+ # url: #
+ # - title: Disclaimers
+ # url: #
+ # - title: Contact
+ # url: 'https://www.kitware.com/contact-us/'
+
+defaults:
+ - scope:
+ path: ''
+ values:
+ layout: 'default'
+
+include: ['_pages']
+
+exclude:
+ - '*.config.js'
+ - 'package*.json'
+ - assets
+ - node_modules
+ - vendor
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml
new file mode 100644
index 0000000..f3a7204
--- /dev/null
+++ b/docs/_data/nav.yml
@@ -0,0 +1,7 @@
+- name: Features
+ url: /#features
+- name: Collaborators
+ url: /#collaborators
+- name: Contact
+ url: https://www.kitware.com/contact-us/
+ new_tab: true
diff --git a/docs/_includes/collaborators.html b/docs/_includes/collaborators.html
new file mode 100644
index 0000000..408682d
--- /dev/null
+++ b/docs/_includes/collaborators.html
@@ -0,0 +1,35 @@
+
+
{{ page.collabrators_title }}
+
+ {{ page.collabrators_description }}
+
+
+
+ {% for collabrator in page.collabrators %}
+
+
+
+
+
+
+
{{ collabrator.name }}
+ {% for title in collabrator.titles %}
+
{{ title.title }}
+
{{ title.department }}
+ {% endfor %}
+
+
+ {% if collabrator.team %}
+
+
OTHER TEAM MEMBERS
+ {% for member in collabrator.team %}
+
{{ member.name }}
+ ( {{ member.title }} )
+
+ {% endfor %}
+
+ {% endif %}
+
+ {% endfor %}
+
\ No newline at end of file
diff --git a/docs/_includes/download.html b/docs/_includes/download.html
new file mode 100644
index 0000000..158d972
--- /dev/null
+++ b/docs/_includes/download.html
@@ -0,0 +1,8 @@
+
+
{{ page.download_title }}
+
{{ page.download_message }}
+
+ Download
+
+
+
diff --git a/docs/_includes/features.html b/docs/_includes/features.html
new file mode 100644
index 0000000..3d47a90
--- /dev/null
+++ b/docs/_includes/features.html
@@ -0,0 +1,15 @@
+
+
{{ page.features_title }}
+
+
+ {% for feature in page.features %}
+
+
+
+
+
{{ feature.name }}
+
{{ feature.description }}
+
+
+ {% endfor %}
+
\ No newline at end of file
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
new file mode 100644
index 0000000..4d2bc7b
--- /dev/null
+++ b/docs/_includes/footer.html
@@ -0,0 +1,56 @@
+
+
+
+
+ {{ page.funding-note }} {{ page.funding-number }}
+
+
+ {{ site.footer_license }}
+
+
+
+
+
+
+