herptilemicrobiomes.github.io

Herptile MIcrobiomes Project

https://github.com/herptilemicrobiomes/herptilemicrobiomes.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 (10.4%) to scientific vocabulary

Keywords

amphiban fungi herptiles microbiome reptile
Last synced: 6 months ago · JSON representation ·

Repository

Herptile MIcrobiomes Project

Basic Info
  • Host: GitHub
  • Owner: herptilemicrobiomes
  • License: bsd-3-clause
  • Language: SCSS
  • Default Branch: main
  • Homepage: https://herptilemicrobiomes.org
  • Size: 30.8 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Topics
amphiban fungi herptiles microbiome reptile
Created over 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation

README.md

Lab Website Template

Lab Website Template

Lab Website Template (LWT) is an easy-to-use, flexible website template for labs. Spend less time worrying about managing a website and citations, and more time running your lab.

👇👇 Get Started 👇👇

Documentation

Key Features

  • 🤖 Based on Git, GitHub, and Jekyll.
  • 📜 Automatically generated citations from simple identifiers (DOI, PubMed, ORCID, and many more) using Manubot. E.g. doi:1234/5678 -> title, authors, publisher, date, etc.
  • 🧱 A comprehensive and flexible suite of pre-made components (building blocks) for structuring and styling your website:
    • Formatted tables, code blocks, figures, and other basic elements.
    • Citations with thumbnails and other rich details.
    • List large sets of data with flexible filters and components.
    • ...many more
  • 👁️ Automatic pull request previews.
  • ⚙️ Easy and automated configuration.
  • 👥 Team member pages with bios, roles, and social media links.
  • 🖋️ Blog posts with tags and rich content.
  • 📱 Works and looks good on desktop and mobile.
  • 🤝 Great documentation and support (if we do say so ourselves).
  • ... and much more!

GitHub last commit

Owner

  • Name: Herptile Microbiomes
  • Login: herptilemicrobiomes
  • Kind: organization
  • Location: United States of America

Citation (CITATION.cff)

# citation metadata for the template itself

title: "Lab Website Template"
version: 1.2.2
date-released: 2024-06-05
url: "https://github.com/greenelab/lab-website-template"
authors:
  - family-names: "Rubinetti"
    given-names: "Vincent"
    orcid: "https://orcid.org/0000-0002-4655-3773"
  - family-names: "Greene"
    given-names: "Casey"
    orcid: "https://orcid.org/0000-0001-8713-9213"
cff-version: 1.2.0

GitHub Events

Total
  • Delete event: 3
  • Push event: 6
  • Pull request event: 6
  • Create event: 4
Last Year
  • Delete event: 3
  • Push event: 6
  • Pull request event: 6
  • Create event: 4

Dependencies

Gemfile rubygems
  • jekyll-avatar >= 0 development
  • jekyll-feed >= 0 development
  • jekyll-gist >= 0 development
  • jekyll-github-metadata >= 0 development
  • jekyll-mentions >= 0 development
  • jekyll-redirect-from >= 0 development
  • jekyll-relative-links >= 0 development
  • jekyll-sitemap >= 0 development
  • jemoji >= 0 development
  • jekyll >= 0
  • tzinfo ~> 1.2
  • tzinfo-data >= 0
  • wdm ~> 0.1.1
  • webrick ~> 1.7
Gemfile.lock rubygems
  • activesupport 6.0.4.1
  • addressable 2.8.0
  • colorator 1.1.0
  • concurrent-ruby 1.1.8
  • em-websocket 0.5.2
  • eventmachine 1.2.7
  • faraday 1.8.0
  • faraday-em_http 1.0.0
  • faraday-em_synchrony 1.0.0
  • faraday-excon 1.1.0
  • faraday-httpclient 1.0.1
  • faraday-net_http 1.0.1
  • faraday-net_http_persistent 1.2.0
  • faraday-patron 1.0.0
  • faraday-rack 1.0.0
  • ffi 1.15.0
  • forwardable-extended 2.6.0
  • gemoji 3.0.1
  • html-pipeline 2.14.0
  • http_parser.rb 0.6.0
  • i18n 1.8.10
  • jekyll 4.2.0
  • jekyll-avatar 0.7.0
  • jekyll-feed 0.15.1
  • jekyll-gist 1.5.0
  • jekyll-github-metadata 2.13.0
  • jekyll-mentions 1.6.0
  • jekyll-redirect-from 0.16.0
  • jekyll-relative-links 0.6.1
  • jekyll-sass-converter 2.1.0
  • jekyll-sitemap 1.4.0
  • jekyll-watch 2.2.1
  • jemoji 0.12.0
  • kramdown 2.3.1
  • kramdown-parser-gfm 1.1.0
  • liquid 4.0.3
  • listen 3.5.1
  • mercenary 0.4.0
  • minitest 5.14.4
  • multipart-post 2.1.1
  • nokogiri 1.13.6
  • octokit 4.21.0
  • pathutil 0.16.2
  • public_suffix 4.0.6
  • racc 1.6.0
  • rb-fsevent 0.10.4
  • rb-inotify 0.10.1
  • rexml 3.2.5
  • rouge 3.26.0
  • ruby2_keywords 0.0.5
  • safe_yaml 1.0.5
  • sassc 2.4.0
  • sawyer 0.8.2
  • terminal-table 2.0.0
  • thread_safe 0.3.6
  • tzinfo 1.2.10
  • tzinfo-data 1.2021.1
  • unicode-display_width 1.7.0
  • wdm 0.1.1
  • webrick 1.7.0
  • zeitwerk 2.4.2
.github/workflows/auto-cite.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • stefanzweifel/git-auto-commit-action v4 composite