Skip to content
Snippets Groups Projects
Commit 50aa7ab9 authored by Thomas Riechert's avatar Thomas Riechert
Browse files

timetable changed

parent 018858e6
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<h3>10:00 - 11:30 Session 1</h3> <h3>10:00 - 11:30 Session 1</h3>
<p><b><u>Stefan Kühne</u>, <u>Ulrich Johannes Schneider</u> and <u>Thomas Riechert</u> </b>Opening</p> <p><b>Stefan Kühne, <u>Ulrich Johannes Schneider</u> and <u>Thomas Riechert</u> </b>Opening</p>
<p><b>Jennifer Blanke, Edgard Marx and <u>Thomas Riechert</u></b> Application of the Heloise Common Research Model (HCRM) within the project "Early Modern Professorial Career Patterns Methodological research on online databases of academic history" <p><b>Jennifer Blanke, Edgard Marx and <u>Thomas Riechert</u></b> Application of the Heloise Common Research Model (HCRM) within the project "Early Modern Professorial Career Patterns Methodological research on online databases of academic history"
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
(Université Paris 1 Panthéon-Sorbonne, France)</p> (Université Paris 1 Panthéon-Sorbonne, France)</p>
<h3>12:00 - 13:00 Session 2</h3> <h3>12:00 - 13:30 Session 2</h3>
<p><b><u>Giulia Zornetta</u> and <u>Dennj Solera</u></b> Another Nodegoat database on academic history? The BO2022 project on the history of the university of Padova. <p><b><u>Giulia Zornetta</u> and <u>Dennj Solera</u></b> Another Nodegoat database on academic history? The BO2022 project on the history of the university of Padova.
(Università di Padova, Italy)</p> (Università di Padova, Italy)</p>
...@@ -111,7 +111,9 @@ ...@@ -111,7 +111,9 @@
<h3>09:00 - 10:30 Session 4</h3> <h3>09:00 - 10:30 Session 4</h3>
<p><b><u>Susanne Arndt</u></b> Collaborative Terminology Work in Mobility and Transport Research - what do we need? <p><b><u>Susanne Arndt</u></b> Collaborative Terminology Work in Mobility and Transport Research - what do we need?
(TIB - Leibniz Information Center for Science and Technology, Germany)</p> (TIB - Leibniz Information Center for Science and Technology, Germany) <a href="#" class="abstract"> ... </a></p>
<div
<p><b><u>André Valdestilhas</u></b> More complete result set retrieval from large heterogeneous RDF sources <p><b><u>André Valdestilhas</u></b> More complete result set retrieval from large heterogeneous RDF sources
(University of Leipzig, Germany)</p> (University of Leipzig, Germany)</p>
......
...@@ -15,3 +15,10 @@ function mobile() { ...@@ -15,3 +15,10 @@ function mobile() {
document.addEventListener("DOMContentLoaded", mobile); document.addEventListener("DOMContentLoaded", mobile);
window.addEventListener('resize', mobile); window.addEventListener('resize', mobile);
window.addEventListener('orientationchange', mobile); window.addEventListener('orientationchange', mobile);
var more = document.querySelector('.abstract');
more.onclick = function() {
alert("more");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment