forked from SBG-UNQ/IDPFunConference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (94 loc) · 4.89 KB
/
index.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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="assets/js/main.js" type="text/javascript" charset="utf-8" defer></script>
<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">
<title>IDP Fun Conference - 2023</title>
</head>
<body>
<nav>
<div class="IDP-logo-div">
<a href="https://idpfun.eu/" target="_blank"><img src="./assets/img/jointly_logos_rectanglepng.png" alt="idp-fun-logo" class="IDP-logo"></a>
</div>
<ul>
<li><a href="#">Conference</a></li>
<li><a href="#speakers-section">Speakers</a></li>
<li><a href="committes.html">Committees</a></li>
<li><a href="programm.html">Programm</a></li>
<li><a href="#about-section">About</a></li>
</ul>
</nav>
<main>
<section class="general-section" id="general-section">
<div>
<h1>IDP Fun - REFRACT Jointly Conference 2023</h1>
<h3>3rd REFRACT Annual Latin America Visit &</h3>
<h3>4th IDPfun Annual Argentina Visit</h3>
<h4> 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>Training events Monday and Tuesday morning. March 6 and 7</li>
<li>Reception Tuesday afternoon. March 7. 17hs</li>
<li>Conference (with ESRs’ symposium) Wednesday and Thursday</li>
<li>Career development & transferable skills (español) Friday Afternoon (1.5 hour)</li>
<li>REFRACT and IDPfun Supervisory Board meetings Friday morning</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>
<div class="about-div">
<h2>General acknowledgement</h2>
<p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 778247.</p>
<div class="sponsors">
<img src="./assets/img/EU_logo.png" alt="UE">
<img src="./assets/img/IDPfun_darkblue.png" alt="idp-fun">
</div>
<h2>Specific acknowledgements</h2>
<h4>For publications</h4>
<p>This paper is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 778247.</p>
<h4>For software</h4>
<p>This software is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 778247.</p>
<h4>For applications</h4>
<p>The project leading to this application has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 778247.</p>
<h4>For poster</h4>
<p>The project leading to this poster has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 778247.</p>
</div>
</article>
</section>
<section class="speakers-section" id="speakers-section">
<div id="image-carousel" >
</div>
</section>
<section class="sposnors-section">
</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: [email protected]</p>
</div>
</div>
<p class="site-credits">© Copyright 2022 - <a href="http://ufq.unq.edu.ar/sbg/" target="_blank">SBG-UNQ</a> | Developed by: <a href="https://www.linkedin.com/in/ajvelezrueda/" target="_blank">Dr. Ana Julia Velez Rueda </a></p>
</footer>
</body>
</html>