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, single-track and single day, with costs covered by the host institution. The meetings are governed by our code of conduct. We particularly 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 start meetings with a free lunch, we have two sessions with coffee somewhere in the middle. Refreshments afterwards are served in a local pub.
If you want to know more about our meetings, have a look at our report to The Genetics Society from northernBUG 6 in Leeds.
We welcome research presentations from industry or commercial attendees, sponsorship is also welcome.
{% 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 }} |