Skip to main content

How to credit EDITO?

If you run a service that partially or totally relies on EDITO, please credit the platform as follows.

Updated over a week ago

Context


The EDITO platform was launched to make oceanographic data accessible to everyone and to allow any user to contribute to the platform. If you use EDITO in your work, it is important that the platform is credited.

In this article, you will find logos and badges to use in your presentations, directories, and other materials.

Services and applications


If you run a service that partially or totally relies on EDITO, please consider crediting the platform as follows:

  1. Add in the top right corner the following EDITO logo and EU flag, with the text above it: “Powered by”:

    1. For light themes:

    2. For dark themes:

  2. Add in the footer the full EU Digital Twin Ocean banner:

    1. For light themes:

    2. For dark themes:

Links in articles, blog posts and Git repositories


Add a link to EDITO

If you integrate a link to EDITO to your media, please consider using one of the following SVG badges as link image:

  • For links exploring a resource existing in EDITO (e.g. a dataset or an application running on EDITO):

    • Markdown:

      [![Link to explore resource on EDITO](https://dive.edito.eu/badges/Explore-in-EDITO.svg)](<link-to-EDITO-resource>)
    • JavaScript:

      <a href="<link-to-EDITO-resource>"><img src="https://dive.edito.eu/badges/Explore-in-EDITO.svg" alt="Link to explore resource on EDITO" /></a>
  • For links opening a resource within EDITO (e.g. a notebook with an EDITO tool):

    • Markdown:

      [![Link to open resource in EDITO](https://dive.edito.eu/badges/Open-in-EDITO.svg)](<link-to-EDITO-resource>)
    • JavaScript:

      <a href="<link-to-EDITO-resource>"><img src="https://dive.edito.eu/badges/Open-in-EDITO.svg" alt="Link to open resource in EDITO" /></a>

  • For links launching a pre-configured service or process or tutorial on EDITO:

    • Markdown:

      [![Link to launch resource in EDITO](https://dive.edito.eu/badges/Launch-on-EDITO.svg)](<link-to-EDITO-resource>)
    • JavaScript:

      <a href="<link-to-EDITO-resource>"><img src="https://dive.edito.eu/badges/Launch-on-EDITO.svg" alt="Link to launch resource in EDITO" /></a>

Add a badge to acknowledge your use of EDITO

Alternatively, if your project relies partially or totally on EDITO, please consider using the following badge in your code repository:

  • Markdown:

[![Link to discover EDITO](https://dive.edito.eu/badges/Powered-by-EDITO.svg)](https://dive.edito.eu/)
  • JavaScript:

<a href="<link-to-EDITO-resource>"><img src="https://dive.edito.eu/badges/Powered-by-EDITO.svg" alt="Link to discover EDITO" /></a>

What's next?


If you have any questions, problems, or suggestions, please feel free to contact us via chat using the widget available at the bottom right of the page.

Did this answer your question?