Skip to content

Commit

Permalink
add attribution line to mediakit (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Jul 19, 2024
1 parent 3007484 commit f9b6fa1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pages/about/media_kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,23 @@ For use in presentations, tutorials and all other RDMkit related activities the

## Data life cycle diagram

If you reuse the Data life cycle diagram please use one of the following snippets for correct attribution:

<div class="card bg-light my-4">
<div class="card-body">
<p class="card-text">"<a href="https://rdmkit.elixir-europe.org/media_kit">Data life cycle diagram</a>" by <a href="https://rdmkit.elixir-europe.org">RDMkit</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></p>
</div>
</div>

or

<div class="card bg-light my-4">
<div class="card-body">
<p class="card-text">"<a href="https://rdmkit.elixir-europe.org/media_kit">Data life cycle diagram</a>" by <a href="https://rdmkit.elixir-europe.org">RDMkit</a> / <a href="https://creativecommons.org/licenses/by/4.0/">CC BY</a></p>
</div>
</div>


#### Data life cycle diagram basic

<p>
Expand Down

0 comments on commit f9b6fa1

Please sign in to comment.