Skip to content

Commit

Permalink
hardlink fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Feb 2, 2021
1 parent 758a8c6 commit f9c0ac4
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/fixing_exisiting_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

**Link to the page of interest**
https://rdm.elixir-europe.org/....
https://rdmkit.elixir-europe.org/....


**Describe what you would change to the page**
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Bugs or remarks are tracked as GitHub issues. You can create an issue and choose

### Adding a new page or changing an existing page

See our [How to contribute page](https://rdm.elixir-europe.org/how_to_contribute.html).
See our [How to contribute page](https://rdmkit.elixir-europe.org/how_to_contribute.html).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Our goal is to make data management easier for you, and to help you make your da

## Contribute

RDMKit is an open community project, and you are welcome to join us! The content of the material is developed in Markdown and a templating system ([Jekyll](http://jekyllrb.com/)) is used to format the Markdown pages and generate a website at ([https://rdm.elixir-europe.org/](https://rdm.elixir-europe.org/)).
RDMKit is an open community project, and you are welcome to join us! The content of the material is developed in Markdown and a templating system ([Jekyll](http://jekyllrb.com/)) is used to format the Markdown pages and generate a website at ([https://rdmkit.elixir-europe.org/](https://rdmkit.elixir-europe.org/)).

Do you want to help with this project? Please check out following pages for more information:

* [Code of Conduct](https://rdm.elixir-europe.org/CODE_OF_CONDUCT)
* [How to contribute](https://rdm.elixir-europe.org/how_to_contribute)
* [Code of Conduct](https://rdmkit.elixir-europe.org/CODE_OF_CONDUCT)
* [How to contribute](https://rdmkit.elixir-europe.org/how_to_contribute)


Do you which to contact the editors of this project? Use [[email protected]](mailto:[email protected] )

If you want to build the website locally, please have a look at our [tutorial](https://rdm.elixir-europe.org/working_with_git.html#the-advantage-of-working-locally-previewing-your-changes-through-your-web-browser).
If you want to build the website locally, please have a look at our [tutorial](https://rdmkit.elixir-europe.org/working_with_git.html#the-advantage-of-working-locally-previewing-your-changes-through-your-web-browser).


## RDMKit is an ELIXIR Converge project
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}">
<meta property="og:title" content="{{ site.site_title }}" />
<meta property="og:description" content="{{ site.description }}" />
<meta property="og:image" content="//rdm.elixir-europe.org/images/elixir_logo.png" />
<meta property="og:image" content="//rdmkit.elixir-europe.org/images/elixir_logo.png" />
<title>{{ page.title }} | {{ site.site_title }}</title>
<!-- Syntax highlighting -->
<link rel="stylesheet" href="css/syntax.css">
Expand Down
2 changes: 1 addition & 1 deletion pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ More than ever, scientists need relevant tools and guidance to better manage the
RDMKit was developed with funding from the European Union’s Horizon 2020 Research and Innovation programme under grant agreement No 871075, as part of the ELIXIR-CONVERGE project. We are grateful to all who contributed their time to producing contents for RDMKit.

## How to cite the RDMKit
ELIXIR (2020) Research Data Management Kit. A deliverable from the EU-funded ELIXIR-CONVERGE project (grant agreement 871075). URL: https://rdm.elixir-europe.org
ELIXIR (2020) Research Data Management Kit. A deliverable from the EU-funded ELIXIR-CONVERGE project (grant agreement 871075). URL: https://rdmkit.elixir-europe.org

The ELIXIR Research Data Management Kit makes all of their materials publicly available under [Open Source Initiative](https://opensource.org/licenses) licenses.
The process documents and data are made available under a [CC-BY](https://creativecommons.org/licenses/by/4.0/) license.
Expand Down
2 changes: 1 addition & 1 deletion pages/contribute/copyright.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you are using an image with a [Creative Commons license](https://creativecomm

If you are using a stock image you have bought, or a royalty-free image, check the image license to make sure that you can use it on the RDMKit website. If you are using images provided by your institute or organisation, please also check that you can use them on this site.

You are welcome to create the images yourself, but please follow the [site style guide](https://rdm.elixir-europe.org/style_guide.html), and bear in mind the image may be modified to better suite the style of the site. The content of the site is published under the [Creative Commons 4 license](https://creativecommons.org/licenses/by/4.0/).
You are welcome to create the images yourself, but please follow the [site style guide](style_guide), and bear in mind the image may be modified to better suite the style of the site. The content of the site is published under the [Creative Commons 4 license](https://creativecommons.org/licenses/by/4.0/).

If you think an image would be helpful to explain your content but you cannot find the right one, then [create a new issue](https://github.com/elixir-europe/rdmkit/issues) to suggest a new image.

Expand Down
6 changes: 3 additions & 3 deletions pages/contribute/editorial_board_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Optional metadata/frontmatter:

- Markdown files should be named without capitals and without spaces (replace them with underscores).
- Make sure that the markdown file has a unique name.
- If the markdown file is named *example.md*, the page will be found at https://rdm.elixir-europe.org/example.
- If the markdown file is named *example.md*, the page will be found at https://rdmkit.elixir-europe.org/example.
- By default a page will not show up in the sidebar. In order to do so you will have to add the link towards the page to the `.yaml` file in the *_data/sidebars* directory or link towards it from another page. More info about this can be found [here](#find-your-newly-added-page-back-on-the-website).

### GitHub checks
Expand Down Expand Up @@ -115,7 +115,7 @@ To generate a new page it is sufficient to simply copy the TEMPLATE file in the
8. Describe shortly which changes you made in the description of your commit below the page. Commit to the master branch by clicking `Commit new file`.
{% include image.html file="commit_to_master_github.png" inline=true alt="Commit new file in GitHub." %}

9. If the markdown file is named *example.md* the page will be rendered at https://rdm.elixir-europe.org/example. This link can be provided to the contributor through the issue.
9. If the markdown file is named *example.md* the page will be rendered at https://rdmkit.elixir-europe.org/example. This link can be provided to the contributor through the issue.

{% include note.html content="It is not a problem to immediately duplicate pages in the master branch, but be aware that new content always needs to be pushed to another branch which will give you the option to open a pull request." %}

Expand All @@ -126,7 +126,7 @@ Just like with every change you want to make to this repo, it is possible to do

## Find your newly added page back on the website

By default your page will not be linked in the sidebar on the website, or on the landing page, but it will exist as an orphan at *https://rdm.elixir-europe.org/markdown_file_name*. In order to prevent that people will not find the page back it is better to link towards it in the sidebar or get linked within an existing page.
By default your page will not be linked in the sidebar on the website, or on the landing page, but it will exist as an orphan at *https://rdmkit.elixir-europe.org/markdown_file_name*. In order to prevent that people will not find the page back it is better to link towards it in the sidebar or get linked within an existing page.

### Linking pages in the sidebar and frontpage

Expand Down
2 changes: 1 addition & 1 deletion pages/contribute/github_way.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This guide tells you how you can easily request and edit a page on this website.
2. The "Edit me" pencil icon will take you to the GitHub repository, where you again click on the pencil icon, shown on the right, and start editing.
{% include image.html class="mt-0 mb-0" file="raw_github.png" inline=true alt="Editing a page on GitHub" %}
3. You can now edit or add new text and images according to the provided template. GitHub provide a [guide for writing and formatting in GitHub](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github). We also provide a [markdown cheat sheet](markdown_cheat_sheet) to show you how to write in this webpage. Make sure to read our [style guide](style_guide) before start writing. In general, try to avoid manual interlinking of RDMKit pages.
4. If you have mentioned tools or resources in your text, make sure to add them to the [tool and resource list](https://rdm.elixir-europe.org/tool_resource_update.html).
4. If you have mentioned tools or resources in your text, make sure to add them to the [tool and resource list](tool_resource_update).
5. When you are happy with your first draft of the content, go to the “Propose changes” section at the end of the page and write a title and a brief explanation of your changes.
6. Click on “Propose changes”.
{% include image.html class="mt-0 mb-0" file="propose_changes_github.png" inline=true alt="Propose changes on GitHub" %}
Expand Down
4 changes: 2 additions & 2 deletions pages/contribute/style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In general, we follow the European Commission's [Web Writing Style Guide](https:
| <span style="display: inline-block; width: 20px; height: 20px; background: #3e3e3e;"></span> | #3e3e3e | Dark gray | Footer background |
| <span style="display: inline-block; width: 20px; height: 20px; background: #efefef;"></span> | #efefef | Light gray | Box backgrounds |
* **Fonts:** Lato is the only font used.
* **Templates:** keep the structure of the pages consistent by using the site templates (see the [contribute page](https://rdm.elixir-europe.org/how_to_contribute.html)).
* **Templates:** keep the structure of the pages consistent by using the site templates (see the [contribute page](how_to_contribute)).
* **Illustrations:** use the colours listed above. (To do: agreed styles for boxes, arrows, and icons for things like users and databases.)
* **Images:**
* Do not use images to display text.
Expand All @@ -79,4 +79,4 @@ In general, we follow the European Commission's [Web Writing Style Guide](https:
* Should contain the same words as the filename where this title points to.

## How to suggest amendments or additions to this style guide
[Open a new issue](https://github.com/elixir-europe/rdmkit/issues) on GitHub or email [[email protected]](mailto:[email protected]). See also the [contribute page](https://rdm.elixir-europe.org/how_to_contribute.html).
[Open a new issue](https://github.com/elixir-europe/rdmkit/issues) on GitHub or email [[email protected]](mailto:[email protected]). See also the [contribute page](how_to_contribute).
8 changes: 4 additions & 4 deletions pages/your_role/data_steward_infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ If you want to become competent in these areas or build capacity in your institu
* RDNL & DCC [Delivering RDM Services](https://www.futurelearn.com/courses/delivering-research-data-management-services)

## Common issues
* [Data Analysis](https://rdm.elixir-europe.org/data_analysis.html)
* [Data Organisation](https://rdm.elixir-europe.org/data_organisation.html)
* [Data Transfer](https://rdm.elixir-europe.org/data_transfer.html)
* [Storage](https://rdm.elixir-europe.org/storage.html)
* [Data Analysis](data_analysis)
* [Data Organisation](data_organisation)
* [Data Transfer](data_transfer)
* [Storage](storage)

## Resources
* NPOS/ELIXIR data steward [competency framework](https://zenodo.org/record/3490855#.YArTH-lKi7o)
Expand Down
8 changes: 4 additions & 4 deletions pages/your_role/data_steward_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ If you want to become competent in these areas or build capacity in your institu
* RDNL & DCC [Delivering RDM Services](https://www.futurelearn.com/courses/delivering-research-data-management-services)

## Common issues
* [Compliance Monitoring & Measurement](https://rdm.elixir-europe.org/compliance_monitoring.html)
* [Data Classification](https://rdm.elixir-europe.org/data_classification.html)
* [Data Management Plan](https://rdm.elixir-europe.org/data_management_plan.html)
* [Licensing](https://rdm.elixir-europe.org/licensing.html)
* [Compliance Monitoring & Measurement](compliance_monitoring)
* [Data Classification](data_classification)
* [Data Management Plan](data_management_plan)
* [Licensing](hlicensing)

## Resources
* NPOS/ELIXIR data steward [competency framework](https://zenodo.org/record/3490855#.YArTH-lKi7o)
Expand Down
16 changes: 8 additions & 8 deletions pages/your_role/data_steward_research.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ If you want to become competent in these areas or build capacity in your institu
* RDNL & DCC [Delivering RDM Services](https://www.futurelearn.com/courses/delivering-research-data-management-services)

## Common issues
* [Compliance Monitoring & Measurement](https://rdm.elixir-europe.org/compliance_monitoring.html)
* [Data Management Plan](https://rdm.elixir-europe.org/data_management_plan.html)
* [Data Organisation](https://rdm.elixir-europe.org/data_organisation.html)
* [Data Publication](https://rdm.elixir-europe.org/data_publication.html)
* [Data Quality](https://rdm.elixir-europe.org/data_quality.html)
* [Data Transfer](https://rdm.elixir-europe.org/data_transfer.html)
* [Licensing](https://rdm.elixir-europe.org/licensing.html)
* [Metadata Management](https://rdm.elixir-europe.org/metadata_management.html)
* [Compliance Monitoring & Measurement](compliance_monitoring)
* [Data Management Plan](hdata_management_plan.)
* [Data Organisation](data_organisation)
* [Data Publication](data_publication)
* [Data Quality](data_quality)
* [Data Transfer](data_transfer)
* [Licensing](licensing)
* [Metadata Management](metadata_management)

## Resources
* NPOS/ELIXIR data steward [competency framework](https://zenodo.org/record/3490855#.YArTH-lKi7o)
Expand Down

0 comments on commit f9c0ac4

Please sign in to comment.