greenelab.com

The website source code for greenelab.com

https://github.com/greenelab/greenelab.com

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 (3.9%) to scientific vocabulary

Keywords

greenelab jekyll lab website
Last synced: 6 months ago · JSON representation ·

Repository

The website source code for greenelab.com

Basic Info
  • Host: GitHub
  • Owner: greenelab
  • License: bsd-3-clause
  • Language: HTML
  • Default Branch: main
  • Homepage: https://greenelab.com/
  • Size: 82.9 MB
Statistics
  • Stars: 2
  • Watchers: 10
  • Forks: 25
  • Open Issues: 2
  • Releases: 0
Topics
greenelab jekyll lab website
Created almost 5 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Visit greenelab.com 🚀

Greene Lab Website

⚠️ IMPORTANT

If you are looking to make your own lab website, do not use this repo as the template, use the Lab Website Template directly.

Lab Website Template

This website was generated from the Greene Lab's own Lab Website Template.

⭐ GreeneLab.com ⭐

Owner

  • Name: Greene Laboratory
  • Login: greenelab
  • Kind: organization
  • Email: casey@greenelab.com
  • Location: Aurora, CO

Greene Laboratory at the University of Colorado Anschutz

Citation (CITATION.cff)

# citation metadata for the template itself

title: "Lab Website Template"
version: 1.3.3
date-released: 2025-01-25
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
  • Issues event: 2
  • Delete event: 18
  • Issue comment event: 23
  • Push event: 96
  • Pull request review event: 13
  • Pull request review comment event: 11
  • Pull request event: 37
  • Fork event: 2
  • Create event: 16
Last Year
  • Issues event: 2
  • Delete event: 18
  • Issue comment event: 23
  • Push event: 96
  • Pull request review event: 13
  • Pull request review comment event: 11
  • Pull request event: 37
  • Fork event: 2
  • Create event: 16

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 17
  • Total pull requests: 105
  • Average time to close issues: 6 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 4
  • Total pull request authors: 13
  • Average comments per issue: 3.82
  • Average comments per pull request: 1.87
  • Merged pull requests: 84
  • Bot issues: 0
  • Bot pull requests: 12
Past Year
  • Issues: 1
  • Pull requests: 21
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.71
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
  • vincerubinetti (7)
  • cgreene (7)
  • ajlee21 (2)
  • ben-heil (1)
  • github-actions[bot] (1)
Pull Request Authors
  • cgreene (52)
  • github-actions[bot] (24)
  • vincerubinetti (14)
  • ajlee21 (10)
  • rando2 (7)
  • miltondp (4)
  • ben-heil (3)
  • danich1 (1)
  • huqiwen0313 (1)
  • envest (1)
  • taylorreiter (1)
  • arielah (1)
  • graceakatsu (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Gemfile rubygems
  • jekyll-feed >= 0 development
  • jekyll-redirect-from >= 0 development
  • jekyll-sitemap >= 0 development
  • jekyll >= 0
  • tzinfo ~> 1.2
  • tzinfo-data >= 0
  • wdm ~> 0.1.1
  • webrick ~> 1.7
Gemfile.lock rubygems
  • addressable 2.7.0
  • colorator 1.1.0
  • concurrent-ruby 1.1.8
  • em-websocket 0.5.2
  • eventmachine 1.2.7
  • ffi 1.15.0
  • forwardable-extended 2.6.0
  • http_parser.rb 0.6.0
  • i18n 1.8.10
  • jekyll 4.2.0
  • jekyll-feed 0.15.1
  • jekyll-redirect-from 0.16.0
  • jekyll-sass-converter 2.1.0
  • jekyll-sitemap 1.4.0
  • jekyll-watch 2.2.1
  • kramdown 2.3.1
  • kramdown-parser-gfm 1.1.0
  • liquid 4.0.3
  • listen 3.5.1
  • mercenary 0.4.0
  • pathutil 0.16.2
  • public_suffix 4.0.6
  • rb-fsevent 0.10.4
  • rb-inotify 0.10.1
  • rexml 3.2.5
  • rouge 3.26.0
  • safe_yaml 1.0.5
  • sassc 2.4.0
  • terminal-table 2.0.0
  • thread_safe 0.3.6
  • tzinfo 1.2.9
  • tzinfo-data 1.2021.5
  • unicode-display_width 1.7.0
  • wdm 0.1.1
  • webrick 1.7.0
.github/workflows/build-preview.yaml actions
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • crazy-max/ghaction-dump-context v1 composite
  • rossjrw/pr-preview-action v1 composite
  • ruby/setup-ruby v1 composite
.github/workflows/build-site.yaml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • crazy-max/ghaction-dump-context v1 composite
  • ruby/setup-ruby v1 composite
.github/workflows/first-time-setup.yaml actions
  • actions/checkout v3 composite
  • actions/github-script v6 composite
  • crazy-max/ghaction-dump-context v1 composite
  • peterjgrainger/action-create-branch v2.4.0 composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/on-pages.yaml actions
.github/workflows/on-pull-request.yml actions
.github/workflows/on-push.yml actions
.github/workflows/on-schedule.yaml actions
.github/workflows/update-citations.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • crazy-max/ghaction-dump-context v1 composite
  • peter-evans/create-pull-request v4 composite
  • stefanzweifel/git-auto-commit-action v4 composite
  • tj-actions/verify-changed-files v13 composite
.github/workflows/update-url.yaml actions
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • actions/github-script v6 composite
  • crazy-max/ghaction-dump-context v1 composite
  • stefanzweifel/git-auto-commit-action v4 composite
  • tj-actions/verify-changed-files v13 composite
.github/workflows/versioning.yaml actions
  • actions/checkout v3 composite
  • actions/github-script v6 composite
  • crazy-max/ghaction-dump-context v1 composite
  • ncipollo/release-action v1 composite
.docker/Dockerfile docker
  • ruby 3.1.2 build
_cite/requirements.txt pypi
  • PyYAML ==6.0
  • diskcache ==5.4.0
  • google-search-results ==2.4.1
  • manubot ==0.5.5
  • python-dotenv ==0.21.0
  • rich ==12.6.0