Skip to content
Snippets Groups Projects
Verified Commit 55c2955f authored by Martin Weise's avatar Martin Weise
Browse files
parent a94f435d
Branches
Tags v1.9.3
1 merge request!428WIP
...@@ -14,7 +14,7 @@ A user wants to create an account in DBRepo. ...@@ -14,7 +14,7 @@ A user wants to create an account in DBRepo.
To create a new account in DBRepo with the UI, provide your details in the Auth Service. To create a new account in DBRepo with the UI, provide your details in the Auth Service.
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-account.webm" type="video/webm" /> <source src="../../videos/create-account.webm" type="video/webm" />
<source src="../videos/create-account.mp4" type="video/mp4" /> <source src="../../videos/create-account.mp4" type="video/mp4" />
</video> </video>
...@@ -10,8 +10,8 @@ A database can be created by choosing a name (e.g. My Database), selecting an en ...@@ -10,8 +10,8 @@ A database can be created by choosing a name (e.g. My Database), selecting an en
visibility, this can be [changed later](../update-visibility). visibility, this can be [changed later](../update-visibility).
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-database.webm" type="video/webm" /> <source src="../../videos/create-database.webm" type="video/webm" />
<source src="../videos/create-database.mp4" type="video/mp4" /> <source src="../../videos/create-database.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -39,8 +39,8 @@ If available, provide the PID of your affiliation (e.g. [`https://ror.org/04d836 ...@@ -39,8 +39,8 @@ If available, provide the PID of your affiliation (e.g. [`https://ror.org/04d836
increases accuracy of the PID record. If not, optionally provide an affiliation name. increases accuracy of the PID record. If not, optionally provide an affiliation name.
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-pid-1.webm" type="video/webm" /> <source src="../../videos/create-pid-1.webm" type="video/webm" />
<source src="../videos/create-pid-1.mp4" type="video/mp4" /> <source src="../../videos/create-pid-1.mp4" type="video/mp4" />
</video> </video>
The PID needs at least one title in the title field and optionally a title type from the selection and optionally a The PID needs at least one title in the title field and optionally a title type from the selection and optionally a
...@@ -49,8 +49,8 @@ title language from the available list of languages. ...@@ -49,8 +49,8 @@ title language from the available list of languages.
Add additional title(s) where needed, a PID can have multiple titles. Add additional title(s) where needed, a PID can have multiple titles.
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-pid-2.webm" type="video/webm" /> <source src="../../videos/create-pid-2.webm" type="video/webm" />
<source src="../videos/create-pid-2.mp4" type="video/mp4" /> <source src="../../videos/create-pid-2.mp4" type="video/mp4" />
</video> </video>
The PID needs at least one description in the description field and optionally a description type from the selection and The PID needs at least one description in the description field and optionally a description type from the selection and
...@@ -60,8 +60,8 @@ Optionally provide a text description on the collection method and description o ...@@ -60,8 +60,8 @@ Optionally provide a text description on the collection method and description o
enhances (re-)usability of your data. You can remove those sections by clicking "Remove". enhances (re-)usability of your data. You can remove those sections by clicking "Remove".
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-pid-3.webm" type="video/webm" /> <source src="../../videos/create-pid-3.webm" type="video/webm" />
<source src="../videos/create-pid-3.mp4" type="video/mp4" /> <source src="../../videos/create-pid-3.mp4" type="video/mp4" />
</video> </video>
The dataset publisher in most cases is the organization that operates the DBRepo service. The dataset publisher in most cases is the organization that operates the DBRepo service.
...@@ -70,8 +70,8 @@ Provide a publication year and optionally a publication month and publication da ...@@ -70,8 +70,8 @@ Provide a publication year and optionally a publication month and publication da
corresponds to the *original* publishing date. corresponds to the *original* publishing date.
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-pid-4.webm" type="video/webm" /> <source src="../../videos/create-pid-4.webm" type="video/webm" />
<source src="../videos/create-pid-4.mp4" type="video/mp4" /> <source src="../../videos/create-pid-4.mp4" type="video/mp4" />
</video> </video>
Optionally reference other PIDs, and add a license from the list. Optionally reference other PIDs, and add a license from the list.
...@@ -83,8 +83,8 @@ Optionally add funding information. When you are finished ...@@ -83,8 +83,8 @@ Optionally add funding information. When you are finished
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-pid-5.webm" type="video/webm" /> <source src="../../videos/create-pid-5.webm" type="video/webm" />
<source src="../videos/create-pid-5.mp4" type="video/mp4" /> <source src="../../videos/create-pid-5.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -8,8 +8,8 @@ A subset can be created by specifying a source view (e.g. My View), select the c ...@@ -8,8 +8,8 @@ A subset can be created by specifying a source view (e.g. My View), select the c
and optionally filter by values (e.g. `lot_shape` = `Reg`). and optionally filter by values (e.g. `lot_shape` = `Reg`).
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-subset.webm" type="video/webm" /> <source src="../../videos/create-subset.webm" type="video/webm" />
<source src="../videos/create-subset.mp4" type="video/mp4" /> <source src="../../videos/create-subset.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -38,8 +38,8 @@ As a database owner, you can give specific users access to your database, only y ...@@ -38,8 +38,8 @@ As a database owner, you can give specific users access to your database, only y
another user, you can use the box to search and specify the level of access. another user, you can use the box to search and specify the level of access.
<video autoplay loop> <video autoplay loop>
<source src="../videos/database-access.webm" type="video/webm" /> <source src="../../videos/database-access.webm" type="video/webm" />
<source src="../videos/database-access.mp4" type="video/mp4" /> <source src="../../videos/database-access.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -19,8 +19,8 @@ Everytime the views of the database change (e.g. a new view is added, a view is ...@@ -19,8 +19,8 @@ Everytime the views of the database change (e.g. a new view is added, a view is
this database is provisioned. this database is provisioned.
<video autoplay loop> <video autoplay loop>
<source src="../videos/database-dashboard.webm" type="video/webm" /> <source src="../../videos/database-dashboard.webm" type="video/webm" />
<source src="../videos/database-dashboard.mp4" type="video/mp4" /> <source src="../../videos/database-dashboard.mp4" type="video/mp4" />
</video> </video>
!!! abstract "Note" !!! abstract "Note"
...@@ -34,8 +34,8 @@ A user wants to create a dashboard of available data sources and add personal cu ...@@ -34,8 +34,8 @@ A user wants to create a dashboard of available data sources and add personal cu
As a database owner, you can disable database dashboards. They are enabled by default. As a database owner, you can disable database dashboards. They are enabled by default.
<video autoplay loop> <video autoplay loop>
<source src="../videos/disable-dashboard.webm" type="video/webm" /> <source src="../../videos/disable-dashboard.webm" type="video/webm" />
<source src="../videos/disable-dashboard.mp4" type="video/mp4" /> <source src="../../videos/disable-dashboard.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -36,15 +36,15 @@ The UI can be used to fetch data. The data preview can be used to explore data b ...@@ -36,15 +36,15 @@ The UI can be used to fetch data. The data preview can be used to explore data b
with the arrows and selecting a bigger page size. with the arrows and selecting a bigger page size.
<video autoplay loop> <video autoplay loop>
<source src="../videos/fetch-data.webm" type="video/webm" /> <source src="../../videos/fetch-data.webm" type="video/webm" />
<source src="../videos/fetch-data.mp4" type="video/mp4" /> <source src="../../videos/fetch-data.mp4" type="video/mp4" />
</video> </video>
Export the complete data of the data source by clicking the "Download" button. Export the complete data of the data source by clicking the "Download" button.
<video autoplay loop> <video autoplay loop>
<source src="../videos/export-data.webm" type="video/webm" /> <source src="../../videos/export-data.webm" type="video/webm" />
<source src="../videos/export-data.mp4" type="video/mp4" /> <source src="../../videos/export-data.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -24,8 +24,8 @@ can be added at a later point as well) and set the visibility settings for trans ...@@ -24,8 +24,8 @@ can be added at a later point as well) and set the visibility settings for trans
the dataset will be fully visible to the world. the dataset will be fully visible to the world.
<video autoplay loop> <video autoplay loop>
<source src="../videos/import-dataset-1.webm" type="video/webm" /> <source src="../../videos/import-dataset-1.webm" type="video/webm" />
<source src="../videos/import-dataset-1.mp4" type="video/mp4" /> <source src="../../videos/import-dataset-1.mp4" type="video/mp4" />
</video> </video>
In the next step, provide the dataset structure, the default will be sufficient for most cases. In the next step, provide the dataset structure, the default will be sufficient for most cases.
...@@ -46,8 +46,8 @@ Finally, select the CSV dataset, it will upload the dataset automatically and an ...@@ -46,8 +46,8 @@ Finally, select the CSV dataset, it will upload the dataset automatically and an
table structure. table structure.
<video autoplay loop> <video autoplay loop>
<source src="../videos/import-dataset-2.webm" type="video/webm" /> <source src="../../videos/import-dataset-2.webm" type="video/webm" />
<source src="../videos/import-dataset-2.mp4" type="video/mp4" /> <source src="../../videos/import-dataset-2.mp4" type="video/mp4" />
</video> </video>
Next, confirm or correct the dataset schema that has been automatically recommended. For example, change the data type Next, confirm or correct the dataset schema that has been automatically recommended. For example, change the data type
...@@ -55,16 +55,16 @@ if it was incorrectly analysed. You need to select one or more columns to be the ...@@ -55,16 +55,16 @@ if it was incorrectly analysed. You need to select one or more columns to be the
(combination of) values. Typically, this will be a column named `id` or similar. (combination of) values. Typically, this will be a column named `id` or similar.
<video autoplay loop> <video autoplay loop>
<source src="../videos/import-dataset-3.webm" type="video/webm" /> <source src="../../videos/import-dataset-3.webm" type="video/webm" />
<source src="../videos/import-dataset-3.mp4" type="video/mp4" /> <source src="../../videos/import-dataset-3.mp4" type="video/mp4" />
</video> </video>
The import settings in the import page already takes over the settings from the previous page. You need to click The import settings in the import page already takes over the settings from the previous page. You need to click
"Import Data". The table now contains the dataset. "Import Data". The table now contains the dataset.
<video autoplay loop> <video autoplay loop>
<source src="../videos/import-dataset-4.webm" type="video/webm" /> <source src="../../videos/import-dataset-4.webm" type="video/webm" />
<source src="../videos/import-dataset-4.mp4" type="video/mp4" /> <source src="../../videos/import-dataset-4.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -30,8 +30,8 @@ A database can be created by choosing a name (e.g. My Database), selecting an en ...@@ -30,8 +30,8 @@ A database can be created by choosing a name (e.g. My Database), selecting an en
visibility, this can be changed later. visibility, this can be changed later.
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-database.webm" type="video/webm" /> <source src="../../videos/create-database.webm" type="video/webm" />
<source src="../videos/create-database.mp4" type="video/mp4" /> <source src="../../videos/create-database.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
...@@ -60,8 +60,8 @@ Create a table from a dataset by choosing a name (e.g. My Table), giving info on ...@@ -60,8 +60,8 @@ Create a table from a dataset by choosing a name (e.g. My Table), giving info on
selecting a primary key column and then importing the dataset. selecting a primary key column and then importing the dataset.
<video autoplay loop> <video autoplay loop>
<source src="../videos/import-data.webm" type="video/webm" /> <source src="../../videos/import-data.webm" type="video/webm" />
<source src="../videos/import-data.mp4" type="video/mp4" /> <source src="../../videos/import-data.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
...@@ -89,8 +89,8 @@ A view can be created by specifying a source table (e.g. My Table), select the c ...@@ -89,8 +89,8 @@ A view can be created by specifying a source table (e.g. My Table), select the c
and optionally filter by values (e.g. `street` = `Pave`). and optionally filter by values (e.g. `street` = `Pave`).
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-view.webm" type="video/webm" /> <source src="../../videos/create-view.webm" type="video/webm" />
<source src="../videos/create-view.mp4" type="video/mp4" /> <source src="../../videos/create-view.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
...@@ -118,8 +118,8 @@ A subset can be created by specifying a source view (e.g. My View), select the c ...@@ -118,8 +118,8 @@ A subset can be created by specifying a source view (e.g. My View), select the c
and optionally filter by values (e.g. `lot_shape` = `Reg`). and optionally filter by values (e.g. `lot_shape` = `Reg`).
<video autoplay loop> <video autoplay loop>
<source src="../videos/create-subset.webm" type="video/webm" /> <source src="../../videos/create-subset.webm" type="video/webm" />
<source src="../videos/create-subset.mp4" type="video/mp4" /> <source src="../../videos/create-subset.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
...@@ -50,8 +50,8 @@ A datasource therefore can have four possible visibility states: ...@@ -50,8 +50,8 @@ A datasource therefore can have four possible visibility states:
### UI ### UI
<video autoplay loop> <video autoplay loop>
<source src="../videos/update-visibility.webm" type="video/webm" /> <source src="../../videos/update-visibility.webm" type="video/webm" />
<source src="../videos/update-visibility.mp4" type="video/mp4" /> <source src="../../videos/update-visibility.mp4" type="video/mp4" />
</video> </video>
### Python ### Python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment