Retrieve your DKRZ data form

Via this form you can retrieve previously generated data forms and make them accessible via the Web again for completion.

Additionally you can get information on the data ingest process status related to your form based request.

Please provide your last name

please set your last name in the cell below (e.g. MY_LAST_NAME = "mueller") and evaluate the cell (Press "Shift"-Return in the cell)

you will then be asked for the password associated to your form (the password was provided to you as part of your previous form generation step)


In [ ]:
# please provide your last name - replacing ... below e.g. MY_LAST_NAME = "schulz"
MY_LAST_NAME = "......"   

#----------------------------------------------------------
from dkrz_forms import form_handler, form_widgets
form_info = form_widgets.check_and_retrieve(MY_LAST_NAME)

In [ ]:
# To be completed

In [ ]:
# tob be completed