-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Gen3 Support Organization page
- Loading branch information
1 parent
b0caebd
commit 3a55858
Showing
3 changed files
with
150 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
identifier: support-orgs | ||
title: Gen3 Support Organizations | ||
linktitle: support-orgs | ||
date: 2024-01-25 | ||
g3Teaser: | ||
title: Gen3 Support Organizations | ||
detail: Private and non-profit organizations have begun to offer services to help groups to set up their own Gen3 data commons or meshes. This includes support for design, deployment, and maintenance of a Gen3 system. Inclusion of an organization on this list does not consistitute an endorsement of their services. The Gen3 source code remains completely open access and the Gen3 community is always welcome to ask questions or seek assistance on the Gen3 Community slack channel free of charge. | ||
|
||
g3Upcoming: | ||
- Title: SE4BIO | ||
Description: We are a team of software engineers with a long track record in software development combined with biotech/bioinformatics domain knowledge. We have a passion for quality software and automation, and have extensively contributed to open source projects in the biotech domain. Support for Gen3 includes 1) Design & Architecture - We assist in reviewing and proposing the appropriate software architecture for deploying and integrating Gen3 within your environment, 2) Setup & Integration - We support the installation of Gen3 within your existing software infrastructure, including integration with your Identity Provider (IDP) for authentication and authorization, helping you connect Gen3 to your data and relevant systems, and 3) Software Customization & Feature Development - We provide customization and feature enhancements for Gen3, with the option to collaborate with you on contributing these improvements back to the Gen3 Open Source project. | ||
Image: /figs/ga4gh.png | ||
Register: https://uchicago.zoom.us/meeting/register/tJItduipqjoiE9VNpgcUP4Sr0CZ_EV7Uli1E | ||
|
||
|
||
|
||
--- | ||
|
||
|
||
<section class="g3-bg__mint"> | ||
<div class="g3-outer-wrapper g3-flex-content"> | ||
<div class="g3-space__padding-lg-top g3-space__padding-md-bottom"> | ||
<div class="g3-space__wrapper-gap-left"> | ||
<h1 class="g3-space__margin-sm-bottom"> | ||
{{< param "g3Teaser.title" >}} | ||
</h1> | ||
<p class="g3-space__margin-sm-bottom introduction"> | ||
{{< param "g3Teaser.detail" >}} | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="g3-bg__white"> | ||
<div class="g3-outer-wrapper g3-flex-content"> | ||
<div class="g3-space__padding-md-top g3-space__padding-md-bottom"> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="g3-bg__mint"> | ||
<div class="g3-outer-wrapper g3-flex-content g3-flex-content__reverse"> | ||
<div class="g3-col__65 g3-flex-content g3-mb-space__padding-lg-top g3-space__margin-md-top-bottom"> | ||
<img class="g3-img__full-width" src="{{< param "g3Teaser.fig" >}}"/> | ||
</div> | ||
<div class="g3-space__padding-lg-top g3-space__padding-lg-bottom g3-col__35"> | ||
<div class="g3-space__wrapper-gap-left"> | ||
<h1 class="g3-space__margin-sm-bottom"> | ||
{{< param "g3Teaser.title" >}} | ||
</h1> | ||
<p class="g3-space__margin-sm-bottom introduction"> | ||
{{< param "g3Teaser.detail" >}} | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="g3-space__padding-sm-top g3-space__padding-sm-bottom"> | ||
<div class="g3-inner-wrapper"> | ||
<h2> </h2> | ||
</div> | ||
</section> | ||
|
||
{{< events "g3Upcoming" >}} | ||
|
||
<section class="g3-space__padding-sm-top g3-space__padding-sm-bottom"> | ||
<div class="g3-inner-wrapper"> | ||
<h2>Recent Gen3 Events</h2> | ||
</div> | ||
</section> | ||
|
||
{{< events "g3past" >}} | ||
|
||
|
||
<section class="g3-space__padding-sm-top g3-space__padding-sm-bottom"> | ||
<div class="g3-inner-wrapper"> | ||
<a href="/community/events_archived"><h2>See Gen3 Events Archive</h2></a> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{{ with .Get 0 }} | ||
{{ range $.Page.Param . }} | ||
<section class="g3-space__padding-sm-top g3-space__padding-sm-bottom"> | ||
<div class="g3-inner-wrapper g3-flex-content"> | ||
<div class="g3-col__50"> | ||
<div class="g3-space__margin-sm-right"> | ||
{{ if .Image }} | ||
<img style="width: 100%;" src="{{ .Image }}" /> | ||
{{ end }} | ||
{{ if .Youtube }} | ||
<iframe style="width: 100%; height: 300px;" | ||
src="https://www.youtube.com/embed/{{ .Youtube }}" allowfullscreen frameborder="0"> | ||
</iframe> | ||
{{ end }} | ||
|
||
</div> | ||
</div> | ||
<div class="g3-col__50"> | ||
<div class="g3-space__margin-sm-left g3-space__margin-sm-right"> | ||
<p>{{ .Date }}</p> | ||
<h1>{{ .Title }}</h1> | ||
<p>{{ .Description }}</p> | ||
{{if .Description2 }} | ||
<br> | ||
<p>{{ .Description2 }}</p> | ||
{{ end }} | ||
<ul> | ||
{{ if .Link }} | ||
<li>30 Mins Presentation</li> | ||
<li>30 Mins Q&A (Please post your questions in the zoom chat and we will answer in this time frame)</li> | ||
{{ end }} | ||
{{ if .Slides }} | ||
<li>Slides: <a href="{{ .Slides }}">PDF</a></li> | ||
{{ end }} | ||
{{ if .Youtube }} | ||
<li>Video: <a href="https://www.youtube.com/watch?v={{ .Youtube }}">YouTube</a></li> | ||
{{ end }} | ||
{{ if .Playlist }} | ||
<li>Video: <a href="{{ .Playlist }}">YouTube</a></li> | ||
{{ end }} | ||
{{ if .Agenda }} | ||
<li>Video: <a href="{{ .Agenda }}">Agenda with links to specific sessions</a></li> | ||
{{ end }} | ||
{{ if .Agenda2 }} | ||
<li> <a href="{{ .Agenda2 }}">See full agenda here</a></li> | ||
{{ end }} | ||
{{ if .Agenda3 }} | ||
<a class="g3-button--secondary g3-button" href="{{ .Register2 }}">Register</a> | ||
<a class="g3-button--secondary g3-button" href="{{ .Agenda3 }}">Full Agenda</a> | ||
|
||
{{ end }} | ||
</ul> | ||
{{ if .Register}} | ||
<a class="g3-button--secondary g3-button" href="{{ .Register }}">Register</a> | ||
{{ end }} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
{{ end }} | ||
{{ end }} |