-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·168 lines (162 loc) · 7.54 KB
/
index.html
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
---
title: Home
layout: default
carousel-items:
- img-url: assets/img/home_slides/2021-welcome-group.jpg
text: 2021 Welcoming Party
- img-url: assets/img/home_slides/2021-holiday-party.jpg
text: 2021 Holiday Party & Operation Warp Speed Talk
- img-url: assets/img/home_slides/symposium2019-IMG_0714.jpg
text: 2019 Symposium
- img-url: assets/img/home_slides/symposium2019-IMG_0927.jpg
text: 2019 Symposium
- img-url: assets/img/home_slides/symposium2019-IMG_1130.jpg
text: 2019 Symposium
- img-url: assets/img/home_slides/symposium2019-IMG_0691.jpg
text: 2019 Symposium
- img-url: assets/img/home_slides/00.jpg
text: 2018 Symposium
- img-url: assets/img/home_slides/02.jpg
text: 科技部座談 April 2017
---
<!-- <div class="py-5">
<img src="{{ "/assets/img/btba_logo.png" | absolute_url }}" alt="BTBA logo" class="float-left px-5" width="200">
<h3 class="">
Boston Taiwanese Biotechnology Association (BTBA) is a non-profit organization started in 2012 by a group of Taiwanese graduate students, postdocs and young professionals in the greater Boston area. Our goals are to foster individual career development, to enhance scientific collaborations, to facilitate interactions and to strengthen networking among academic and industrial bioscience communities in Taiwan and US.
</h3>
</div> -->
<div class="row align-items-center py-auto mt-auto mb-5 py-md-5 my-md-5">
<div class="col-12 col-md col-lg-5">
<h1 class="display-1">
Boston Taiwanese Biotechnology Association
</h1>
</div>
<div class="col-12 col-md">
<hr>
<img src="{{ "/assets/img/btba_logo.png" | absolute_url }}" alt="BTBA logo" class="float-left p-4" width="150">
<p class="">
Boston Taiwanese Biotechnology Association (BTBA) is a non-profit organization started in 2012 by a group
of Taiwanese graduate students, postdocs and young professionals in the greater Boston area. Our goals are
to foster individual career development, to enhance scientific collaborations, to facilitate interactions
and to strengthen networking among academic and industrial bioscience communities in Taiwan and US.
</p>
</div>
</div>
{% include slide-show.html data = page.carousel-items %}
<div class="row">
<div class="col-md-6">
<hr class="w-100 mb-5 mb-md-3">
<h2 class="font-weight-bold">Event</h2>
{% assign events = site.events | reverse %}
{% for event in events limit: 4 %}
{% if forloop.index == 3 %}
<div class="row align-items-center">
<div class="col-6">
<img src="{{ 'assets/img/home_icons/Outdoor-Garden.png' | absolute_url}}" alt="" class="w-100 p-3">
</div>
<div class="col-6">
<hr class="w-100">
<h3>Meet People, Catch Up With Friends, And <em>Learn</em></h3>
<hr class="w-100">
</div>
</div>
{% endif %}
<div class="mx-0 my-2 rounded" style="background: white;">
<div class="px-3 pt-3 pb-0">
<h5 class="mb-1">{{ event.serie }}</h5>
<h4 class="mb-0">
<a href="{{ event.url | absolute_url }}">
{{ event.name }}
</a>
</h4>
{% include event-summary.html data = event %}
</div>
</div>
{% endfor %}
</div>
<div class="col-md-6">
<hr class="w-100 mb-5 mb-md-3">
<img src="{{ 'assets/img/home_icons/Botany.png' | absolute_url}}" alt="" class="w-50 float-right p-4">
<h2 class="font-weight-bold">Podcast</h2>
{% assign episodes = site.podcast | reverse %}
{% for episode in episodes limit: 3 %}
<!-- {% unless forloop.first == true %}<hr>{% endunless %} -->
<hr>
<div>
<h3 class="mb-0 h4">
<a class="font-weight-bold" href="{{ episode.url | absolute_url }}">
{{ episode.title }}
</a>
</h3>
<p class="font-italic">
<!-- {{ episode.date | date: "%b, %Y" }} -->
{{ episode.path | date: "%b %d, %Y" }}
</p>
<p class="mt-3">
{{ episode.content | truncate: 100, "" }} <a href="{{ episode.url | absolute_url }}">...More info</a>
</p>
</div>
{% endfor %}
<hr class="w-100 mb-5">
<img src="{{ 'assets/img/home_icons/Botany.png' | absolute_url}}" alt="" class="w-50 float-right p-4">
<h2 class="font-weight-bold">Blog</h2>
{% for post in site.posts %}
<!-- {% unless forloop.first == true %}<hr>{% endunless %} -->
<hr>
<div>
<a href="" class="font-weight-bold">
{{ post.serie }}
</a>
<h3 class="mb-0 font-weight-bold">{{ post.title }}</h3>
<p class="font-italic">
By {{ post.author }} on {{ post.date | date: "%b, %Y" }}
</p>
<p class="mt-3">
{{ post.excerpt | truncate: 300, "" }} <a href="{{ post.url | absolute_url }}">...Read more</a>
</p>
</div>
{% endfor %}
</div>
</div>
<div class="row">
<div class="col-12">
<hr class="w-100 mb-5">
<h2 class="font-weight-bold">2023 Symposium Sponsors</h2>
<hr>
</div>
<div class="row align-items-center d-flex justify-content-center bg-white rounded m-3">
{% for item in site.data.sponsors-2023.sponsors %}
<a class="col-4 col-md-3" href="{{ item.link }}" target="_blank">
<img src="assets/img/sponsors/{{ item.logoUrl }}" alt="{{ item.link }}">
</a>
{% endfor %}
</div>
</div>
<!--div class="row align-items-center m-5">
<div class="col-md-4 p-5 text-center">
<img src="{{ "/assets/img/btba_logo.png" | absolute_url }}" alt="BTBA logo" class="p-5">
</div>
<h3 class="col-md-6">
Boston Taiwanese Biotechnology Association (BTBA) is a non-profit organization started in 2012 by a group of Taiwanese graduate students, postdocs and young professionals in the greater Boston area. Our goals are to foster individual career development, to enhance scientific collaborations, to facilitate interactions and to strengthen networking among academic and industrial bioscience communities in Taiwan and US.
</h3>
</div-->
<!--div id="carouselExampleControls" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="https://images.unsplash.com/photo-1543237766-2534b1b6ab89?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cf1f0fcc77842aab44b229c85804216b&auto=format&fit=crop&w=1500&q=80"
alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="https://images.unsplash.com/photo-1491158328891-4b42fc4296d9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=45fb4d12c0b51c8d40f59f680babb770&auto=format&fit=crop&w=1707&q=80"
alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<i class="tim-icons icon-minimal-left"></i>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<i class="tim-icons icon-minimal-right"></i>
<span class="sr-only">Next</span>
</a>
</div-->