|
13 | 13 | <body> |
14 | 14 | <div class="container-fluid"> |
15 | 15 | <div class="col-sm-9"> |
| 16 | + <div id="what"> |
| 17 | + <h3>What is PEGR</h3> |
| 18 | + <p>Platform for Epigenomic and Genomic Research (PEGR) is a web service platform that logs metadata for samples and sequencing experiment, manages the data processing workflows, and provides reporting and visualization. PEGR links together people, samples, protocols, sequencer and bioinformatics computation. The development home of PEGR is at <a href="https://github.com/seqcode/pegr">https://github.com/seqcode/pegr</a>, where you can find a quick-start guide and more information at <a href="https://github.com/seqcode/pegr/wiki">wiki</a>.</p> |
| 19 | + </div> |
| 20 | + <div id="role"> |
| 21 | + <h3>Platform-wide Roles</h3> |
| 22 | + <p>There are three platform-wide roles.</p> |
| 23 | + <ol> |
| 24 | + <li>Admin: admins have almost all the authorizations (read and write access) except for the access to personal password and API keys.</li> |
| 25 | + <li>Member: members have read access to all the projects, inventory, lab protocols, experiment records, sequencing run reports and samples. They will have additional write access based on their <a href="#project-role">project roles</a> and their ownership to specific inventory, protocols and experiment records. </li> |
| 26 | + <li>Guest: guests are only able to see their personal information and the projects they have been assigned to (see <a href="#project-role">Project Roles</a>).</li> |
| 27 | + </ol> |
| 28 | + </div> |
16 | 29 | <div id="project-role"> |
17 | | - <h3>Project Role</h3> |
| 30 | + <h3>Project Roles</h3> |
18 | 31 | <table class="table-bordered"> |
19 | 32 | <thead> |
20 | | - <th></th> |
21 | | - <th>Owner</th> |
22 | | - <th>Participant</th> |
23 | | - <th>Guest</th> |
24 | | - <th>None</th> |
| 33 | + <th>Project Role</th> |
| 34 | + <th>View</th> |
| 35 | + <th>Add/remove/edit samples</th> |
| 36 | + <th>Edit project name, description, funding</th> |
| 37 | + <th>Add/remove user, edit role</th> |
25 | 38 | </thead> |
26 | 39 | <tbody> |
27 | 40 | <tr> |
28 | | - <td>View</td> |
| 41 | + <td>Owner</td> |
| 42 | + <td>✓</td> |
29 | 43 | <td>✓</td> |
30 | 44 | <td>✓</td> |
31 | 45 | <td>✓</td> |
32 | | - <td></td> |
33 | 46 | </tr> |
34 | 47 | <tr> |
35 | | - <td>Add/remove/edit samples</td> |
| 48 | + <td>Participant</td> |
36 | 49 | <td>✓</td> |
37 | 50 | <td>✓</td> |
38 | 51 | <td></td> |
39 | 52 | <td></td> |
40 | 53 | </tr> |
41 | 54 | <tr> |
42 | | - <td>Edit project name, description, funding</td> |
| 55 | + <td>Guest</td> |
43 | 56 | <td>✓</td> |
44 | 57 | <td></td> |
45 | 58 | <td></td> |
46 | 59 | <td></td> |
47 | 60 | </tr> |
48 | 61 | <tr> |
49 | | - <td>Add/remove user, edit role</td> |
50 | | - <td>✓</td> |
| 62 | + <td>None</td> |
| 63 | + <td></td> |
51 | 64 | <td></td> |
52 | 65 | <td></td> |
53 | 66 | <td></td> |
54 | 67 | </tr> |
55 | 68 | </tbody> |
56 | 69 | </table> |
| 70 | + <p>Note that: </p> |
| 71 | + <ol> |
| 72 | + <li>These permissions are per project, i.e. an "Owner" in one project may be a participant in another.</li> |
| 73 | + <li>Platform-wide admins also have all the authorizations to any project (the same access level as a project owner), and platform-wide members have all the read access to any project (the same access level as a project guest).</li> |
| 74 | + </ol> |
| 75 | + |
57 | 76 | </div> |
58 | 77 | <div id="barcode-inventory"> |
59 | 78 | <h3>Inventory Tracking</h3> |
|
137 | 156 | <nav class="col-sm-3"> |
138 | 157 | <h4>Menu</h4> |
139 | 158 | <ul id="menu" data-spy="affix" data-offset-top="205"> |
140 | | - <li><a href="#project-role">Project Role</a></li> |
| 159 | + <li><a href="#what">What is PEGR</a></li> |
| 160 | + <li><a href="#role">Platform-wide Roles</a></li> |
| 161 | + <li><a href="#project-role">Project Roles</a></li> |
141 | 162 | <li><a href="#barcode-inventory">Inventory Tracking</a></li> |
142 | 163 | <li><a href="#barcode-protocol">Protocol and Protocol Group</a></li> |
143 | 164 | <li><a href="#barcode-experiment">Experiment Tracking</a></li> |
|
0 commit comments