Skip to content

Commit

Permalink
Merge pull request #4972 from vladvisan/main
Browse files Browse the repository at this point in the history
WiP / Draft - Galaxy SSA Poll Results Slides
  • Loading branch information
hexylena authored Jul 10, 2024
2 parents 78c9f5f + 88493ce commit 12df6a4
Show file tree
Hide file tree
Showing 33 changed files with 489 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _includes/contributor-human-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<abbr title="This person contributed UX or Design improvements to this tutorial or the GTN as a whole"></abbr>
{% elsif include.activity == "funding" %}
<abbr title="These individuals or organisations provided funding support for the development of this resource">💵</abbr>
{% elsif include.activity == "data" %}
<abbr title="This person generated some of the underlying data used in the learning resource.">🖥</abbr>
{% elsif include.activity == "maintainer" %}
<abbr title="These individuals or organisations are responsible for maintaining this resource"></abbr>
{% elsif include.activity == "captioner" %}
Expand Down
8 changes: 8 additions & 0 deletions _includes/contributor-list2.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
</tr>
{% endif %}

{% if include.contributors.data %}
<tr>
<td><abbr title="These people generated some of the underlying data used in the learning resource.">Data provider(s)</abbr></td>
<td>
{% for id in include.contributors.data %}{{ include.sep }}{% if include.badge %}{% include _includes/contributor-badge.html id=id %}{% else %}{% assign name = contributors[id].name | default: id -%}{{ name -}}{% endif %}{%- endfor -%}
</td>
</tr>
{% endif %}

{% if include.contributors.organisers %}
<tr>
Expand Down
13 changes: 11 additions & 2 deletions assets/css/slides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ body.remark-container {
width: 40%;
}

.image-45 img {
width: 45%;
}

.image-50 img {
width: 50%;
}
Expand Down Expand Up @@ -348,10 +352,15 @@ body.remark-container {
}

.pull-left-large {
/* this does not break compatibility with .pull-right */
/* this does break compatibility with .pull-right */
float: left;
margin-left: -3em;
width: 60%;
width: 66%;
}
.pull-right-small {
float: right;
width: 33%;

}

.pull-left {
Expand Down
9 changes: 9 additions & 0 deletions bin/schema-slides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,15 @@ mapping:
enum:
- CONTRIBUTORS
- ORGANISATIONS
data:
type: seq
description: These entities provided data for this resource
sequence:
- type: str
enum:
- CONTRIBUTORS
- ORGANISATIONS
- FUNDERS
hands_on:
type: str
enum:
Expand Down
9 changes: 9 additions & 0 deletions bin/schema-tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,15 @@ mapping:
enum:
- CONTRIBUTORS
- ORGANISATIONS
data:
type: seq
description: These entities provided data for this resource
sequence:
- type: str
enum:
- CONTRIBUTORS
- ORGANISATIONS
- FUNDERS
subtopic:
type: str
description: |
Expand Down
Binary file added topics/admin/images/poll-ssa/01-Active-Users.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/admin/images/poll-ssa/02-DB-Tech.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions topics/admin/tutorials/poll-ssa/faqs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
layout: faq-page
---
Loading

0 comments on commit 12df6a4

Please sign in to comment.