Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:RSEToolkit/rse-competencies-toolkit …
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
davehorsfall committed Sep 26, 2023
2 parents f4284c0 + 74d732d commit 084cee5
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 246 deletions.
28 changes: 15 additions & 13 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ <h6 class="font-weight-bolder mb-4">RSE Competencies Toolkit</h6>
<div>
<ul class="d-flex flex-row ms-n3 nav">
<li class="nav-item">
<a class="nav-link pe-1" href="https://ukrse.slack.com/archives/C05CY0YFWEL" target="_blank">
<a class="nav-link pe-1" href="https://ukrse.slack.com/archives/C05CY0YFWEL">
<i class="fa fa-slack text-lg opacity-8"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link pe-1" href="https://github.com/RSEToolkit/rse-competencies-toolkit" target="_blank">
<a class="nav-link pe-1" href="https://github.com/RSEToolkit/rse-competencies-toolkit">
<i class="fab fa-github text-lg opacity-8"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link pe-1" href="https://groups.google.com/g/rse-competencies-toolkit" target="_blank">
<a class="nav-link pe-1" href="https://groups.google.com/g/rse-competencies-toolkit">
<i class="fa fa-envelope text-lg opacity-8"></i>
</a>
</li>
Expand All @@ -33,17 +33,17 @@ <h6 class="font-weight-bolder mb-4">RSE Competencies Toolkit</h6>
<h6 class="text-sm">Get involved</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="https://ukrse.slack.com/archives/C05CY0YFWEL" target="_blank">
<a class="nav-link" href="https://ukrse.slack.com/archives/C05CY0YFWEL">
Slack Channel
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://groups.google.com/g/rse-competencies-toolkit" target="_blank">
<a class="nav-link" href="https://groups.google.com/g/rse-competencies-toolkit">
Google Groups
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/RSEToolkit/rse-competencies-toolkit/issues" target="_blank">
<a class="nav-link" href="https://github.com/RSEToolkit/rse-competencies-toolkit/issues">
Github Issues
</a>
</li>
Expand All @@ -55,12 +55,14 @@ <h6 class="text-sm">Get involved</h6>
<h6 class="text-sm">Resources</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">
<a class="nav-link"
href="https://github.com/RSEToolkit/rse-competencies-toolkit/blob/main/_data/skills.json">
Skills Framework
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">
<a class="nav-link"
href="https://docs.google.com/spreadsheets/d/1bHagH4hibAlPJ1inuaZMu-0tmNtjXoJeVPzGFwwWh0U/edit?usp=sharing">
Development Resources
</a>
</li>
Expand All @@ -72,12 +74,12 @@ <h6 class="text-sm">Resources</h6>
<h6 class="text-sm">Project</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">
<a class="nav-link" href="{% link about.md %}">
About Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">
<a class="nav-link" href="{% link about.md %}#important-links">
Useful Links
</a>
</li>
Expand All @@ -89,17 +91,17 @@ <h6 class="text-sm">Project</h6>
<h6 class="text-sm">Legal</h6>
<ul class="flex-column ms-n3 nav">
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">
<a class="nav-link" href="#">
Terms & Conditions
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">
<a class="nav-link" href="#">
Privacy Policy
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">
<a class="nav-link" href="https://github.com/RSEToolkit/rse-competencies-toolkit/tree/main#license">
Licenses
</a>
</li>
Expand Down
8 changes: 7 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<div class="container">
<a class="navbar-brand text-white" href="{% link index.md %}" rel="tooltip" title="RSE Competencies Toolkit"
data-placement="bottom">
<img src="../assets/img/1529053464.svg" alt="down-arrow" class="arrow ms-2 d-lg-block d-none">
<img src="../assets/img/logo.svg" alt="RSE Competencies Toolkit logo"
class="arrow ms-2 d-lg-block d-none">
</a>
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse"
data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false"
Expand All @@ -19,6 +20,11 @@
</button>
<div class="collapse navbar-collapse w-100 pt-3 pb-2 py-lg-0 ms-lg-12 ps-lg-5" id="navigation">
<ul class="navbar-nav navbar-nav-hover ms-auto">
<li class="nav-item ms-lg-auto">
<a class="nav-link mx-2" href="{% link index.md %}">
Home
</a>
</li>
<li class="nav-item ms-lg-auto">
<a class="nav-link mx-2" href="{% link about.md %}">
About
Expand Down
235 changes: 5 additions & 230 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ <h5 class="font-weight-normal">
that individuals need to attain
to succeed in research software roles
</p>
<button type="button" class="btn bg-gradient-info btn-sm mb-0 mt-3">Draft Framework</button>
<a href="https://github.com/RSEToolkit/rse-competencies-toolkit/blob/main/_data/skills.json"
class="btn bg-gradient-info btn-sm mb-0 mt-3">Draft Framework</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -132,8 +133,9 @@ <h3>Competency wheel examples</h3>
"Recruitment": 4,
"Resource management (time, budget)": 7,
"Strategy": 4,
"Change management": 3,
"Domain expertise": 3,
"Change management": 3
},
"Domain expertise": {
"Research methodologies": 1,
"Ethics": 5,
"Domain-specific technical skills (AI/ML, research data and analytics, visualisation, computational science)": 2,
Expand Down Expand Up @@ -192,234 +194,7 @@ <h3>Competency wheel examples</h3>
createSkillChart(DATA_B, chart_id = "chart-b", legend_id = "legend-b");
createSkillChart(DATA_C, chart_id = "chart-c", legend_id = "legend-c");
</script>

</div>
</div>
</section>
<!--<section class="pb-5 position-relative bg-gradient-dark mx-n3">
<div class="container">
<div class="row">
<div class="col-md-8 text-start mb-5 mt-5">
<h3 class="text-white z-index-1 position-relative">Competency Case Studies</h3>
<p class="text-white opacity-8 mb-0">There’s nothing I really wanted to do in life that I wasn’t able to get
good at. That’s my skill.</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-12">
<div class="card card-profile mt-4">
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-n5">
<a href="javascript:;">
<div class="p-3 pe-md-0">
<img class="w-100 border-radius-md shadow-lg" src="../assets/img/team-5.jpg" alt="image">
</div>
</a>
</div>
<div class="col-lg-8 col-md-6 col-12 my-auto">
<div class="card-body ps-lg-0">
<h5 class="mb-0">Emma Roberts</h5>
<h6 class="text-info">Research Software Engineer</h6>
<p class="mb-0">Emma has recently been recruited into a centralised RSE team and focuses on AI.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="card card-profile mt-lg-4 mt-5">
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-n5">
<a href="javascript:;">
<div class="p-3 pe-md-0">
<img class="w-100 border-radius-md shadow-lg" src="../assets/img/bruce-mars.jpg" alt="image">
</div>
</a>
</div>
<div class="col-lg-8 col-md-6 col-12 my-auto">
<div class="card-body ps-lg-0">
<h5 class="mb-0">William Pearce</h5>
<h6 class="text-info">Senior Research Infrastructure Engineer</h6>
<p class="mb-0">William leads the automated infrastructure deployments for a large research project
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-6 col-12">
<div class="card card-profile mt-4 z-index-2">
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-n5">
<a href="javascript:;">
<div class="p-3 pe-md-0">
<img class="w-100 border-radius-md shadow-lg" src="../assets/img/ivana-squares.jpg" alt="image">
</div>
</a>
</div>
<div class="col-lg-8 col-md-6 col-12 my-auto">
<div class="card-body ps-lg-0">
<h5 class="mb-0">Ivana Flow</h5>
<h6 class="text-info">Training Lead</h6>
<p class="mb-0">Ivana organises and delivers software training to researchers across Swansea
university
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="card card-profile mt-lg-4 mt-5 z-index-2">
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-n5">
<a href="javascript:;">
<div class="p-3 pe-md-0">
<img class="w-100 border-radius-md shadow-lg" src="../assets/img/ivana-square.jpg" alt="image">
</div>
</a>
</div>
<div class="col-lg-8 col-md-6 col-12 my-auto">
<div class="card-body ps-lg-0">
<h5 class="mb-0">Marquez Garcia</h5>
<h6 class="text-info">Community Manager</h6>
<p class="mb-0">As a community manager, Marquez coordinates the eScience Center Fellowship
Programme.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pt-6 pb-6" id="count-stats">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-4 col-6">
<img class="w-100 opacity-7" src="../assets/img/logos/gray-logos/logo-coinbase.svg" alt="logo">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img class="w-100 opacity-7" src="../assets/img/logos/gray-logos/logo-nasa.svg" alt="logo">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img class="w-100 opacity-7" src="../assets/img/logos/gray-logos/logo-netflix.svg" alt="logo">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img class="w-100 opacity-7" src="../assets/img/logos/gray-logos/logo-pinterest.svg" alt="logo">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img class="w-100 opacity-7" src="../assets/img/logos/gray-logos/logo-spotify.svg" alt="logo">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img class="w-100 opacity-7" src="../assets/img/logos/gray-logos/logo-vodafone.svg" alt="logo">
</div>
</div>
</section>
<div class="container">
<div class="page-header py-6 py-md-5 my-sm-3 mb-3 border-radius-xl"
style="background-image: url('https://raw.githubusercontent.com/creativetimofficial/public-assets/master/soft-ui-design-system/assets/img/desktop.jpg');"
loading="lazy">
<span class="mask bg-gradient-dark"></span>
<div class="container">
<div class="row">
<div class="col-lg-6 ms-lg-5">
<h4 class="text-white">Built by developers</h4>
<h1 class="text-white">Complex Documentation</h1>
<p class="lead text-white opacity-8">From colors, cards, typography to complex elements, you will find the
full documentation. Play with the utility classes and you will create unlimited combinations for our
components.</p>
<a href="https://www.creative-tim.com/learning-lab/bootstrap/overview/material-kit"
class="text-white icon-move-right">
Read docs
<i class="fas fa-arrow-right text-sm ms-1" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="info-horizontal bg-gradient-primary border-radius-xl d-block d-md-flex p-4">
<i class="material-icons text-white text-3xl">flag</i>
<div class="ps-0 ps-md-3 mt-3 mt-md-0">
<h5 class="text-white">Getting Started</h5>
<p class="text-white">Check the possible ways of working with our product and the necessary files for
building your own project.</p>
<a href="https://www.creative-tim.com/learning-lab/bootstrap/overview/material-kit"
class="text-white icon-move-right">
Let's start
<i class="fas fa-arrow-right text-sm ms-1" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 px-lg-1 mt-lg-0 mt-4">
<div class="info-horizontal bg-gray-100 border-radius-xl d-block d-md-flex p-4 h-100">
<i class="material-icons text-gradient text-primary text-3xl">precision_manufacturing</i>
<div class="ps-0 ps-md-3 mt-3 mt-md-0">
<h5>Plugins</h5>
<p>Get inspiration and have an overview about the plugins that we used to create the Material Kit.</p>
<a href="https://www.creative-tim.com/learning-lab/bootstrap/datepicker/material-kit"
class="text-primary icon-move-right">
Read more
<i class="fas fa-arrow-right text-sm ms-1" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 mt-lg-0 mt-4">
<div class="info-horizontal bg-gray-100 border-radius-xl d-block d-md-flex p-4">
<i class="material-icons text-gradient text-primary text-3xl">receipt_long</i>
<div class="ps-0 ps-md-3 mt-3 mt-md-0">
<h5>Utility Classes</h5>
<p>Material Kit is giving you a lot of pre-made elements. For those who want flexibility, we included many
utility classes.</p>
<a href="https://www.creative-tim.com/learning-lab/bootstrap/utilities/material-kit"
class="text-primary icon-move-right">
Read more
<i class="fas fa-arrow-right text-sm ms-1" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<section class="my-5 pt-5">
<div class="container">
<div class="row">
<div class="col-md-6 m-auto">
<h4>Be the first to see the news</h4>
<p class="mb-4">
Your company may not be in the software business,
but eventually, a software company will be in your business.
</p>
<div class="row">
<div class="col-8">
<div class="input-group input-group-outline">
<label class="form-label">Email Here...</label>
<input type="text" class="form-control mb-sm-0">
</div>
</div>
<div class="col-4 ps-0">
<button type="button"
class="btn bg-gradient-info mb-0 h-100 position-relative z-index-2">Subscribe</button>
</div>
</div>
</div>
<div class="col-md-5 ms-auto">
<div class="position-relative">
<img class="max-width-50 w-100 position-relative z-index-2" src="../assets/img/macbook.png" alt="image">
</div>
</div>
</div>
</div>
</section>-->
</div>
3 changes: 2 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RSE Competencies Toolkit aims to support the following uses:

### Support the project

If you would like to contribute, please look at the list of [Issues on the Github repository](https://github.com/RSEToolkit/rse-competencies-toolkit/issues) for ways to help.
If you would like to contribute, we welcome all [contributions on a range of topics](https://github.com/RSEToolkit/rse-competencies-toolkit/tree/main#support-needed). Please also check the following look at the list of [Issues on the Github repository](https://github.com/RSEToolkit/rse-competencies-toolkit/issues) for ways to help.

### Important links

Expand All @@ -40,6 +40,7 @@ In this early stage of the project, we have several working documents. The follo

**Working documents for the framework**
* [Skills framework (Google Docs)](https://docs.google.com/spreadsheets/d/1M8f9luJrc3w4rz4lD-cEpJUfi6qigh9PBk7Fm5sq_jQ/edit?usp=sharing)
* [Skills framework (JSON)](https://github.com/RSEToolkit/rse-competencies-toolkit/blob/main/_data/skills.json)
* [Resources for professional development (Google Sheets)](https://docs.google.com/spreadsheets/d/1bHagH4hibAlPJ1inuaZMu-0tmNtjXoJeVPzGFwwWh0U/edit?usp=sharing)
* [Skill levels (Google Docs)](https://docs.google.com/document/d/1syrY4gyaAcNuONK0ANUiHgHcbJ3P9RoqSjy57AjUsuM/edit#heading=h.nlkwx70wrmf)

Expand Down
Loading

0 comments on commit 084cee5

Please sign in to comment.