-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
112 lines (88 loc) · 4.98 KB
/
information.html
File metadata and controls
112 lines (88 loc) · 4.98 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HONS 2019</title>
<link rel="stylesheet" href="stylesheets/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="stylesheets/slider-themes/default/default.css" type="text/css" media="screen" />
<link href="stylesheets/base.css" type="text/css" rel="stylesheet" />
<link href="stylesheets/skeleton.css" type="text/css" rel="stylesheet" />
<link href="stylesheets/layout.css" type="text/css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="javascripts/jquery.nivo.slider.pack.js"></script>
<script src="javascripts/menu.js"></script>
<script>
$(document).ready(function(){
$("#nav_menu_main").load("menu.html");
$("#nav_menu_small").load("menu.html");
$("#sidebar").load("sidebar.html");
$('#slider').nivoSlider();
$('.menu.dropdown ul li').click(function(){
$(this).find('ul').toggle();
});
});
</script>
</head>
<body>
<header class="page">
<div class="container">
<div class="sixteen columns logo">
<h3><a href="index.html">HONS 2020</a></h3>
<div class="menu full">
<ul id="nav_menu_main"></ul>
</div>
<div class="menu dropdown">
<ul>
<li><a href="#">Menu</a>
<ul id="nav_menu_small"></ul>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<section class="eleven columns content">
<h3>Information</h3>
<p><strong>The satellite workshop will be held in conjuction with <a href="http://www.netsci2020.com">NetSci 2020</a>, the premiere international conference on network science currently planned to be held in Rome, Italy.</strong></p>
</p>
<p>A number of practical information regarding traveling, accomodation and registration can be found on the website of the hosting event <a href="http://www.netsci2020.com">NetSci 2020</a>.</p>
<h4>Registration</h4>
<p>Information on how to register for both the main conference as well as the satellite will be made available soon. Special rates for students, postdocs and academics are available.</p>
<p>Please note that there is a limited number of seats available for this satellite event. <strong>In addition</strong> to the registration with NetSci, we thus kindly ask you to register for this event directly with us, thus allowing us to plan the available space in advance. This registration only serves organizational purposes and is thus free and non-binding.</p>
<div id="eventbrite-widget-container-100410346048"></div>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
var exampleCallback = function() {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '100410346048',
iframeContainerId: 'eventbrite-widget-container-100410346048',
// Optional
iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});
</script>
<h4>Accomodation</h4></p>
<p>A list of hotels close to the satellite venue will be available <a href="http://www.netsci2020.com">here</a>.</p>
<h4>Satellite date and venue</h4>
<p>Coming soon.</a>.
</section>
<aside id="sidebar" class="four columns offset-by-one"></aside>
</div>
<footer class="container">
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="NetSci2019">Tweet</a>
<script src="https//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/Share" data-counter="right" data-url="https://complexdata.businesscatalyst.com"></script>
</footer>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>