|
2 | 2 |
|
3 | 3 | Work in progress! |
4 | 4 |
|
5 | | -# [00-read-items.py] |
| 5 | +# [00-read-items.py](./00-read-items.py) |
6 | 6 |
|
7 | 7 | Read all items. |
8 | 8 |
|
9 | | -# [01-download-timestamp-archive.py] |
| 9 | +# [01-download-timestamp-archive.py](./01-download-timestamp-archive.py) |
10 | 10 |
|
11 | 11 | Download all the timestamp archive zip created in the past 7 days. |
12 | 12 |
|
13 | | -# [02-patch-metadata-per-category.py] |
| 13 | +# [02-patch-metadata-per-category.py](./02-patch-metadata-per-category.py) |
14 | 14 |
|
15 | 15 | Look for all items of a particular category and patch the metadata if it is empty. |
16 | 16 |
|
17 | | -# [03-experiment-file-handling.py] |
| 17 | +# [03-experiment-file-handling.py](./03-experiment-file-handling.py) |
18 | 18 |
|
19 | 19 | Upload, download and delete a file in an experiment. |
20 | 20 |
|
21 | | -# [04-create-teamgroup-add-user.py] |
| 21 | +# [04-create-teamgroup-add-user.py](./04-create-teamgroup-add-user.py) |
22 | 22 |
|
23 | 23 | Create a teamgroup and add a user in it. |
24 | 24 |
|
25 | | -# [05-create-modify-item.py] |
| 25 | +# [05-create-modify-item.py](./05-create-modify-item.py) |
26 | 26 |
|
27 | 27 | Create an item in the database and modify it. |
28 | 28 |
|
29 | | -# [06-create-users.py] |
| 29 | +# [06-create-users.py](./06-create-users.py) |
30 | 30 |
|
31 | 31 | Create users in batch. |
32 | 32 |
|
33 | | -# [07-patch-sysadmin-settings.py] |
| 33 | +# [07-patch-sysadmin-settings.py](./07-patch-sysadmin-settings.py) |
34 | 34 |
|
35 | 35 | Patch instance config: modify the settings of the Sysadmin Panel. |
36 | 36 |
|
37 | | -# [08-create-items-add-metadata.py] |
| 37 | +# [08-create-items-add-metadata.py](./08-create-items-add-metadata.py) |
38 | 38 |
|
39 | 39 | Read a CSV file for samples, create them in the database with metadata, tags and links. |
40 | 40 |
|
41 | | -# [09-import-csv.py] |
| 41 | +# [09-import-csv.py](./09-import-csv.py) |
42 | 42 |
|
43 | 43 | Read a CSV file containing a list of antibodies and import them in the resource database using the metadata/extra fields. |
44 | 44 |
|
45 | | -# [10-date-time-conversions.py] |
| 45 | +# [10-date-time-conversions.py](./10-date-time-conversions.py) |
46 | 46 |
|
47 | 47 | Work with date-time data formats with a demonstration of doing statistics with experiments data. |
48 | 48 |
|
49 | | -# [11-resources-categories.py] |
| 49 | +# [11-resources-categories.py](./11-resources-categories.py) |
50 | 50 |
|
51 | 51 | Create and edit a Resources Category (Items types). |
52 | 52 |
|
53 | | -# [12-experiments-export-pdf.py] |
| 53 | +# [12-experiments-export-pdf.py](./12-experiments-export-pdf.py) |
54 | 54 |
|
55 | 55 | Look for all timestamped experiments last week for a particular user and save a pdf locally. |
56 | 56 |
|
57 | 57 | # [13-events.py](./13-events.py) |
58 | 58 |
|
59 | 59 | Get a list of events (booked slots) for the current team. |
60 | | - |
61 | | -[00-read-items.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/00-read-items.py |
62 | | -[01-download-timestamp-archive.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/01-download-timestamp-archive.py |
63 | | -[02-patch-metadata-per-category.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/02-patch-metadata-per-category.py |
64 | | -[03-experiment-file-handling.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/03-experiment-file-handling.py |
65 | | -[04-create-teamgroup-add-user.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/04-create-teamgroup-add-user.py |
66 | | -[05-create-modify-item.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/05-create-modify-item.py |
67 | | -[06-create-users.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/06-create-users.py |
68 | | -[07-patch-sysadmin-settings.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/07-patch-sysadmin-settings.py |
69 | | -[08-create-items-add-metadata.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/08-create-items-add-metadata.py |
70 | | -[09-import-csv.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/09-import-csv.py |
71 | | -[10-date-time-conversions.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/10-date-time-conversions.py |
72 | | -[11-resources-categories.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/11-resources-categories.py |
73 | | -[12-experiments-export-pdf.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/12-experiments-export-pdf.py |
0 commit comments