layout | title | permalink |
---|---|---|
page |
ReadMe |
/readme/ |
Add a new markdown file in the _posts
directory with the filename in the format:
YYYY-MM-DD-quick-title.md
The 1st few lines of the page should be like this:
---
layout: post
author: <AUTHOR_NAME>
title: <DISPLAYED_TITLE>
---
In the _data
directory you will find a training.yml
file. Simply add a new entry or
edit an existing entry. Each entry should look like this:
- title: Nanopore Sequencing & Data Analysis
subtitle: Learn about nanopore sequecning and data analysis by performing your own 16S sequecning experiement!
description: Learn - The science behind nanopore sequencing, How to prepare a 16S amplicon library for sequencing, Loading a library onto a MinION flow cell, Sequencing on the MinION platform, Basics of nanopore data, Analysis of our 16S data using Galaxy
date: 19-09-2019
duration: 1
institute: University of Sheffield
city: Sheffield
location: E13 Dainton Building
link: http://sbc.shef.ac.uk/training/nanopore-sequencing-2019-09-19/
In the _data
directory you will find a members.yml
file. Simply add a new entry
using the existing ones as a template or make edits as required.
Each entry should look like this (if you don't have github please omit that line):
- name: Matthew Parker
github: mattdmem
institute: Sheffield University Bioinformatics Core
email: matthew.parker@sheffield.ac.uk
website: http://sbc.shef.ac.uk/
twitter: bioinfomatt
interests: Clinical Bioinfromatics, Cancer, Variant Calling, Structural Variants
In the _data
directory you will find a meetings.yml
file. Simply add a new entry
using the existing ones as a template or make edits as required. Meetings are automatically
displayed in the "Past" section if the date of the meeting was before today's date.
Each entry should look like this:
- meeting: NorthernBUG|2
theme: Clinical Bioinformatics
month: September
day: 14
year: 2018
institute: University of Sheffield
city: Sheffield
Add a page in the format northernbug2.md
to the folder meeting_details
this should have the following format:
---
layout: meeting
author: <MEETING_HOSTS>
title: <MEETING_TITLE>
date: <DATE>
institute: <INSTITUTE>
postcode: <VENUE_POSTCODE>
address: <FULL_VENUE_ADDRESS>
permalink: <FILENAME_WITHOUT_.md>
---
# General
# Agenda
| Time | Speaker | Presentation | Information |
|---------------|----------------|--------------|-------------|
| 12:00-13:00 | Lunch | | |
| 13:00-14:30 | Session 1 | | |
| 14:30-15:00 | Coffee | | |
| 15:00-16:00 | Session 2 | | |
| 16:00-17:00 | Discussion/Pub | | |
# Registration
# Attendees
Meeting sign-up is powered by google forms. We have just hijacked the names of fields and the action to create our own form. Responses go into a google sheet.
Once a meeting registration is closed we will create a new tab and preserve the sign-up list from previous meetings in their own tabs.