-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy BERD-NFDI/assured to BERD-NFDI/assured:gh-pages
- Loading branch information
GitHub Actions
committed
Oct 15, 2024
0 parents
commit f71fca1
Showing
107 changed files
with
19,600 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
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 @@ | ||
assured-training.org |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,294 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title> | ||
Assured · | ||
About | ||
|
||
</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://assured-training.org/assets/fonts/krub/krub.css"> | ||
<link rel="stylesheet" href="https://assured-training.org/assets/fonts/fa/css/fontawesome.css"> | ||
<link rel="stylesheet" href="https://assured-training.org/assets/fonts/fa/css/solid.css"> | ||
<link rel="stylesheet" href="https://assured-training.org/assets/fonts/fa/css/brands.css"> | ||
|
||
<script src="https://cdn.tailwindcss.com?plugins=typography"></script> | ||
<style type="text/tailwindcss"> | ||
html { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
/* Vertical alignment of <header>, <main> and <footer> */ | ||
height: 100%; | ||
display: grid; | ||
grid-template-rows: auto 1fr auto; | ||
} | ||
|
||
.prose { | ||
@apply text-base; | ||
} | ||
|
||
.container { | ||
@apply mx-auto w-full max-w-7xl px-6 py-10 lg:px-8; | ||
} | ||
.container-mini { | ||
@apply mx-auto w-full max-w-3xl; | ||
|
||
.container-escape { | ||
@apply lg:-ml-40 lg:-mr-40; | ||
} | ||
} | ||
|
||
</style> | ||
<script> | ||
/** @type {import('tailwindcss').Config} */ | ||
tailwind.config = { | ||
theme: { | ||
fontSize: { | ||
sm: '1.1rem', | ||
base: '1.25rem', | ||
lg: '1.75rem', | ||
xl: '2rem', | ||
'2xl': '4rem', | ||
'3xl': '6rem', | ||
}, | ||
extend: { | ||
fontFamily: { | ||
sans: ['"Krub"'], | ||
}, | ||
colors: { | ||
accent: '#459f9d', | ||
}, | ||
}, | ||
}, | ||
} | ||
|
||
</script> | ||
|
||
<link rel="icon" type="image/svg+xml" href="/favicon.svg"> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | ||
|
||
</head> | ||
<body> | ||
|
||
<header class="bg-white" style="background-color: #E19EC7;"> | ||
<nav class="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Global"> | ||
<a href="https://assured-training.org/" class="-m-1.5 p-1.5"> | ||
<span class="sr-only">Assured</span> | ||
<img class="h-10 w-auto" src="https://assured-training.org/assets/logo.svg" alt="Assured logo"> | ||
</a> | ||
<div class="flex lg:hidden"> | ||
<button type="button" popovertarget="global-menu" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700"> | ||
<span class="sr-only">Open main menu</span> | ||
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /> | ||
</svg> | ||
</button> | ||
</div> | ||
<div class="hidden lg:flex lg:gap-x-12"> | ||
|
||
<a href="https://assured-training.org/about/" class="text-sm font-semibold leading-6 text-gray-900 active"> | ||
About | ||
</a><a href="https://assured-training.org/trainings/" class="text-sm font-semibold leading-6 text-gray-900"> | ||
Training | ||
</a><a href="https://assured-training.org/team/" class="text-sm font-semibold leading-6 text-gray-900"> | ||
Team | ||
</a><a href="https://assured-training.org/contact/" class="text-sm font-semibold leading-6 text-gray-900"> | ||
Contact | ||
</a> | ||
|
||
</div> | ||
</nav> | ||
<!-- Mobile menu, show/hide based on menu open state. --> | ||
<div popover id="global-menu" class="bg-transparent" role="dialog" aria-modal="true"> | ||
<div class="fixed inset-y-0 right-0 z-10 w-full overflow-y-auto bg-white px-6 py-6 sm:max-w-sm sm:ring-1 sm:ring-gray-900/10"> | ||
<div class="flex items-center justify-between"> | ||
<a href="https://assured-training.org/" class="-m-1.5 p-1.5"> | ||
<span class="sr-only">Assured</span> | ||
<img class="h-8 w-auto" src="https://assured-training.org/assets/logo.svg" alt="Assured logo"> | ||
</a> | ||
<button type="button" popovertarget="global-menu" class="-m-2.5 rounded-md p-2.5 text-gray-700"> | ||
<span class="sr-only">Close menu</span> | ||
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> | ||
</svg> | ||
</button> | ||
</div> | ||
<div class="mt-6 flow-root"> | ||
<div class="-my-6 divide-y divide-gray-500/10"> | ||
<div class="space-y-2 py-6"> | ||
|
||
|
||
<a href="https://assured-training.org/about/" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> | ||
About | ||
</a><a href="https://assured-training.org/trainings/" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> | ||
Training | ||
</a><a href="https://assured-training.org/team/" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> | ||
Team | ||
</a><a href="https://assured-training.org/contact/" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"> | ||
Contact | ||
</a> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<div class="my-4 lg:my-8"> | ||
|
||
<div | ||
class="container my-6 bg-contain rounded-md" | ||
style="background: center / cover no-repeat image-set(url('https://assured-training.org/processed_images/rcode.1c3e5ff952fb2a60.jpg') 1x), black"> | ||
<div | ||
class="container-mini text-white p-8 text-2xl font-bold" | ||
style="text-shadow: 0 0 1em black;" | ||
> | ||
About | ||
</div> | ||
</div> | ||
|
||
<main class="container-mini p-8 prose"> | ||
|
||
|
||
<h1 id="our-aim-safety">Our aim: Safety</h1> | ||
<div class="font-display text-lg"> | ||
<p>Training the research community in the safe and ethical use of sensitive research data.</p> | ||
|
||
</div> | ||
<h2 id="what-is-our-vision">What is our vision?</h2> | ||
<p>ASSURED aims to provide training for the safe and ethical use of sensitive, potentially disclosive data for the research community. Through this training, we want to help prepare researchers to work with these data and also help those who work in Trusted Research Environments to gain recognition for their expertise.</p> | ||
<div | ||
class="max-w-full md:max-w-md p-8 pt-0 md:float-right lg:-mr-40" | ||
> | ||
<img | ||
|
||
srcset="https://assured-training.org/processed_images/singlehandvert.6df86dba2e56c685.jpg 384w, https://assured-training.org/processed_images/singlehandvert.134ccc0ddbca8525.jpg 768w" | ||
src="https://assured-training.org/processed_images/singlehandvert.134ccc0ddbca8525.jpg" | ||
class="rounded-full shadow-lg" | ||
style='border-radius: 40% 0;' | ||
> | ||
</div> | ||
<h2 id="how-did-assured-come-together">How did Assured come together?</h2> | ||
<p>The project started in May 2022 following a meeting of Trusted Research Environments from Germany and the UK. The meeting aimed to address one of the common challenges we face - that researchers applying to use the data often have little training and knowledge of how to work with these data safely. In the UK, dedicated training exists for researchers which has had a positive impact. <strong>Here at ASSURED we want to bring this training to the German research community (and beyond!).</strong></p> | ||
<p>Originally called the Safe Researcher Accreditation System (SaRAS), we are now developing the Accrediting Safe Research Environments (ASSURED) programme, a full suite of e-Learning modules designed to meet the needs of both researchers and TRE teams across different services and domains.</p> | ||
<p>Over time we hope to expand ASSURED to include modules for other stakeholders, but for now we look forward to sharing our progress over the coming months.</p> | ||
<div | ||
class="max-w-full md:max-w-md p-8 pt-0 md:float-left lg:-ml-40" | ||
> | ||
<img | ||
|
||
srcset="https://assured-training.org/processed_images/rcodeclose.20ed186c339bbda7.jpg 384w, https://assured-training.org/processed_images/rcodeclose.33c6c3dfc59c9221.jpg 768w" | ||
src="https://assured-training.org/processed_images/rcodeclose.33c6c3dfc59c9221.jpg" | ||
class="rounded-full shadow-lg" | ||
style='border-radius: 40% 0;' | ||
> | ||
</div> | ||
<h2 id="want-to-get-involved">Want to get involved?</h2> | ||
<p>If you’re interested in learning more about the project, keep an eye on the News & Events for upcoming presentations and announcements. If you’re interesting in working with us or contributing to the project, please get in touch via <a href="mailto:[email protected]">[email protected]</a>. We’d love to hear from you!</p> | ||
|
||
|
||
|
||
|
||
</main> | ||
</div> | ||
<footer class="bg-accent text-white mt-4 py-16 lg:py-24" aria-labelledby="footer-heading"> | ||
<h2 id="footer-heading" class="sr-only">Footer</h2> | ||
<div class="mx-auto max-w-7xl px-6 lg:px-8"> | ||
<div class="lg:grid lg:grid-cols-4 lg:gap-8"> | ||
<div class="lg:col-span-2 space-y-8"> | ||
<img class="h-7" src="https://assured-training.org/assets/logo.svg" alt="Assured logo"> | ||
<p class="text-sm leading-6">Safe research by safe people</p> | ||
<div class="flex space-x-2 text-white/80"> | ||
<a href="mailto:[email protected]"> | ||
<span class="sr-only">Email</span> | ||
<i class="fa-solid fa-envelope fa-fw pt-1"></i> | ||
</a> | ||
<a href="https://mastodon.social/@assured"> | ||
<span class="sr-only">Mastodon</span> | ||
<i class="fa-brands fa-mastodon fa-fw pt-1"></i> | ||
</a> | ||
<a href="https://assured.bsky.social"> | ||
<span class="sr-only">Bluesky</span> | ||
<i class="fa-brands fa-bluesky fa-fw pt-1"></i> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="md:mt-16 grid gap-y-48 lg:col-span-2 lg:mt-0"> | ||
<div class="grid grid-rows-2 md:grid-rows-1 md:grid-cols-2 gap-8"> | ||
<div class="mt-10 md:mt-0"> | ||
<h3 class="text-sm font-semibold leading-6 text-white"> | ||
Quick links | ||
</h3> | ||
<ul role="list" class="mt-6 space-y-4"> | ||
|
||
|
||
|
||
<li> | ||
<a href="https://assured-training.org/about/" class="text-sm leading-6"> | ||
About | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://assured-training.org/trainings/" class="text-sm leading-6"> | ||
Training | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://assured-training.org/team/" class="text-sm leading-6"> | ||
Team | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://assured-training.org/contact/" class="text-sm leading-6"> | ||
Contact | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://assured-training.org/imprint/" class="text-sm leading-6"> | ||
Imprint | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://assured-training.org/privacy/" class="text-sm leading-6"> | ||
Privacy | ||
</a> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div> | ||
<div> | ||
<h3 class="text-sm font-semibold leading-6 text-white"> | ||
Contact | ||
</h3> | ||
<ul role="list" class="mt-6 space-y-4"> | ||
<li class="flex flex-row space-x-2"> | ||
<i class="fa-solid fa-envelope fa-fw pt-1"></i> | ||
<a href="mailto:[email protected]" class="text-sm"> | ||
[email protected] | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mt-16 border-t border-white/50 pt-8 sm:mt-20 lg:mt-24"> | ||
<p class="text-xs leading-5 text-white/70">© 2024– Assured collaboration. All rights reserved.</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.