To generate a data submission form for you, please edit the cell below to include your name, email as well as the project your data belogs to
Then please press "Shift" + Enter to evaluate the cell
a link to the newly generated data submission form will be provided
please follow this link to edit your personal form
the password is needed to retrieve your form at a later point e.g. for completion
In [1]:
from dkrz_forms import form_widgets
form_widgets.show_status('form-generation')
the form will be created as soon as you press "Enter" in the last input field below
to fill the form follow the url shown as as result of the form generation
in case you want to retrieve and complete the form later on, please follow the steps outlined below in "Retrieve your DKRZ data form"
In [ ]:
from dkrz_forms import form_widgets
form_widgets.create_form()
In [2]:
from dkrz_forms import form_widgets
form_widgets.show_status('form-retrieval')
In [ ]:
MY_LAST_NAME = "...." # e.gl MY_LAST_NAME = "schulz"
#-------------------------------------------------
from dkrz_forms import form_handler, form_widgets
form_info = form_widgets.check_and_retrieve(MY_LAST_NAME)