layout | title | permalink |
---|---|---|
page |
Meetings |
/meetings/ |
Our meetings are based on the format pioneered by NextGenBUG.
NorthernBUG meetings are open to anyone interested in bioinformatics or its application in life science research and beyond. Meetings are free and costs covered by the host institution. We encourage researchers in the early stages of their career to attend and present their work. It's a great forum to practice your talks, float new ideas and approaches, and present early work.
We welcome research presentations from industry or commercial attendees, sponsorship is also welcome.
We start meetings with a free lunch, we have two sessions with coffee somewhere in the middle. Refreshments afterwards are served in a local pub.
We will upload presentations here:
{% for meeting in site.data.meetings %} {% if meeting.day == 'TBD' %} {% capture day %}1{% endcapture %} {% else %} {% capture day %}{{meeting.day}}{% endcapture %} {% endif %} {% capture event_date_string %} {{ meeting.year }}-{{ meeting.month }}-{{day}} {% endcapture %} {% capture event_date %}{{ event_date_string | date: '%s' }}{% endcapture %} {% capture current_date %}{{ site.time | date: '%s' }}{% endcapture %} {% if event_date >= current_date %} {% if meeting.page %} {% else %} {% endif %} {% endif %} {% endfor %}Meeting | Date | Institute | City | |
---|---|---|---|---|
{{ meeting.meeting }} | {{ meeting.meeting }} | {{ meeting.day }} {{ meeting.month }} {{ meeting.year }} | {{ meeting.institute }} | {{ meeting.city }} |
Meeting | Date | Institute | City | |
---|---|---|---|---|
{{ meeting.meeting }} | {{ meeting.meeting }} | {{ meeting.day }} {{ meeting.month }} {{ meeting.year }} | {{ meeting.institute }} | {{ meeting.city }} |