-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ d0eef9e 🚀
- Loading branch information
Showing
4 changed files
with
156 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
<html class="has-navbar-fixed-top" style="scroll-behavior: smooth;"> | ||
<head> | ||
<meta charSet="utf-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon.png"/> | ||
<title> | ||
nfdi4plants - Events | ||
</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/> | ||
<link rel="stylesheet" type="text/css" href="/style/style.css"/> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@creativebulma/[email protected]/dist/css/bulma-collapsible.min.css"/> | ||
<script defer="true" src="https://kit.fontawesome.com/0d3e0ea7a6.js" crossOrigin="anonymous"></script> | ||
<script type="module" src="/js/bundle.js"></script> | ||
<style> | ||
|
||
body { | ||
margin: 0px; | ||
} | ||
|
||
thead tr th, strong { | ||
color: var(--accent-text-color) !important | ||
} | ||
|
||
a { | ||
color: var(--link-color, #4FB3D9) !important; | ||
} | ||
|
||
a:hover { | ||
color: var(--link-hover-color, #3A3A3A) !important; | ||
} | ||
|
||
thead { | ||
font-size: 1.2rem; | ||
} | ||
|
||
nfdi-toc, nfdi-body { | ||
--outside-background-color: rgb(240, 243, 246); | ||
--header-color: rgb(10, 12, 16) | ||
--element-text-color: #0E1116; | ||
--element-background-color: #fff; | ||
--accent-text-color: rgb(31, 194, 167); | ||
--link-color: #4FB3D9; | ||
--link-hover-color: #8ad3ee; | ||
} | ||
|
||
</style> | ||
</head> | ||
<nfdi-navbar></nfdi-navbar> | ||
<body> | ||
<section class="hero is-medium is-dark has-bg-lightblue"> | ||
<div class="hero-body"> | ||
<div class="container has-text-centered"> | ||
<h1 class="title"> | ||
|
||
</h1> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="section"> | ||
<div class="container p-4"> | ||
<h1 class="title is-1"> | ||
Open Science Festival | ||
</h1> | ||
<h2 class="subtitle is-2"> | ||
17 Sep 2024 | ||
</h2> | ||
<div class="content"> | ||
<!--Here comes the general part--> | ||
<table> | ||
<tr> | ||
<th><b><font size="4">Details</font></b></th> | ||
<th><b><font size="4">Organizer</font></b></th> | ||
<th><b><font size="4">Location</font></b></th> | ||
<th><b><font size="4"></font></b></th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<b>Date:</b> | ||
<br>September 17th to 18th<br><br> | ||
<b>Category:</b> | ||
<br>Conference | ||
</td> | ||
<td> | ||
Rhine-Main Universities &<br> | ||
Johannes Gutenberg University Mainz | ||
</td> | ||
<td> | ||
Johannes Gutenberg University Mainz<br> | ||
Hochschule für Musik<br> | ||
Jakob-Welder-Weg 28<br> | ||
55128 Mainz<br> | ||
</td> | ||
<td> | ||
<img src="https://converia.uni-mainz.de/custom/media/OpenScience/conference-banner_open-science_2.png" width="671" height="139,39" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"/> | ||
</td> | ||
</tr> | ||
</table> | ||
<br> | ||
<br> | ||
<details><summary><span style="color: #1fc2a7;font-size:1.5em"> | ||
Information | ||
</summary> | ||
<p><strong>Open Science Festival</strong><br /> | ||
<em>September 17th to 18th, 2024</em></p> | ||
<p>Under the motto Meet, Share, Inspire, Care the Rhine-Main Universities invite you to this year's Open Science Festival in Mainz. The festival is for newcomers, interested parties, and experts alike and aims to facilitate interactions and exchanges in various forms. You can now register to meet other Open Science enthusiasts, share personal and professional experiences, and get inspired through conversations, joint activities, and high-caliber lectures and workshops.</p> | ||
<p>DataPLANT will be present with other NFDI consortia at the market booth "The German National Research Data Infrastructure (NFDI) - data as a common good for excellent research, organised by the scientific community". Come say <em>hello</em> - we're looking forward to your visit!</p> | ||
<p>Find more infos about the Open Science Festival and the registration <a href="https://converia.uni-mainz.de/frontend/index.php?folder_id=928&page_id=">here</a></p> | ||
</details> | ||
<br> | ||
<!--Here comes the program part--> | ||
<details><summary><span style="color: #1fc2a7;font-size:1.5em"> | ||
Program | ||
</summary> | ||
<table> | ||
<tr> | ||
<td> | ||
<b>Program Overview Day 1</b> | ||
<img src="https://converia.uni-mainz.de/custom/media/OpenScience/P_Day_1.png" width="359" height="598" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"/> | ||
</td> | ||
<td> | ||
<b>Program Overview Day 2</b> | ||
<img src="https://converia.uni-mainz.de/custom/media/OpenScience/PO_Day_2.png" width="359" height="598" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"/> | ||
</td> | ||
</tr> | ||
</table> | ||
</details> | ||
<br> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</body> | ||
<nfdi-footer></nfdi-footer> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.