-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschedule-2.html
186 lines (160 loc) · 5.51 KB
/
schedule-2.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Asian Regional Meeting 2017 - Day-2 </title>
</head>
<body>
<link href='https://fonts.googleapis.com/css?family=Montserrat|Cardo' rel='stylesheet' type='text/css'>
<link href='css/style.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script>
<header class="main-header">
<div class="row">
<a class="logo" href="#">
<img src="images/ARM.png" class="brand-image">
</a>
<div class="mobile-toggle">
<span></span>
<span></span>
<span></span>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="schedule.html">schedule</a></li>
<li><a href="register.html">register</a></li>
</ul>
</nav>
</div> <!-- / row -->
</header>
<div class="header">
<h2> Day Second- December 3, 2017</h2> <br>
<a class="button" href="/schedule.html">Day First</a> <a class="button" href="/schedule-2.html"> Day Second</a>
</div>
<div class="item">
<div id="timeline">
<div>
<section class="hour">
<h3>08:00 AM </h3>
<section>
<ul>
<h2> Tea/Coffee </h2>
</ul>
</section>
</section>
<section class="hour">
<h3>08:30 AM</h3>
<section>
<ul>
<h2> Open in Global Health/ Research Culture in Asia</h2>
<h1>Prof. Dr. Pradeep Vaidya</h1>
<li>Research Culture in Nepal</li>
<li>Research policy in institutes</li>
</ul>
</section>
<section>
<ul>
<h1>Prof. Dr. Archana Amatya </h1>
<li>Open in Global health</li>
</ul>
</section>
<section>
<ul>
<h1>Dr. Rajendra Kumar BC</h1>
<li>NHRC</li>
</ul>
</section>
</section>
</section>
<section class="hour">
<h3>09:30 AM</h3>
<section>
<ul>
<h1>Kathleen Shearer</h1>
<li>Open Repositories</li>
<li>The role of next generation repository in supporting openness</li>
</ul>
</section>
</section>
<section class="hour">
<h3>10:00 AM</h3>
<section>
<ul>
<h2>Workshops on OA/OER and OD</h2>
<h5>Open Access Workshop</h5>
<li>Assisted by Nick/Heather/Roshan</li>
</ul>
</section>
<section>
<ul>
<h5>Open Education Workshop</h5>
<li>Assisted by Nicole/Mostafa</li>
</ul>
</section>
<section>
<ul>
<h5>Open Data Workshop</h5>
<li>Assisted by Open Knowledge Nepal</li>
</ul>
</section>
</section>
<section class="hour">
<h3>01:00 PM</h3>
<section>
<ul>
<h2>Lunch</h2>
</ul>
</section>
</section>
<section class="hour">
<h3>02:00 PM</h3>
<section>
<ul>
<h2>Creative commons License</h2>
<h5>Workshop assisted by CCNepal and Open Knowledge Nepal</h5>
</section>
</section>
<section class="hour">
<h3>03:30PM</h3>
<section>
<ul>
<h2>Strategic Planning for SPARC Asia</h2>
<h5>Assisted by Reggie/Roshan/Nick</h5>
</ul>
</section>
</section>
<section class="hour">
<h3>06:00 PM</h3>
<section>
<ul>
<h2>Closing/ Summary of the event (Heather)</h2>
</ul>
</section>
</section>
<section class="hour">
<h3>06:30 PM</h3>
<section>
<ul>
<h2> Cocktail Dinner/Cultural event/ Networking </h2>
</ul>
</section>
</section>
</div>
</div>
</div>
<section class="content-block content-block-nopad" data-pg-id="62">
<section id="Footer" class="content-block content-block-nopad" data-pg-id="62">
<div class="text-center">
<a disabled="disabled">
<img src="images/oan.png">
<p class="white">
Open Access Nepal<br>
Dhobighat-4, Kathmandu, Nepal <br>
</p>
</a>
</div>
</section>
<script type="text/javascript" src="js/common.js"></script>
</body>
</html>