diff --git a/config.yaml b/config.yaml index f70a8feb..9a91a99d 100644 --- a/config.yaml +++ b/config.yaml @@ -139,16 +139,21 @@ menu: url: /governance/ parent: community weight: 502 + - identifier: support-orgs + name: Gen3 Support Organizations + url: /support-orgs/ + parent: community + weight: 503 - identifier: community/slack name: Join us on Slack! url: https://docs.google.com/forms/d/e/1FAIpQLSczyhhOXeCK9FdVtpQpelOHYnRj1EAq1rwwnm9q6cPAe5a7ug/viewform parent: community - weight: 503 + weight: 504 - identifier: community/discussion_board name: Discussion Board url: https://forums.gen3.org/ parent: community - weight: 504 + weight: 505 # - identifier: /community/medium # name: Medium # url: /community/medium/ diff --git a/content/support-orgs.md b/content/support-orgs.md new file mode 100644 index 00000000..0c3ef077 --- /dev/null +++ b/content/support-orgs.md @@ -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 + + + +--- + + +
+
+
+
+

+ {{< param "g3Teaser.title" >}} +

+

+ {{< param "g3Teaser.detail" >}} +

+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+ }}"/> +
+
+
+

+ {{< param "g3Teaser.title" >}} +

+

+ {{< param "g3Teaser.detail" >}} +

+
+
+
+
+ +
+
+

+
+
+ +{{< events "g3Upcoming" >}} + +
+
+

Recent Gen3 Events

+
+
+ +{{< events "g3past" >}} + + +
+
+

See Gen3 Events Archive

+
diff --git a/layouts/shortcodes/support-orgs.html b/layouts/shortcodes/support-orgs.html new file mode 100644 index 00000000..aea20805 --- /dev/null +++ b/layouts/shortcodes/support-orgs.html @@ -0,0 +1,62 @@ +{{ with .Get 0 }} + {{ range $.Page.Param . }} +
+
+
+
+ {{ if .Image }} + + {{ end }} + {{ if .Youtube }} + + {{ end }} + +
+
+
+
+

{{ .Date }}

+

{{ .Title }}

+

{{ .Description }}

+ {{if .Description2 }} +
+

{{ .Description2 }}

+ {{ end }} +
    + {{ if .Link }} +
  • 30 Mins Presentation
  • +
  • 30 Mins Q&A (Please post your questions in the zoom chat and we will answer in this time frame)
  • + {{ end }} + {{ if .Slides }} +
  • Slides: PDF
  • + {{ end }} + {{ if .Youtube }} +
  • Video: YouTube
  • + {{ end }} + {{ if .Playlist }} +
  • Video: YouTube
  • + {{ end }} + {{ if .Agenda }} +
  • Video: Agenda with links to specific sessions
  • + {{ end }} + {{ if .Agenda2 }} +
  • See full agenda here
  • + {{ end }} + {{ if .Agenda3 }} + Register + Full Agenda + + {{ end }} +
+ {{ if .Register}} + Register + {{ end }} +
+
+
+ +
+ {{ end }} +{{ end }}