You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/generalities.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ Lexicon
9
9
Let's define a few terms first:
10
10
11
11
* **Instance**: a running eLabFTW service, for example: https://eln.example.org
12
-
* **Team**: the main way to compartimentalize users
13
-
* **Sysadmin**: a user with Sysadmin rights can modify the Instance configuration and create Teams, it is generally the same person that installed the Instance
14
-
* **Admin**: a user with Admin rights for a given team has access to the Admin Panel and can manage settings related to their Team. A given user can be Admin in Team A and User in Team B
15
-
* **User**: a user with an account on the Instance, belonging to at least one Team
12
+
* **Team**: the main unit for a group of users
13
+
* **Sysadmin**: technical role: a user with Sysadmin rights can modify the Instance configuration and create Teams, it is generally the same person that installed the Instance and manages the server. See the :doc:`Sysadmin guide <sysadmin-guide>`.
14
+
* **Admin**: a user with Admin rights for a given team has access to the Admin Panel and can manage settings related to their Team. A given user can be Admin in Team A and User in Team B. See the :doc:`Admin guide <admin-guide>`.
15
+
* **User**: a user with an account on the Instance, belonging to at least one Team. See the :doc:`User guide <user-guide>`.
16
16
17
-
We could also mention the role of **Instance Coordinator**, someone identified by the Users as the person to go to for all things eLab in the institution. It might be Research Data Managers, or a designated Researcher or Engineer that is very familiar with eLabFTW. This person could have access to managing the relationship between users and teams. They could animate the internal chat room related to eLabFTW usage.
17
+
We could also mention the role of **Instance Coordinator**, someone identified by the Users as the person to go to for all things eLab in the institution. It might be Research Data Managers, or a designated Researcher or Engineer that is very familiar with eLabFTW. This person could have access to managing the relationship between users and teams. They could animate the internal chat room related to eLabFTW usage. See the :doc:`Instance Coordinator documentation page <coordinator-guide>`.
Copy file name to clipboardExpand all lines: doc/user-guide.rst
+46-8Lines changed: 46 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,36 @@ This guide is for Users. See also the guides for :doc:`Admins <admin-guide>` and
8
8
9
9
Introduction
10
10
============
11
-
There are two main types of entries in eLabFTW: Experiments and Resources. Experiments are owned by a particular User, whereas Resources belong to a team.
11
+
There are two main types of entries in eLabFTW: Experiments and Resources.
12
12
13
13
While similar, they differ in the following ways:
14
14
15
-
* Resources but not Experiments can be booked using the Scheduler
16
-
* Users can create Experiment templates but not Resource templates
17
-
* Only Admins can create Resource templates
15
+
* Resources can be booked using the Scheduler
16
+
* Resources can be re-ordered through the procurement system
18
17
19
18
Both Resources and Experiments can have Tags and links, along with a Category and a Status. Many of the options for creating and editing Experiment entries are the same as those for Resource entries.
20
19
21
20
Experiments
22
21
===========
23
22
24
-
Experiment entries are the core of the eLabFTW lab notebook. Select "Experiments" from the menu bar at the top of the page to show a list of Experiment entries.
23
+
Listing experiments
24
+
-------------------
25
+
26
+
Experiment entries are the core of the eLabFTW lab notebook. Select "Experiments" from the menu bar at the top of the page to access the Experiments index.
25
27
26
28
.. figure:: img/user-experiments-menu.png
27
29
:align:center
28
-
:alt:eLabFTW toolbar
30
+
:alt:eLabFTW main menu
31
+
32
+
Main menu bar
33
+
34
+
This menu contains several entries for listing Experiments by Category or accessing Templates, Categories or Status.
29
35
30
-
Menu toolbar
36
+
.. figure:: img/user-experiments-menu-opened.png
37
+
:align:center
38
+
:alt:eLabFTW experiments menu
39
+
40
+
Experiments menu (yours will be different!)
31
41
32
42
.. figure:: img/user-show-mode.png
33
43
:align:center
@@ -51,6 +61,11 @@ To make the entries appear like this:
51
61
52
62
Alternate layout
53
63
64
+
Scope
65
+
^^^^^
66
+
67
+
An important aspect of the software, is that entries can be shared between users, user groups and teams. If many entries are visible to you, it might get overwhelming. You can select what is listed by using the **Scope button**.
68
+
54
69
By default, the page shows both Experiments created by you and those created by other Users in your team. To see **only** your Experiments, you can change the **Scope** using the drop-down menu that appears after clicking the button on the right:
55
70
56
71
.. figure:: img/user-scope-button.png
@@ -61,7 +76,30 @@ By default, the page shows both Experiments created by you and those created by
61
76
62
77
Set the scope to "*Self*" to display only Experiments that you created. Note that the Resources or Templates pages also allow you to filter entries using the scope button, and your selection is remembered.
63
78
64
-
You can create an Experiment by clicking the `Create` button on the top right of the screen. You will have the option of selecting an existing Experiment template or using a blank template. You will then be presented with a new Experiment entry. Experiment entries have two different modes: 'edit' and 'view'. By default, when an Experiment is created it will appear in 'edit' mode (you can see 'mode=edit' in the URL).
79
+
To _see_ entries from another team, make sure to set the Scope to **Everything**.
80
+
81
+
Creating your first experiment
82
+
------------------------------
83
+
84
+
You can create an Experiment by clicking the `Create` button on the top right of the screen:
85
+
86
+
.. figure:: img/user-create-experiment.png
87
+
:align:center
88
+
:alt:create experiment button
89
+
90
+
Create an Experiment
91
+
92
+
A modal window appears, allowing you to select an existing Template or to create an empty Experiment in a given Category:
93
+
94
+
.. figure:: img/user-create-experiment-modal.png
95
+
:align:center
96
+
:alt:create experiment modal
97
+
98
+
Select an Experiment Template or a Category or a Blank entry
99
+
100
+
You can also select **Blank entry** to get a completely empty experiment.
101
+
102
+
You will then be presented with a new Experiment entry. Experiment entries have two different modes: 'edit' and 'view'. By default, when an Experiment is created it will appear in 'edit' mode (you can see 'mode=edit' in the URL).
65
103
66
104
An Experiment entry can include many different types of information, such as:
0 commit comments