Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update landingpage.html #481

Merged
merged 1 commit into from
Mar 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions _includes/landingpage.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<div class="blurb-title">
Are you working in the Life Sciences with data? Do you feel overwhelmed when you think about Research Data Management?
Are you working with data in the Life Sciences? Do you feel overwhelmed when you think about Research Data Management?
</div>
<p>The ELIXIR Research Data Management Kit (RDMkit) is an online guide containing good data management practices applicable to research projects from the
beginning to the end. Developed and managed by people who work every day with life science data, RDMkit has
guidelines, information and pointers, organised in many different ways to help you with problems throughout
the data’s life cycle.
beginning to the end. Developed and managed by people who work every day with life science data, the RDMkit has
guidelines, information, and pointers to help you with problems throughout the data’s life cycle.
</p>
<p>
The RDMkit organises information into the six sections displayed below, which are interconnected but can be browsed independently.
</p>
{%- assign sidebar = site.data.sidebars[page.sidebar] %}
{%- for folder in sidebar.subitems %}
Expand Down