https://github.com/brian-rose/brian-rose.github.io

Sphinx source for my research group website

https://github.com/brian-rose/brian-rose.github.io

Science Score: 36.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary

Keywords from Contributors

interactive projection generic sequences archival embedded genomics observability autograding hacking
Last synced: 10 months ago · JSON representation

Repository

Sphinx source for my research group website

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Created almost 11 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

Rose Research Group Website

GitHub Workflow Status (branch)

Sphinx source for the website currently deployed simultaneously in two different places: - http://www.atmos.albany.edu/facstaff/brose/ - https://brian-rose.github.io

How it works

The static site is built automatically using GitHub Actions and deployed to https://brian-rose.github.io. To see how this works, look at .github/workflows/deploy.yaml in the source repository. To mimic this workflow in another repository, note that you need to enable GitHub Pages for your repo (Setting --> Options --> GitHub Pages).

How to make changes to the site

Rose group members and collaborators are welcome to open Pull Requests with proposed changes. PRs are automatically rendered on readthedocs.org for viewing changes. Select the Show all checks link in the PR discussion to reveal the link to readthedocs.org. If something doesn't look right, make changes and push to the same branch from where you opened the PR and they will be re-rendered.

Note that the people page is generated at build time from data in the file _data/people.yml. Add yourself and edit your details through this file. Add your headshot image to _static/images. I also encourage everyone to add their preferred pronouns.

How to build the site locally

You can also built the static site manually by installing sphinx and all dependencies in a python environment. For example, from the source repository: pip install -r requirements.txt make html

You can now view the built site in your web browser with open _build/html/index.html

Owner

  • Name: Brian Rose
  • Login: brian-rose
  • Kind: user
  • Location: Albany, NY, USA
  • Company: University at Albany

Climate scientist, professor, and practitioner of open-source science. I use mathematical and numerical models to study climatic processes at the global scale.

GitHub Events

Total
  • Issues event: 2
  • Delete event: 4
  • Push event: 18
  • Pull request review event: 2
  • Pull request event: 14
  • Create event: 7
Last Year
  • Issues event: 2
  • Delete event: 4
  • Push event: 18
  • Pull request review event: 2
  • Pull request event: 14
  • Create event: 7

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 285
  • Total Committers: 6
  • Avg Commits per committer: 47.5
  • Development Distribution Score (DDS): 0.386
Past Year
  • Commits: 17
  • Committers: 3
  • Avg Commits per committer: 5.667
  • Development Distribution Score (DDS): 0.118
Top Committers
Name Email Commits
Brian Rose b****e@a****u 175
yulijia y****0@g****m 85
dependabot[bot] 4****] 10
Robert Ford 5****d 5
ngyawali g****a@g****m 5
Yuan-Jen Lin y****n@g****m 5
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 4
  • Total pull requests: 58
  • Average time to close issues: about 22 hours
  • Average time to close pull requests: 1 day
  • Total issue authors: 1
  • Total pull request authors: 6
  • Average comments per issue: 0.75
  • Average comments per pull request: 0.14
  • Merged pull requests: 54
  • Bot issues: 0
  • Bot pull requests: 14
Past Year
  • Issues: 1
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 1
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • brian-rose (4)
Pull Request Authors
  • brian-rose (34)
  • dependabot[bot] (14)
  • r-ford (5)
  • yuanjenlin (2)
  • ngyawali (2)
  • bl-freeman (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (14) github_actions (1)

Dependencies

.github/workflows/build-only.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/deploy.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • peaceiris/actions-gh-pages v3.9.2 composite
requirements.txt pypi
  • ablog *
  • myst-parser *
  • pydata-sphinx-theme *
  • recommonmark *
  • sphinx ==5.0.2
  • sphinx-jinja *
  • sphinx-markdown-tables *
  • sphinx-panels *
  • sphinxcontrib-bibtex *
environment.yml pypi