-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (84 loc) · 4.53 KB
/
index.html
File metadata and controls
88 lines (84 loc) · 4.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
<link href="./assets/styles/main.css" rel="stylesheet">
<link href="./assets/styles/responsive.css" rel="stylesheet">
<title>IDP Fun Conference - 2023</title>
</head>
<body>
<nav>
<div class="IDP-logo-div">
<a href="index.html"><img src="./assets/img/jointly_logos_rectanglepng.png" alt="idp-fun-logo" class="IDP-logo"></a>
</div>
<ul>
<li><a href="committes.html">Speakers</a></li>
<li><a href="committes.html">Committees</a></li>
<li><a href="programm.html">Programme</a></li>
<li><a href="#about-section">About</a></li>
</ul>
</nav>
<main>
<section class="general-section" id="general-section">
<div>
<h1>IDPFun - REFRACT Conference <br><span class="italics-text">Computational methods on <br> non-globular proteins</span></h1>
<h3>3rd REFRACT Annual Latin America Visit & <br> 4th IDPfun Annual Argentina Visit</h3>
<h4> University of Quilmes, BUENOS AIRES / ARGENTINA</h4>
<h5>6th - 10th / MARCH</h5>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScUnMU989IEbIdfCRxgB1_0RwYtHntjEfzKDb6H014XdNLUmQ/viewform?usp=sf_link" target="_blank"><button> Register here</button></a>
</div>
<figure>
<img src="./assets/img/logos_conjuntos_color.png" alt="dirosrdered-protein">
</figure>
</section>
<section class="about-section" id="about-section">
<article>
<div class="about-div">
<h2>Event Description</h2>
<p>The MSCA RISE consortia <a href="https://refract-rise.eu/" target="_blank">REFRACT</a> (GA 8238860) and <a href="https://idpfun.eu/" target="_blank">IDPfun</a> (GA 778247) jointly organize the event “Event title” as respectively the 3rd REFRACT Annual Latin America Visit and the 4th IDPfun Annual Argentina Visit.
The event features the following sessions: </p>
<ul class="about-list">
<li><b>Training events</b> Monday and Tuesday morning. 6 -7 March</li>
<li><b>Reception</b> for consortium members, policymakers and local authorities on 7 March</li>
<li><b>Main conferences</b> on "Computational methods on non-globular proteins", featuring an ESRs symposium and Career development talks, on 8-9 March</li>
<li>Career development & transferable skills (español) Friday Afternoon (1.5 hour)</li>
<li>REFRACT and IDPfun Supervisory Board meetings on 10 March</li>
</ul>
<p>These events are part of REFRACT’s Deliverable 7.6 - “Symposia Period 2” and IDPfun’s Deliverable 5.2 - “Symposia Period 2”</p>
</div>
</article>
</section>
<section class="sposnors-section">
<div class="about-div">
<h2>General acknowledgement</h2>
<p>These projects have received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreements No 778247 and No 823886.</p>
<div class="sponsors">
<a href="https://european-union.europa.eu" target="_blank"><img src="./assets/img/EU_logo.png" alt="UE"></a>
<a href="https://idpfun.eu/" target="_blank"><img src="./assets/img/IDPfun_darkblue.png" alt="idp-fun"></a>
<a href="https://refract-rise.eu/" target="_blank"><img src="./assets/img/REFRACT.png" alt="refract" class="refract-logo"></a>
</div>
<p>This event is also sponsored by the Embassy of Italy in Buenos Aires:</p>
<div class="sponsors">
<a href="https://www.cancilleria.gob.ar/es/representaciones-extranjeras/embajada/33" target="_blank"><img src="./assets/img/embajada_azul.png" alt="refract" class="embassy-logo"></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-main-div">
<div class="IDP-logo-div">
<a href="https://idpfun.eu/" target="_blank"><img src="./assets/img/jointly_white_rectanglpng.png" alt="idp-fun-logo" class="IDP-logo"></a>
</div>
<div class="footer-contact-div">
<p>CONTACT: <br>idpfun@ngp-net.bio.unipd.it, <br> refract@ngp-net.bio.unipd.it</p>
</div>
</div>
<p class="site-credits">© Copyright 2023 - <a href="https://github.com/SBG-UNQ" target="_blank">SBG - UNQ</a></p>
</footer>
</body>
</html>