Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Testing subdomain as a 'member site' #277

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added _bibliography/annotation.bib
Empty file.
17 changes: 17 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ team_sites:
url: "https://galaxy.pasteur.fr/"
galaxy_server: "https://galaxy.pasteur.fr/"
blurb: ""
annotation:
name: Genome Annotation
subdomain: true
url: /annotation/
private_news: true
url: "https://annotation.usegalaxy.eu/"
galaxy_server: "https://annotation.usegalaxy.eu/"
blurb: ""

header_links:
main:
Expand Down Expand Up @@ -163,6 +171,15 @@ header_links:
url: /pasteur/people
- name: Publications
url: /pasteur/publications
annotation:
- name: News
url: /annotation/news
- name: Events
url: /annotation/events
- name: People
url: /annotation/people
- name: Publications
url: /annotation/publications

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
Expand Down
23 changes: 23 additions & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,26 @@ erasmusmc:
email: [email protected]
phone: +31(0) 70 32460
location: Ee-1579

annotation:
erasche:
name: Helena Rasche
title: B.Sc. Biochem., Technician
email: [email protected]
phone: +49(0) 761 - 203 54128
location: "Build.: 079, Room: -1005a"
location_link: "https://goo.gl/maps/zEL3g3KVE8Q2"
gitter: erasche
orcid: 0000-0001-9760-8992
galaxyadmin: true

abretaud:
name: Anthony Bretaudeau
gitter: abretaud
bio: BIPAA/GenOuest

nathandunn:
name: Nathan Dunn
gitter: nathandunn
location: Oregon, United States
bio: Lawrence Berkeley National Lab
24 changes: 24 additions & 0 deletions _events/2019-05-13-Westerdijk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
site: annotation
tags: [training]
title: "Galaxy Workshop @ Fungal Biodiversity Institute Utrecht"
starts: 2019-05-13
ends: 2019-05-16
organiser:
name: Westerdijk Fungal Biodiversity Institute
email:
location:
name: Westerdijk Fungal Biodiversity Institute
street: Uppsalalaan 8
postal: 3584CT
city: Utrecht
country: The Netherlands
supporters:
---

We will cover:

- Galaxy
- QC & Mapping
- Genome Annotation with Maker
- 16S Metagenomics with Mothur
10 changes: 10 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,19 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">Member Sites <span class="caret"></span></a>
<ul class="dropdown-menu">
{% for path in site.team_sites %}
{% unless path[1].subdomain %}
<li>
<a class="page-link" href="/{{ path[0] }}/">{{ path[1].name | escape }}</a>
</li>
{% endunless %}
{% endfor %}
<li class="dropdown-header">Subdomains</li>
{% for path in site.team_sites %}
{% if path[1].subdomain %}
<li>
<a class="page-link" href="/{{ path[0] }}/">{{ path[1].name | escape }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</li>
Expand Down
3 changes: 3 additions & 0 deletions _includes/home_news_events.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{% assign page_dir = page.dir | split:'/' %}
{% assign key = page_dir[1] | default: page.site %}
{% if include.key %}
{% assign key=include.key %}
{% endif %}
{% assign key_length = key | size %}

<div class="row">
Expand Down
13 changes: 13 additions & 0 deletions _posts/2019-07-22-ismb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
site: annotation
title: GGA @ ISMB
tags: [talk]
supporters:
- denbi
- elixir
author: erasche
---

We will present the work of the GGA in the past years at ISMB/ECCB 2019 in Basel, Switzerland.

You can [view a copy of the presentation](https://docs.google.com/presentation/d/1hJyI1sbfxAzzgoJ5E4eHNicSbYzBDaVwTwfOlOLiV3c/edit#slide=id.g5d8be916d1_0_182) online.
6 changes: 6 additions & 0 deletions annotation/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: event_list
---
3 changes: 3 additions & 0 deletions annotation/galaxy/gxevents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
layout: event_list-galaxy
---
3 changes: 3 additions & 0 deletions annotation/galaxy/gxnews.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
layout: news_list-galaxy
---
15 changes: 15 additions & 0 deletions annotation/galaxy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: subsite-galaxy
subdomain: annotation
gitter: galaxy-genome-annotation/Lobby
site: annotation
---

<br/>

Welcome to **Galaxy for Genome Annotation** -- a platform to annotate, curate, and publish genomic data

<img src="https://galaxy-genome-annotation.github.io/gga-clean.png" height="200px" alt="GGA Logo"/>


{% include home_news_events.html %}
9 changes: 9 additions & 0 deletions annotation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: home
title: Genome Annotation
---



{% include home_news_events.html %}
{% include home_done.html %}
5 changes: 5 additions & 0 deletions annotation/news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: news_list
title: News
---

4 changes: 4 additions & 0 deletions annotation/people.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# intentionally blank. Please edit _data/people.yml
layout: people
---
7 changes: 7 additions & 0 deletions annotation/publications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
---

# Our publications

{% bibliography --file annotation %}
48 changes: 39 additions & 9 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,6 @@ img {
}


.border-freiburg {
border-left: 5px solid #2c3143 !important;
}
.border-erasmusmc {
border-left: 5px solid #f17925 !important;
}
.border-deNBI, .border-denbi {
border-left: 5px solid rgb(0, 174, 236) !important;
}
@import "people";
@import "404";
@import "news";
Expand Down Expand Up @@ -222,6 +213,12 @@ img {
}


.border-freiburg {
border-left: 5px solid #2c3143 !important;
}
.border-deNBI, .border-denbi {
border-left: 5px solid rgb(0, 174, 236) !important;
}
body.location-freiburg {
.navbar {
background-color: #2c3143 !important;
Expand All @@ -247,6 +244,9 @@ body.location-freiburg {
}
}

.border-erasmusmc {
border-left: 5px solid #f17925 !important;
}
body.location-erasmusmc {
.navbar {
background-color: #f17925 !important;
Expand All @@ -272,6 +272,9 @@ body.location-erasmusmc {
}
}

.border-belgium{
border-left: 5px solid #1b2944 !important;
}
body.location-belgium {
.navbar {
background-color: #1b2944 !important;
Expand Down Expand Up @@ -323,6 +326,33 @@ body.location-pasteur {
}


.border-annotation {
border-left: 5px solid green !important;
}
body.location-annotation {
.navbar {
background-color: green !important;
border: 0px !important;
}

.navbar .navbar-brand, .navbar .navbar-nav > li > a {
color: white !important;
}

.navbar .navbar-brand:hover, .navbar .navbar-brand:focus,
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
color: #aaa !important;
}

.nav > li > a:hover, .nav > li > a:focus {
background-color: transparent !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: transparent !important;
color: white;
}
}
.tooltable {
td:nth-child(1) {
width: 15%;
Expand Down
4 changes: 4 additions & 0 deletions index-annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
layout: subsite-galaxy
subdomain: annotation
gitter: galaxy-genome-annotation/Lobby
site: annotation
---

Welcome to **Galaxy for Genome Annotation** -- a platform to annotate, curate, and publish genomic data

<img src="https://galaxy-genome-annotation.github.io/gga-clean.png" height="200px" alt="GGA Logo"/>


{% include home_news_events.html key=annotation %}

*Coming soon*