Skip to content
Snippets Groups Projects
Commit bdad0f44 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[ui/doc] added link to supervisor registration and updated documentation faq...

[ui/doc] added link to supervisor registration and updated documentation faq on supervisor registration
parent 837f8567
No related branches found
No related tags found
1 merge request!227Security accounts feedback update - added complete workflow for supervisors
Pipeline #
...@@ -164,6 +164,10 @@ def register(request, success_url=None, ...@@ -164,6 +164,10 @@ def register(request, success_url=None,
""" """
supervisor_form_active = False supervisor_form_active = False
if request.GET.get('registration') == "supervisor":
supervisor_form_active = True
if request.method == 'POST': if request.method == 'POST':
# Check the form # Check the form
if not request.POST.has_key('supervisor'): if not request.POST.has_key('supervisor'):
......
...@@ -262,8 +262,8 @@ Why do I need a supervisor to start using the |project| platform? ...@@ -262,8 +262,8 @@ Why do I need a supervisor to start using the |project| platform?
A supervisor ensures that you belong to a research group and that you follow A supervisor ensures that you belong to a research group and that you follow
the |project| platform terms of use. In order to register you need to specify the |project| platform terms of use. In order to register you need to specify
the username of a supervisor on the platform. A request will then be made to him in order the username of a supervisor on the platform. After you have validated that your email
to validate your account. is correct, a request will then be made to him in order to validate your account.
If your supervisor is not registered on the platform, please do tell him to register If your supervisor is not registered on the platform, please do tell him to register
on the beat platform and to make a request to become a supervisor. Once his account on the beat platform and to make a request to become a supervisor. Once his account
...@@ -273,11 +273,23 @@ is created, you will then be able to make a supervision request to him. ...@@ -273,11 +273,23 @@ is created, you will then be able to make a supervision request to him.
How do I become a supervisor on the |project| platform? How do I become a supervisor on the |project| platform?
----------------------------------------------------------------- -----------------------------------------------------------------
To become a supervisor, please do contact us following the contact link on the main page. As stated above, a supervisor ensures that his supervisees belong to a research group and follow
We will provide you with a document that you need to sign, scan and send us. After checking, that the |project| platform terms of use.
you hold a position in your university/research institute or laboratory, we will then
provide you with the required information in order to open your account and we will turn To become a supervisor, there are two ways.
your account into a supervisor account in order to let you manage supervisees.
* Sign up on the platform and `register as a supervisor`_.
After you have validated that your email is correct, a request will then be made to
the |project| admins in order to validate your account. After checking, that
you hold a position in your university/research institute or laboratory, an admin of the
platform will accept your request.
* If your position has changed in your university/research institure or laboratory, please do contact us following the contact link on the main page.
A |project| admin will then check that you really hold a position and will turn
your account into a supervisor account in order to let you manage supervisees.
.. code-block:: sh .. code-block:: sh
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
.. _development mailing list: https://groups.google.com/forum/#!forum/beat-devel .. _development mailing list: https://groups.google.com/forum/#!forum/beat-devel
.. _on request: mailto:beat.support@idiap.ch .. _on request: mailto:beat.support@idiap.ch
.. _register: https://www.beat-eu.org/platform/signup/ .. _register: https://www.beat-eu.org/platform/signup/
.. _register as a supervisor: https://www.beat-eu.org/platform/signup/?registration=supervisor
.. _available databases: https://www.beat-eu.org/platform/databases/ .. _available databases: https://www.beat-eu.org/platform/databases/
.. _publicly available experiments: https://www.beat-eu.org/platform/experiments/ .. _publicly available experiments: https://www.beat-eu.org/platform/experiments/
.. _publicly available stored searches: https://www.beat-eu.org/platform/searches/ .. _publicly available stored searches: https://www.beat-eu.org/platform/searches/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment