forked from jona-sassenhagen/popsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dgpshangout.html
80 lines (70 loc) · 3.51 KB
/
dgpshangout.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Open Science Hangout @ DGPs Congress</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./">Frankfurt Open Science Initiative </a></h1>
<nav><ul>
<li><a href="./pages/resources.html">Resources</a></li>
<li><a href="./">Welcome</a></li>
<li><a href="./pages/about.html">Who we are</a></li>
</ul>
<form id="search" action"#" onsubmit="javascript:window.open('https://duckduckgo.com/?q='+document.getElementById('keywords').value+'+site:.');">
<input id="keywords" type="text" />
</form>
</nav>
<div id="submenu">
<ul>
<li class="active"><a href="./category/news.html">News</a></li>
<li><a href="./category/resources.html">resources</a></li>
</ul>
<div>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="./dgpshangout.html" rel="bookmark"
title="Permalink to Open Science Hangout @ DGPs Congress">Open Science Hangout @ DGPs Congress</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Fri 05 October 2018</span>
<span>| tags: <a href="./tag/news.html">News</a></span>
</footer><!-- /.post-info --> <p>During the DGPs Congress, we will organize an informal Open Science Hangout, and you’re warmly invited to join. </p>
<p>We will meet at <a href="http://www.depot1899.de">Depot 1899</a> on <strong>Tuesday, Sept. 18, at 7:30 pm</strong>. The reservation keyword is “Open Science”.</p>
<p>Please let us know if (and when) you plan to join, so we can make sure there will be enough space to fit everyone. </p>
<p>Looking forward to seeing you soon! </p>
<iframe
src="https://goo.gl/forms/P10Gez1HF7NSRbvn2"
width="700" height="520" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>links</h2>
<ul>
<li><a href="osf.io">Open Science Foundation</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>associates</h2>
<ul>
<li><a href="https://openscienceinitiativeuniversitymarburg.github.io">Open Science Initiative University of Marburg</a></li>
<li><a href="https://www.goethe-university-frankfurt.de/">Goethe University Frankfurt</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
</body>
</html>