-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpag2013.pug
140 lines (139 loc) · 6.55 KB
/
pag2013.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
extends header
block content
body
.wrapper
<!-- ******HEADER****** -->
header.header
.header-main.container
h1.logo.col-md-4.col-sm-4
a(href='https://sunflowergenome.org')
img#logo(src='/images/logo.png', width='300px', height='75px', alt='Logo')
.info.col-md-8.col-sm-8
ul.menu-top.navbar-right.hidden-xs
li.divider
a(href='https://sunflowergenome.org') Home
li.divider
a(href='/faq') FAQ
li
a(href='/contact') Contact
br
include nav-data
<!-- ******CONTENT****** -->
.content.container
.page-wrapper
header.page-heading.clearfix
h1.heading-title.pull-left Presentations
.breadcrumbs.pull-right
ul.breadcrumbs-list
li.breadcrumbs-label You are here:
li
a(href='https://sunflowergenome.org') Home
i.fa.fa-angle-right
li.current PAG 2013
.page-content
.row.page-row
aside.page-sidebar.col-md-2.col-sm-2.affix-top
section.widget
ul.nav
li.active
a(href='/pag2013') PAG 2013
|
|
i.fa.fa-file-image-o(aria-hidden='true')
li
a(href='/pag2014') PAG 2014
|
|
i.fa.fa-file-image-o(aria-hidden='true')
li
a(href='/pag2015') PAG 2015
|
|
i.fa.fa-file-image-o(aria-hidden='true')
li
a(href='/pag2016') PAG 2016
|
|
i.fa.fa-file-image-o(aria-hidden='true')
.events-wrapper.col-md-8.col-sm-7
article.events-item.page-row.has-divider.clearfix
h2 Slides from Sunflower Genome Consortium Meeting at PAG 2013
.table-responsive
table.table.table-hover.table-bordered
thead
tr
th Presenter, Affiliation
th Title
th Download
tbody
tr
td L. Rieseberg, UBC
td Introductions and project overview
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/Project_introduction.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td J. Bowers, UGA
td Genetic map of sunflower genome based on SNP and SFP markers
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/Bowers_PAG2013.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td C. Grassa, UBC
td Website and sequence-based genetic map
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/grassa_Sunflower_Genomics_Meeting_Jan_16_2013_PAG-XXI.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td N. Kane, UBC / U. Colorado
td Physical map and genome assembly
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/PAGXXI_SAB_NCK_2013.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td T. Nguyen, UBC
td Integration of genetic & physical maps with WGS assemblies
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/MapIntegration_Thuy.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td N. Langlade, INRA
td Transcriptome portal
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/Langlade_20130116_Genome_Canada_San_Diego_Sunflower_transcriptome.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td S. Carrere, INRA
td Annotation and genome browser
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/SC_SanDiego_20130116.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td E Staton, UGA
td Transposable element accumulation and repeat composition of sunflower genome
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/SES_SGRC_PAG_2013.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td D. Ebert, UBC
td Sunflower mitochondrial genome assembly
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/Ebert-HA412-mt-genome-Jan2013.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
tr
td G. Baute, UBC
td Transcriptome sequencing and sunflower domestication and improvement
td
a.btn.btn-sm.btn-default(href='assets/documents/presentations/PAG2013/GregBaute_PAGXXI.pdf')
span.glyphicon.glyphicon-cloud-download
| Download
include footer