https://github.com/opensciencegrid/web-preview
Preview pages for opensciencegrid.org
https://github.com/opensciencegrid/web-preview
Last synced: 3 days ago
JSON representation
Preview pages for opensciencegrid.org
- Host: GitHub
- URL: https://github.com/opensciencegrid/web-preview
- Owner: opensciencegrid
- License: apache-2.0
- Created: 2020-12-07T18:03:23.000Z (about 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-01-22T23:08:54.000Z (about 2 years ago)
- Last Synced: 2024-04-16T19:14:05.753Z (almost 2 years ago)
- Language: SCSS
- Size: 81.8 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Welcome to the OSG
This repository contains the source code of the OSG website; it is not the public facing site.
The real webpage for the OSG is .
### What We Do
The OSG facilitates access to distributed high throughput computing for research in the US.
The resources accessible through the OSG are contributed by the community, organized by the OSG, and governed by the OSG consortium.
In the last 12 months, we have provided more than 1.2 billion CPU hours to researchers across a wide variety of projects.
To see the breadth of the OSG impact, [explore our accounting portal](https://gracc.opensciencegrid.org).
### Submit Locally, Run Globally
Researchers can submit batch jobs from their home institution - or OSG-provided submit points - in order to access their local resources and expand
elastically out to the OSG, leverage the distributed nature of our consortium.
### Sharing Is Key
*Sharing is a core principle of the OSG.* Over 100 million CPU hours delivered on the OSG in the past year were opportunistic: they would have remained on but idle
if it wasn't for the OSG. Sharing allows individual researchers to access larger computing resources and large organizations to keep their utilization high.
### Resource Providers
The OSG consists of computing and storage elements at over 100 individual sites spanning the United States.
These sites, primarily at universities and national labs, range in size from a few hundred to tens of thousands of CPU cores.
### The OSG Software Stack
The OSG provides an integrated software stack to enable high throughput computing; [visit our technical documents website for information](docs/).
### Find Us!
Are you a user wanting more computing resources?
Are you a resource provider wanting to join our collaboration?
If so, find us at the [support desk](https://support.opensciencegrid.org).
## Internal Documentation
### Making website changes
To make changes to the website clone the files and run the below line to run the container.
```
docker run --name OSG-website -p 8000:8000 --rm --volume $PWD:/srv/jekyll -it jekyll/jekyll:latest /bin/sh
```
In the container run the below line to build the website.
```
jekyll serve --watch _config.yml -H 0.0.0.0 -P 8000
```
After the build is complete the website will be available at [http://0.0.0.0:8000/](http://0.0.0.0:8000/)
This repository uses [GitHub Actions](https://github.com/opensciencegrid/opensciencegrid.github.io/tree/master/.github/worfklows)
to deploy a website preview from the `master` branch to the [web-preview repository](https://opensciencegrid.org/web-preview/).
The production website (https://opensciencegrid.org/) is built automatically by GitHub Pages from the `production` branch.
To make changes to the website, use the following workflow:
1. Submit a pull request with website updates to the `master` branch (the default) and request a review
1. Upon approval and merge of the pull request, changes can be previewed at https://opensciencegrid.org/web-preview/
1. If additional changes are necessary, repeat steps 1 and 2.
1. When satisfied with the preview website, submit a
[pull request](https://github.com/opensciencegrid/opensciencegrid.github.io/compare/production...master?expand=1)
from `production` to `master`
1. After the pull request from step 4 has been merged, verify the changes at https://opensciencegrid.org
### Adding To the Team Page
The [team page](https://opensciencegrid.org/about/team) provides an overview of those working on the OSG. It's important to keep this updated to reflect the evolving nature of the OSG. To add yourself to this page, [create a pull request](https://help.github.com/articles/about-pull-requests/) (using the standard GitHub workflow) with the following:
* A short config file about yourself, [following this example](https://github.com/opensciencegrid/opensciencegrid.github.io/blob/master/_data/people/bbockelm.yml). Make sure to include your *name*, *shortname* (typically either your GitHub ID as in `bbockelm` or *Firstname-Lastname* as in `Brian-Bockelman`), *institution*, *website*, and *photo*. If you are an area coordinator or have some other named role, you can fill in *title*.
* Upload a headshot of yourself into the `assets/images/team` directory. Name it in the form `assets/images/team/Firstname-Lastname.jpg`; in this case, the corresponding value of the *photo* tag in your config file will be `/assets/images/team/Firstname-Lastname.jpg`.
* If you are a member of the executive team, then add your shortname tag to the [organization file](https://github.com/opensciencegrid/opensciencegrid.github.io/blob/master/_data/orgs/exec-team.yml), `_data/orgs/exec-team.yml`.