Skip to content

Commit

Permalink
deploy: b172b97
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Nov 28, 2023
0 parents commit ffc3c95
Show file tree
Hide file tree
Showing 26 changed files with 4,343 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions 404.html
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>
Empty file added CNAME
Empty file.
151 changes: 151 additions & 0 deletions audience/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Course goals and audience - NorESM user workshop 2023</title>
<link rel="shortcut icon" href="https:&#x2F;&#x2F;noresmhub.github.io&#x2F;NorESM_Workshop_2023&#x2F;/img/favicon.ico">

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- uikit -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>

<!-- time zone localization -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dayjs.min.js" integrity="sha256-EfJOqCcshFS/2TxhArURu3Wn8b/XDA4fbPWKSwZ+1B8=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugin/utc.js" integrity="sha256-qDfIIxqpRhYWa543p6AHZ323xT3B8O6iLZFUAWtEQJw=" crossorigin="anonymous"></script>


<link rel="alternate" type="application/atom+xml" title="CodeRefinery" href="https://noresmhub.github.io/NorESM_Workshop_2023/atom.xml" />



<title>CodeRefinery - Course goals and audience</title>
<meta name="twitter:title" content="Course goals and audience" />
<meta property="og:title" content="Course goals and audience" />
<meta property="og:site_name" content="NorESM user workshop 2023" />



<meta name="description" content="An introductory course on how to run, diagnose and contribute to NorESM." />
<meta name="twitter:description" content="An introductory course on how to run, diagnose and contribute to NorESM." />
<meta property="og:description" content="An introductory course on how to run, diagnose and contribute to NorESM." />







<link href="https://noresmhub.github.io/NorESM_Workshop_2023/style.css" rel="stylesheet">




</head>

<body>
<div class="uk-container uk-margin-large-bottom">

<nav class="uk-navbar-container uk-navbar-transparent" uk-navbar>
<div class="uk-navbar-right">
<ul class="uk-navbar-nav uk-visible@s">



</ul>
<a href="#" class="uk-navbar-toggle uk-hidden@s" uk-navbar-toggle-icon uk-toggle="target: #sidenav"></a>
</div>
</nav>

<div id="sidenav" uk-offcanvas="flip: true" class="uk-offcanvas">
<div class="uk-offcanvas-bar">
<ul class="uk-nav">



</ul>
</div>
</div>


<div class="markdown">



<h2 id="course-goals">Course goals</h2>
<p>The goal of the coars is that the participants should be able to set up and
run NorESM experiments, run standard diagnostics on the model output, and
learn how to contribute to the NorESM model system and supporting infrastructure.</p>
<h2 id="audience">Audience</h2>
<p>The workshop is intended for Ph.D students, postdocs and scientists who are interested in executing model simulations and learning more about technical aspects around it.</p>



</div>

<div class="uk-margin-large-top">
<hr>
<div class="uk-child-width-expand@s" uk-grid>

<!-- <div> -->
<!-- <h4>Funding</h4> -->
<!-- <p> -->
<!-- CodeRefinery is a project within the -->
<!-- <a href="https://neic.no" target="_blank">Nordic e-Infrastructure Collaboration</a> (NeIC). -->
<!-- NeIC is an organisational unit under <a href="https://www.nordforsk.org/" target="_blank">NordForsk</a>. -->
<!-- </p> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Privacy</h4> -->
<!-- <p> -->
<!-- <a href="https://coderefinery.org/privacy-policy/" target="_blank">Privacy policy</a> -->
<!-- </p> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Follow us</h4> -->
<!-- <ul class="uk-iconnav"> -->
<!-- <li> -->
<!-- <a href="https://github.com/coderefinery" target="_blank" uk-icon="icon: github">GitHub</a> -->
<!-- </li> -->
<!-- <li> -->
<!-- <a rel="me" href="https://fosstodon.org/@coderefinery" target="_blank" uk-icon="icon: social">Mastodon</a> -->
<!-- </li> -->
<!-- <li> -->
<!-- <a href="https://twitter.com/coderefine" target="_blank" uk-icon="icon: twitter">Twitter</a> -->
<!-- </li> -->
<!-- <li> -->
<!-- <a href="https://www.linkedin.com/company/coderefinery-research-software-development/?viewAsMember=true" target="_blank" uk-icon="icon: linkedin">LinkedIn</a> -->
<!-- </li> -->
<!-- </ul> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Contact</h4> -->
<!-- <p> -->
<!-- <a href="mailto:[email protected]">[email protected]</a> -->
<!-- </p> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Improve this page</h4> -->
<!-- <p> -->
<!-- <a href="https:&#x2F;&#x2F;github.com&#x2F;coderefinery&#x2F;template-workshop-webpage">Source code</a> -->
<!-- </p> -->
<!-- </div> -->

</div>

</div>

</div>
</body>

<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script>
anchors.add();
</script>
</html>
179 changes: 179 additions & 0 deletions certificates/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Certificates and credits - NorESM user workshop 2023</title>
<link rel="shortcut icon" href="https:&#x2F;&#x2F;noresmhub.github.io&#x2F;NorESM_Workshop_2023&#x2F;/img/favicon.ico">

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- uikit -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>

<!-- time zone localization -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dayjs.min.js" integrity="sha256-EfJOqCcshFS/2TxhArURu3Wn8b/XDA4fbPWKSwZ+1B8=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugin/utc.js" integrity="sha256-qDfIIxqpRhYWa543p6AHZ323xT3B8O6iLZFUAWtEQJw=" crossorigin="anonymous"></script>


<link rel="alternate" type="application/atom+xml" title="CodeRefinery" href="https://noresmhub.github.io/NorESM_Workshop_2023/atom.xml" />



<title>CodeRefinery - Certificates and credits</title>
<meta name="twitter:title" content="Certificates and credits" />
<meta property="og:title" content="Certificates and credits" />
<meta property="og:site_name" content="NorESM user workshop 2023" />



<meta name="description" content="An introductory course on how to run, diagnose and contribute to NorESM." />
<meta name="twitter:description" content="An introductory course on how to run, diagnose and contribute to NorESM." />
<meta property="og:description" content="An introductory course on how to run, diagnose and contribute to NorESM." />







<link href="https://noresmhub.github.io/NorESM_Workshop_2023/style.css" rel="stylesheet">




</head>

<body>
<div class="uk-container uk-margin-large-bottom">

<nav class="uk-navbar-container uk-navbar-transparent" uk-navbar>
<div class="uk-navbar-right">
<ul class="uk-navbar-nav uk-visible@s">



</ul>
<a href="#" class="uk-navbar-toggle uk-hidden@s" uk-navbar-toggle-icon uk-toggle="target: #sidenav"></a>
</div>
</nav>

<div id="sidenav" uk-offcanvas="flip: true" class="uk-offcanvas">
<div class="uk-offcanvas-bar">
<ul class="uk-nav">



</ul>
</div>
</div>


<div class="markdown">



<h2 id="certificates-and-credits">Certificates and credits</h2>
<p>It is possible to obtain a certificate from the course with a little extra
work. The certificate is equivalent to 1 ECTS and your study supervisor will
be able to register it as a credit in your university study credit system.
<strong>Please make sure that your supervisor/study program accepts it</strong>.</p>
<p>Learners with a valid Aalto student number will automatically get the credit
registered in Aalto systems. Please note that this does not apply to
participants affiliated with TU Delft or other universities who have own
criteria for workshop certificates and credits.</p>
<p>To obtain a certificate, we expect you to <strong>follow the 6 days</strong> of the course and
provide us with the following <strong>three documents via email</strong>:</p>
<ol>
<li>The output of <code>git log --all</code> from the repositories that you have used
during the course as a text file. Evaluation criteria: we expect to see the
results from most of the git commands that are run in the first 3 days of
the workshop.</li>
<li>Written answers to the following four questions submitted as a document (pdf
or word or txt). Evaluation criteria: we expect critical answers related to
the content of first 3 days with both pros and cons (when relevant):
<ul>
<li>When should you work with branches?</li>
<li>What is the difference between a <code>git clone</code> and a <code>git fork</code>?</li>
<li>What is the difference between a fork and a branch?</li>
<li>What advantages and disadvantages to code review can you imagine/list?</li>
</ul>
</li>
<li>A personal reflection for each of the 6 days written as a document (pdf or
word or txt, one paragraph per day). To get started, you can try answering
the questions: &quot;Why is this important? How can it improve my research work?&quot;
However any other personal reflection is welcome. Evaluation criteria: we
expect reflections that are related to the content of each of the six days.</li>
</ol>
<p>During the workshop we will provide with contact addresses where you should
send these documents to.</p>



</div>

<div class="uk-margin-large-top">
<hr>
<div class="uk-child-width-expand@s" uk-grid>

<!-- <div> -->
<!-- <h4>Funding</h4> -->
<!-- <p> -->
<!-- CodeRefinery is a project within the -->
<!-- <a href="https://neic.no" target="_blank">Nordic e-Infrastructure Collaboration</a> (NeIC). -->
<!-- NeIC is an organisational unit under <a href="https://www.nordforsk.org/" target="_blank">NordForsk</a>. -->
<!-- </p> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Privacy</h4> -->
<!-- <p> -->
<!-- <a href="https://coderefinery.org/privacy-policy/" target="_blank">Privacy policy</a> -->
<!-- </p> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Follow us</h4> -->
<!-- <ul class="uk-iconnav"> -->
<!-- <li> -->
<!-- <a href="https://github.com/coderefinery" target="_blank" uk-icon="icon: github">GitHub</a> -->
<!-- </li> -->
<!-- <li> -->
<!-- <a rel="me" href="https://fosstodon.org/@coderefinery" target="_blank" uk-icon="icon: social">Mastodon</a> -->
<!-- </li> -->
<!-- <li> -->
<!-- <a href="https://twitter.com/coderefine" target="_blank" uk-icon="icon: twitter">Twitter</a> -->
<!-- </li> -->
<!-- <li> -->
<!-- <a href="https://www.linkedin.com/company/coderefinery-research-software-development/?viewAsMember=true" target="_blank" uk-icon="icon: linkedin">LinkedIn</a> -->
<!-- </li> -->
<!-- </ul> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Contact</h4> -->
<!-- <p> -->
<!-- <a href="mailto:[email protected]">[email protected]</a> -->
<!-- </p> -->
<!-- </div> -->

<!-- <div> -->
<!-- <h4>Improve this page</h4> -->
<!-- <p> -->
<!-- <a href="https:&#x2F;&#x2F;github.com&#x2F;coderefinery&#x2F;template-workshop-webpage">Source code</a> -->
<!-- </p> -->
<!-- </div> -->

</div>

</div>

</div>
</body>

<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script>
anchors.add();
</script>
</html>
Loading

0 comments on commit ffc3c95

Please sign in to comment.