{% extends 'core/base/base.html' %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}
Projects {% if project.label %}{{ project.label }}{% else %}New Project{% endif %} Jobs New Publication Workflow

Create a new Publication Workflow

The following steps explain how to publish data to RODARE using HELIPORT. Everything can be changed later by editing the generated job.

{% csrf_token %}
  1. Select RORDARE instance

    If you are just testing select the rodare-test instance. Otherwise, select RODARE

  2. {% if not rodare_login_exists %}
  3. Check RODARE Token

    Tokens in heliport can be viewed here.

    You can generate a token for RODARE or rodare-test.

  4. {% endif %}
  5. Select Directory for intermediate ZIP Files (Optional)

    If you want to publish directories, enter a directory on /bigdata below. If the directory does not exist, it is created when the first zip file is generated.

    /bigdata

  6. Use the created job

    • Add the tag "Publish" to data sources that should get published
    • Add the tag "Publish Zipped" to directories that should get published
    • Execute the RODARE Publication job
    • The job prints a link to the terminal where you can review, edit and publish the publication in RODARE
{% if job_exists %} {% endif %}
{% endblock %}