ss-nes.github.io

SS-NES landing page

https://github.com/ss-nes/ss-nes.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 (9.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

SS-NES landing page

Basic Info
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • Open Issues: 3
  • Releases: 0
Created 10 months ago · Last pushed 7 months ago
Metadata Files
Readme Citation

README.md

ss-nes.github.io

This repository hosts a Jekyll-based website using a custom GitHub-hosted theme. Below is an overview of the structure and guidelines for maintaining and updating the site.

Features

  • Custom Theme: The site uses a custom GitHub-hosted theme for styling and layout.
  • Editable Content: Website content can be managed through YAML files in the _data folder.
  • Image Management: Images are stored in the /assets/img/ directory, with slider images placed in /assets/img/slider/.
  • Custom HTML: Additional HTML can be added to the <head> section by adding or modifying the _includes/head-custom.html file.

Folder Structure

. ├── _data/ # YAML files for site content ├── _includes/ # Customizable partials (e.g., head-custom.html) ├── assets/ │ ├── img/ # Image files │ │ ├── slider/ # Slider images │ │ └── ... # Other image subfolders (optional) ├── _config.yml # Jekyll configuration file ├── README.md # Project documentation └── ...

How to Update Content

  1. Edit YAML Files: Update the _data folder to modify site content.
  2. Add Images: Place images in /assets/img/ or its subfolders. Use /assets/img/slider/ for slider-specific images.
  3. Customize HTML: Modify _includes/head-custom.html to add custom HTML to the <head> section.

Deployment

This site is hosted on GitHub Pages. Changes pushed to the repository will automatically trigger a rebuild and deploy the updated site.

Local development

To run the site locally with the custom theme, first clone jekyll-theme-ss-nes into the parent directory (../jekyll-theme-ss-nes). Then, use the following command to start the development server with the appropriate configuration:

sh JEKYLL_ENV=development bundle exec jekyll serve --config _config.development.yml

This ensures Jekyll loads the local theme and uses development settings for live preview.

Resources

Owner

  • Name: SS-NES
  • Login: SS-NES
  • Kind: organization

Citation (CITATION.CFF)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: SS-NES landing page
message: GitHub page for ss-nes.github.io
type: software
authors:
  - given-names: Carlos
    family-names: Martinez-Ortiz
    orcid: 'https://orcid.org/0000-0001-5565-7577'
    email: c.martinez@esciencecenter.nl
    affiliation: Netherlands eScience Center
repository-code: 'https://github.com/SS-NES/ss-nes.github.io'
url: 'https://ss-nes.github.io/'
abstract: >+
  This repository hosts a Jekyll-based website using a
  custom theme for the"Best Practices for Sustainable
  Software in Natural Science and Engineering" project.

keywords:
  - Sustainable Software
  - Natural Science and Engineering
  - TDCC-NES

GitHub Events

Total
  • Issue comment event: 1
  • Member event: 1
  • Push event: 17
  • Pull request event: 4
  • Fork event: 1
  • Create event: 6
Last Year
  • Issue comment event: 1
  • Member event: 1
  • Push event: 17
  • Pull request event: 4
  • Fork event: 1
  • Create event: 6

Dependencies

Gemfile rubygems
  • base64 ~> 0.2.0
  • bigdecimal ~> 3.1, >= 3.1.9
  • jekyll-remote-theme ~> 0.4.3
  • jekyll-theme-ss-nes >= 0
  • kramdown-parser-gfm >= 0
  • logger ~> 1.7
Gemfile.lock rubygems
  • addressable 2.8.7
  • base64 0.2.0
  • bigdecimal 3.1.9
  • bundler 2.6.8
  • colorator 1.1.0
  • concurrent-ruby 1.3.5
  • csv 3.3.4
  • em-websocket 0.5.3
  • eventmachine 1.2.7
  • ffi 1.17.2
  • forwardable-extended 2.6.0
  • http_parser.rb 0.8.0
  • i18n 1.14.7
  • jekyll 3.10.0
  • jekyll-remote-theme 0.4.3
  • jekyll-sass-converter 1.5.2
  • jekyll-theme-ss-nes 0.1.0
  • jekyll-watch 2.2.1
  • kramdown 2.5.1
  • kramdown-parser-gfm 1.1.0
  • liquid 4.0.4
  • listen 3.9.0
  • logger 1.7.0
  • mercenary 0.3.6
  • pathutil 0.16.2
  • public_suffix 6.0.2
  • rb-fsevent 0.11.2
  • rb-inotify 0.11.1
  • rexml 3.4.1
  • rouge 3.30.0
  • rubyzip 2.4.1
  • safe_yaml 1.0.5
  • sass 3.7.4
  • sass-listen 4.0.0
  • webrick 1.9.1