Skip to content

Commit 3cc1c7d

Browse files
committed
program provisional
1 parent 4242998 commit 3cc1c7d

3 files changed

Lines changed: 166 additions & 20 deletions

File tree

css/programme.css

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1+
#programme_container_title {
2+
padding-bottom: 30px;
3+
}
14

25
.programme td {
3-
border-bottom: dotted 1px var(--font-color);
6+
color: lightgray;
7+
border-bottom: dotted 1px white;
48
overflow-wrap: break-word;
59
}
610

711
.programme td:nth-of-type(1) {
812
width:20%;
913
}
1014

15+
.programme tr.break td{
16+
color: gray;
17+
border-bottom: dotted 1px white;
18+
}
19+
20+
.programme tr.session td{
21+
color: var(--main-theme-color);
22+
border-bottom: dotted 1px white;
23+
}
24+
25+
.programme tr.session td:first-child {
26+
padding-left: 50px;
27+
}
28+
29+
.programme h4{
30+
color: var(--main-theme-color)!important;
31+
}
32+
1133
@media (max-width: 768px) {
1234
.programme th,
1335
.programme tr{

index.html

100755100644
Lines changed: 143 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -261,18 +261,155 @@ <h1 class="display-2">CALL FOR PARTICIPATION & CONTRIBUTIONS</h1>
261261

262262

263263
<!-- program
264-
==================================================
264+
==================================================-->
265265
<section id='program' class="s-works">
266266
<div class="intro-wrap">
267267
<div class="row section-header has-bottom-sep light-sep" data-aos="fade-up">
268-
<div class="col-full">
269-
<h1 class="display-2 display-2--light">Program</h1>
270-
</div>
268+
271269
<div id="programme_container">
270+
<div id="programme_container_title" class="col-full">
271+
<h1 class="display-2 display-2--light">Program<br>(provisional)<br><br></h1>
272+
</div>
273+
274+
<!--
275+
Day 1 – Bologna Meeting on Open Research Information
276+
Venue: Room C, plesso Belmeloro
277+
[schedule to be announced- CEST time]
278+
Opening: h. 9:30
279+
Closing: h. 18
280+
Social Dinner: h.20 (location TBA)
281+
Day 2
282+
Venue: Aula Prodi, Department of History, Cultures and Civilization
283+
[schedule to be announced- CEST time]
284+
Opening: h. 9:00
285+
Closing: h. 18:30
286+
-->
287+
<h3 class="subhead">DAY 1 | WEDNESDAY, MAY 28
288+
<p style="font-size: 12pt">
289+
Bologna Meeting on Open Research Information
290+
</p>
291+
<p style="font-size: 10pt">
292+
Venue: Room C, plesso Belmeloro <br>
293+
[schedule to be announced- CEST time] <br>
294+
</p>
295+
</h3>
296+
<table class="programme">
297+
<tbody>
298+
<tr><td class="p-time">9:30</td><td>Opening</td></tr>
299+
<tr><td class="p-time">18:00</td><td>Closing</td></tr>
300+
<tr><td class="p-time">20:00</td><td>Social Dinner (location TBA)</td></tr>
301+
</tbody>
302+
</table>
303+
304+
305+
<h3 class="subhead">DAY 2 | THURSDAY, MAY 29
306+
<p style="font-size: 10pt">
307+
Venue: Aula Prodi, Department of History, Cultures and Civilization <br>
308+
[schedule to be announced- CEST time] <br>
309+
</p>
310+
</h3>
311+
<table class="programme">
312+
<tbody>
313+
<tr><td class="p-time">9:00</td><td>Opening</td></tr>
314+
<tr><td class="p-time">18:00</td><td>Closing</td></tr>
315+
</tbody>
316+
</table>
317+
318+
319+
<!-- <table class="programme">
320+
<tbody>
321+
322+
<h3 class="subhead">DAY 1 | WEDNESDAY, MAY 28</h3>
323+
<tr><td class="p-time">10:00</td><td>Reception</td></tr>
324+
<tr><td class="p-time">10:30</td><td>General session</td></tr>
325+
<tr><td class="p-time">11:30</td><td>Breakout rooms</td></tr>
326+
<tr class="break"><td class="p-time">13:00</td><td>Lunch break</td></tr>
327+
<tr><td class="p-time">14:30</td><td>Breakout rooms</td></tr>
328+
<tr class="break"><td class="p-time">16:00</td><td>Coffee break</td></tr>
329+
<tr><td class="p-time">16:30</td><td>Wrap-up and discussion</td></tr>
330+
<tr><td class="p-time">18:30</td><td>Closing</td></tr>
331+
</tbody>
332+
</table>
333+
334+
<table class="programme">
335+
<tbody>
336+
<h3 class="subhead">DAY 2 | THURSDAY, MAY 29</h3>
337+
<tr><td class="p-time">09:00</td><td>Welcome from the Organizing Committee</td></tr>
338+
<tr><td class="p-time">09:15</td><td>Report from day 1</td></tr>
339+
<tr><td class="p-time">09:45</td><td>Invited Talk 1</td></tr>
340+
<tr><td class="p-time">10:15</td><td>Short talk session 1 (4 talks)</td></tr>
341+
342+
<tr class="session"><td class="p-time">10:15</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
343+
<p></p>
344+
</section>
345+
<tr class="session"><td class="p-time">10:30</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
346+
<p></p>
347+
</section>
348+
<tr class="session"><td class="p-time">10:45</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
349+
<p></p>
350+
</section>
351+
<tr class="session"><td class="p-time">11:00</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
352+
<p></p>
353+
</section>
354+
355+
356+
<tr class="break"><td class="p-time">11:15</td><td>Coffee break</td></tr>
357+
<tr><td class="p-time">11:45</td><td>Short talk session 2 (3 talks)</td></tr>
358+
359+
<tr class="session"><td class="p-time">10:15</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
360+
<p></p>
361+
</section>
362+
<tr class="session"><td class="p-time">10:30</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
363+
<p></p>
364+
</section>
365+
<tr class="session"><td class="p-time">10:45</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
366+
<p></p>
367+
</section>
368+
369+
<tr><td class="p-time">12:30</td><td>Poster Pitch session (2 minuti per poster)</td></tr>
370+
<tr class="break"><td class="p-time">13:00</td><td>Lunch Break</td></tr>
371+
<tr><td class="p-time">14:30</td><td>Talk by OpenCitations</td></tr>
372+
<tr><td class="p-time">15:00</td><td>Short Talk Session 3 (4 talks)</td></tr>
373+
374+
<tr class="session"><td class="p-time">10:15</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
375+
<p></p>
376+
</section>
377+
<tr class="session"><td class="p-time">10:30</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
378+
<p></p>
379+
</section>
380+
<tr class="session"><td class="p-time">10:45</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
381+
<p></p>
382+
</section>
383+
<tr class="session"><td class="p-time">11:00</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
384+
<p></p>
385+
</section>
386+
387+
<tr class="break"><td class="p-time">16:00</td><td>Coffee break</td></tr>
388+
<tr><td class="p-time">16:30</td><td>Invited Talk 2</td></tr>
389+
<tr><td class="p-time">17:00</td><td>Short Talk Session 4 (4 talks)</td></tr>
390+
391+
<tr class="session"><td class="p-time">10:15</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
392+
<p></p>
393+
</section>
394+
<tr class="session"><td class="p-time">10:30</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
395+
<p></p>
396+
</section>
397+
<tr class="session"><td class="p-time">10:45</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
398+
<p></p>
399+
</section>
400+
<tr class="session"><td class="p-time">11:00</td><td>[Short talk] _author_ (_affiliation_) <em class="toggle_abstract">_abstract_</em><section class="closed">
401+
<p></p>
402+
</section>
403+
404+
<tr><td class="p-time">18:00</td><td>Closing session</td></tr>
405+
406+
</tbody>
407+
</table> -->
408+
272409
</div>
273410
</div>
274411
</div>
275-
</section> -->
412+
</section>
276413

277414
<!-- invited speakers
278415
================================================== -->
@@ -886,6 +1023,7 @@ <h4>Get Notified</h4>
8861023
var xhttp = new XMLHttpRequest();
8871024
xhttp.onreadystatechange = function() {
8881025
if (this.readyState == 4 && this.status == 200) {
1026+
console.log(this.responseText);
8891027
document.getElementById(container_id).innerHTML = this.responseText;
8901028

8911029
var divs = document.querySelectorAll('.programme .section');
@@ -906,10 +1044,6 @@ <h4>Get Notified</h4>
9061044
//includeHTML("programme.html","programme_container");
9071045
$(".toggle-section").click(handleClick);
9081046

909-
910-
911-
912-
9131047
</script>
9141048

9151049
</body>

programme.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
11

2-
3-
<table class="programme">
4-
<tbody>
5-
</tbody>
6-
</table>
7-
8-
<table class="programme">
9-
<tbody>
10-
</tbody>
11-
</table>

0 commit comments

Comments
 (0)