{"id":41591515,"url":"https://github.com/opensciencegrid/web-preview","last_synced_at":"2026-01-24T09:31:47.751Z","repository":{"id":115300447,"uuid":"319402867","full_name":"opensciencegrid/web-preview","owner":"opensciencegrid","description":"Preview pages for opensciencegrid.org","archived":false,"fork":false,"pushed_at":"2024-01-22T23:08:54.000Z","size":85789,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"gh-pages","last_synced_at":"2024-04-16T19:14:05.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opensciencegrid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-12-07T18:03:23.000Z","updated_at":"2024-01-22T23:08:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4dc99d3-97f6-41df-8791-1769275fac94","html_url":"https://github.com/opensciencegrid/web-preview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opensciencegrid/web-preview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fweb-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fweb-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fweb-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fweb-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensciencegrid","download_url":"https://codeload.github.com/opensciencegrid/web-preview/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensciencegrid%2Fweb-preview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28723233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-24T09:31:47.172Z","updated_at":"2026-01-24T09:31:47.743Z","avatar_url":"https://github.com/opensciencegrid.png","language":"SCSS","readme":"## Welcome to the OSG\n\nThis repository contains the source code of the OSG website; it is not the public facing site.\n\nThe real webpage for the OSG is \u003chttps://www.opensciencegrid.org\u003e.\n\n### What We Do\n\nThe OSG facilitates access to distributed high throughput computing for research in the US.\nThe resources accessible through the OSG are contributed by the community, organized by the OSG, and governed by the OSG consortium.\nIn the last 12 months, we have provided more than 1.2 billion CPU hours to researchers across a wide variety of projects.\n\nTo see the breadth of the OSG impact, [explore our accounting portal](https://gracc.opensciencegrid.org).\n\n### Submit Locally, Run Globally\n\nResearchers can submit batch jobs from their home institution - or OSG-provided submit points - in order to access their local resources and expand\nelastically out to the OSG, leverage the distributed nature of our consortium.\n\n### Sharing Is Key\n\n*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\nif it wasn't for the OSG. Sharing allows individual researchers to access larger computing resources and large organizations to keep their utilization high.\n\n### Resource Providers\n\nThe OSG consists of computing and storage elements at over 100 individual sites spanning the United States.\nThese sites, primarily at universities and national labs, range in size from a few hundred to tens of thousands of CPU cores.\n\n### The OSG Software Stack\n\nThe OSG provides an integrated software stack to enable high throughput computing; [visit our technical documents website for information](docs/).\n\n### Find Us!\n\nAre you a user wanting more computing resources?\n\nAre you a resource provider wanting to join our collaboration?\n\nIf so, find us at the [support desk](https://support.opensciencegrid.org).\n\n## Internal Documentation\n\n### Making website changes\n\nTo make changes to the website clone the files and run the below line to run the container. \n```\ndocker run --name OSG-website -p 8000:8000 --rm --volume $PWD:/srv/jekyll -it jekyll/jekyll:latest /bin/sh\n```\nIn the container run the below line to build the website. \n```\njekyll serve --watch _config.yml -H 0.0.0.0 -P 8000\n```\nAfter the build is complete the website will be available at [http://0.0.0.0:8000/](http://0.0.0.0:8000/)\n\nThis repository uses [GitHub Actions](https://github.com/opensciencegrid/opensciencegrid.github.io/tree/master/.github/worfklows)\nto deploy a website preview from the `master` branch to the [web-preview repository](https://opensciencegrid.org/web-preview/).\nThe production website (https://opensciencegrid.org/) is built automatically by GitHub Pages from the `production` branch.\n\nTo make changes to the website, use the following workflow:\n\n1.  Submit a pull request with website updates to the `master` branch (the default) and request a review\n1.  Upon approval and merge of the pull request, changes can be previewed at https://opensciencegrid.org/web-preview/\n1.  If additional changes are necessary, repeat steps 1 and 2.\n1.  When satisfied with the preview website, submit a\n    [pull request](https://github.com/opensciencegrid/opensciencegrid.github.io/compare/production...master?expand=1)\n    from `production` to `master`\n1.  After the pull request from step 4 has been merged, verify the changes at https://opensciencegrid.org\n\n### Adding To the Team Page\n\nThe [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:\n\n* 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*.\n* 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`.\n* 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`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensciencegrid%2Fweb-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensciencegrid%2Fweb-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensciencegrid%2Fweb-preview/lists"}