Skip to content

Commit 63d4fc4

Browse files
committed
wip
1 parent 5dda4e2 commit 63d4fc4

7 files changed

+51
-13
lines changed

doc/generalities.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Lexicon
99
Let's define a few terms first:
1010

1111
* **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>`.
1616

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>`.
1818

1919
General principles
2020
==================
88.9 KB
Loading

doc/img/user-create-experiment.png

22.4 KB
Loading
67.1 KB
Loading

doc/img/user-experiments-menu.png

1.58 KB
Loading

doc/img/user-show-mode.png

17.8 KB
Loading

doc/user-guide.rst

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,36 @@ This guide is for Users. See also the guides for :doc:`Admins <admin-guide>` and
88

99
Introduction
1010
============
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.
1212

1313
While similar, they differ in the following ways:
1414

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
1817

1918
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.
2019

2120
Experiments
2221
===========
2322

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.
2527

2628
.. figure:: img/user-experiments-menu.png
2729
: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.
2935

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!)
3141

3242
.. figure:: img/user-show-mode.png
3343
:align: center
@@ -51,6 +61,11 @@ To make the entries appear like this:
5161

5262
Alternate layout
5363

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+
5469
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:
5570

5671
.. figure:: img/user-scope-button.png
@@ -61,7 +76,30 @@ By default, the page shows both Experiments created by you and those created by
6176

6277
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.
6378

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).
65103

66104
An Experiment entry can include many different types of information, such as:
67105

0 commit comments

Comments
 (0)