slicersalt.github.io

SlicerSALT website

https://github.com/slicersalt/slicersalt.github.io

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

SlicerSALT website

Basic Info
  • Host: GitHub
  • Owner: slicersalt
  • License: mit
  • Language: HTML
  • Default Branch: master
  • Homepage: https://salt.slicer.org/
  • Size: 9.16 MB
Statistics
  • Stars: 0
  • Watchers: 10
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Created almost 9 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Citation

README.md

Slicer SALT site template

About

Project is built on top of Jekyll - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. Learn more about Jekyll.

Local development

Check if you have all requirements for local environment or consider using this docker image.

To install all development dependencies install Bundler. bash gem install bundler and run next command from root folder:

bash bundle install

To start Jekyll run: bash jekyll serve -w Site will be available at http://127.0.0.1:4000/directory/ or http://localhost:4000/directory/ (on Windows)

NOTE: in this mode all changes to html and data files will be automatically regenerated, but after changing _config.yml you have to restart server.

Sass(Compass) support

Note: You need to install Node.js

To watch changes of .sass files and compile it to the .css on a fly change property safe: true to safe: false in _config.yml. Note: It works only on local machine, because GitHub runs Jekyll in --save mode

Learn more about Sass development from documentation.

Resource optimizations (optional)

You can optimize images and minify css and javascript automatically (for now only on Windows). But for Mac OS users available amazing tool - imageoptim. Thanks @raphaelsavina for link. Optimize all images by running this script from /automation/images/ folder: bash all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo

To minify CSS and JS run minify_js.bat (for Windows) and minify_js.sh (for Linux and MacOS) from /automation/minifying/ folder: bash minify_js.bat

Learn more about available optimization options from documentation.

Documentation

Quick-start guide is not enough? Checkout full documentation.

Contributors

See list of contributors

Maintainers: @tasomaniac and @ozasadnyy.

License

Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

Owner

  • Name: slicersalt
  • Login: slicersalt
  • Kind: organization

Citation (citations.html)

---
layout: default
title: Citations
permalink: /citations/
modal: all
image: citations.jpg
---

{% include top-section.html %}

{% include citations.html %}

GitHub Events

Total
  • Delete event: 2
  • Push event: 4
  • Pull request review event: 1
  • Pull request event: 4
  • Create event: 2
Last Year
  • Delete event: 2
  • Push event: 4
  • Pull request review event: 1
  • Pull request event: 4
  • Create event: 2

Dependencies

Gemfile rubygems
  • autoprefixer-rails >= 0
  • compass >= 0
  • github-pages >= 0
  • sass-media_query_combiner >= 0