<!-- .slide: data-background="https://raw.githubusercontent.com/maxulysse/maxulysse.github.io/main/assets/img/svg/green_white_bg.svg" -->
<a href="https://www.nf-co.re"><img src="https://raw.githubusercontent.com/nf-core/logos/master/byte-size-logos/bytesize-darkbg.svg" width="65%"><img></a>
# Community updates:<br>September 2022
Phil Ewels / <img src="https://openmoji.org/data/color/svg/E040.svg" width=50> @tallphil / <img src="https://openmoji.org/data/color/svg/E045.svg" width=50> @ewels
Seqera Labs
---

---

---
# Overview
- ๐ซ Teams
- ๐ฏ Guidelines
- ๐ Reviewing
- โ
Test data
- ๐งน Spring cleaning
- ๐๐ป Acknowledgements
- ๐ฌ New slack channels
- ๐ Website updates
---
# Teams
```mermaid
flowchart BT
core --> steering
infrastructure --> core
outreach --> core
ambassadors --> outreach
maintainers --> core
safety --> steering
```
---
## Steering
- Members
- Phil, Gisela, Harshil, Ellen, Evan
- Tasks
- Finance
- Personnel
- Large initiatives
- Big picture planning
---
## Core
### Responsibilities
- The core team will be responsible for:
- Day to day decisions for community.
- Decisions by committee / vote
- If there is no majority, decisions will be made by the steering committee
- Administrative access to everything
- Track & decide on new pipeline requests
---
## Core
### Membership
- By invitation, based on merit / involvement in the community
- Representation
- Will aim to have representation that from different genders, geography, and academia + industry + clinical.
---
## Infrastructure
- Responsibilities
- Framework development (tools, website, megatests..)
- Members:
- Lead: Phil
- Julia
- Matthias H
---
## Outreach
- Members:
- Leads: Chris, Marcel, Fran
- Rest: under review, stay tuned
- Responsibilities
- Bytesize
- Hackathons/Training
- Ambassador program
- Twitter by leads (bytesize,...)
- Youtube
---
## Safety
- Members:
- Saba Nafees
- Michael Heuer
- Cris Tuรฑรญ
- Responsibilities
- Keep CoC up to date
- Available at events / monitor Slack conduct
- Give recommendations to steering committee
---
## Maintainers
- Members: Listen out for details on Slack
- Top GitHub contributors
- Manual added by core team (rotate every 6 months)
- Can request to be added
- Responsibilities
- Review PRs (modules, pipelines)
- check #github-invitations
- Manage test data
---
## Ambassadors
- Lots of cool stuff planned, stay tuned ๐
---
# ๐ฏ Guidelines
Refreshed and updated:
https://nf-co.re/docs/contributing/guidelines/index
---
# ๐ Reviewing
- Reviewing guidelines / documentation coming soon.
---
# โ
Test data
- New requirement: YAML file in each test data directory
- Structured metadata about those files (e.g. yaml)
- New guidelines for adding test data
- https://nf-co.re/docs/contributing/test_data_guidelines
---
# ๐งน Spring cleaning
- Lead: James & Chris
- Everyone, not just core
- Yearly: March, near hackathon dates
- Clean up:
- Non-active pipelines
- Old branches
- Old pull requests
- Old issues (duplicates, already fixed)
---
# ๐๐ป Acknowledgements
- Help docs coming soon on how to acnkowedge the nf-core community in manuscripts.
- Maybe a helper tool too
---
# ๐ฌ New slack channels
- `#nostupidquestions`
- `#nf-core-memes`
---
# ๐ Website updates
- โ
Duplicate tweets fixed
- Hopefully no more 502 errors
- Visual fixes on navbar
- Allow any number of pages in the docs
- Rewrite with a static site generator
---
## That's all folks
<!-- .slide: data-background="https://raw.githubusercontent.com/maxulysse/maxulysse.github.io/main/assets/img/svg/green_white_bg.svg" -->
Chat: [`https://nf-co.re/join`](https://nf-co.re/join) <img src="https://cdn.brandfolder.io/5H442O3W/at/pl546j-7le8zk-6gwiyo/Slack_Mark.svg" width=7.5%></img>`#nostupidquestions`
<div style="margin-top:0.1em"> </div>
<p align="center">
Follow nf-core on
<a href="https://www.twitter.com/nf_core"><img src="https://openmoji.org/data/color/svg/E040.svg" width=6%></a>
<a href="https://github.com/nf-core"><img src="https://openmoji.org/data/color/svg/E045.svg" width=6%></a>
<a href="https://www.youtube.com/c/nf-core"><img src="https://openmoji.org/data/color/svg/E044.svg" width=6%></a>
</a>
</p>
<a href="https://nf-co.re/" style="color: #000000; font-family:Monaco, monospace; font-weight:bold;">https://nf-co.re/</a>
<div style="display: flex; justify-content: space-evenly; align-items:center;">
<img src="https://chanzuckerberg.com/wp-content/themes/czi/img/logo.svg" width=15%>
<div style="font-style:italic; font-size: 0.5em; color: #666;">Icons:<br><a href="https://openmoji.org">openmoji.org</a></div></div>
<style>
.reveal section img { background:none; border:none; box-shadow:none; }
body {
background-image: url(https://raw.githubusercontent.com/nf-core/logos/master/nf-core-logos/nf-core-logo-square.svg);
background-size: 7.5%;
background-repeat: no-repeat;
background-position: 3% 96%;
background-color: #181a1b;
}
.reveal body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: white;
}
.reveal p {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: white;
}
.reveal h1 {
font-family: 'Roboto', sans-serif;
font-style: bold;
font-weight: 400;
color: white;
font-size: 62px;
}
.reveal h2 {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: white;
}
.reveal h3 {
font-family: 'Roboto', sans-serif;
font-style: italic;
font-weight: 300;
color: white;
}
.reveal p {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: white;
}
.reveal li {
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: white;
}
.reveal pre {
background-color: #272822 !important;
display: inline-block;
border-radius: 7px;
color: #aaaba9;
}
.reveal pre code {
color: #eeeeee;
background-color: #272822;
font-size: 100%;
}
.reveal code {
background-color: #272822;
font-size: 75%;
}
.reveal .progress {
color: #24B064;
}
.reveal .controls button {
color: #24B064;
}
.reveal blockquote {
display: block;
position: relative;
width: 90%;
margin: 20px auto;
padding: 5px;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
}
</style>
{"metaMigratedAt":"2023-06-17T10:23:26.956Z","metaMigratedFrom":"YAML","title":"nf-core/bytesize: community updates Sep 2022","breaks":true,"contributors":"[{\"id\":\"41476d21-4b95-4fee-8577-7df5bb3e16ba\",\"add\":3697,\"del\":1367}]"}