Getting Started
This page takes you from logging in to a first saved dataset.
Logging in
Metaseed Hub uses OpenID Connect (OIDC) for authentication. The hosted instance authenticates through SURF SRAM; a local instance authenticates through Keycloak.
- Open the hub. On the hosted instance this is https://metaseed.ewi.tudelft.nl; a local instance runs at
http://localhost:7001/hub/. - Click Login in the top-right header.
- Complete sign-in with your identity provider. You are returned to the dataset list.
Your name and initials appear in the header. Click the avatar to open Your Profile; click Logout to end the session.
Your profile
The profile page (avatar → Your Profile) shows the account information read from your OIDC token: name, email, subject ID, and any roles. The email shown under Sharing is the address collaborators use to share datasets with you.
Create your first dataset
- From Datasets, click + New Dataset.
- Choose a profile and version on the Standards tab — for example MIAPPE, ISA, DiSSCo, or Darwin Core. The newest version of each profile is marked latest.
- Optionally enable example data to start from a populated dataset.
- Click Create. The dataset editor opens.
Alternatively, switch to the Import File tab to create a dataset from an existing ISA-JSON, YAML, or Excel file. See Importing and exporting.
Add and save entities
- In the editor, the left sidebar lists the entity types the profile allows. Click + <Entity> (for example + Investigation) to add one.
- Fill in the required fields, marked with
*. - Click Save. Saving records a new version automatically.
Continue adding entities, then click Validate to check the dataset against the profile schema. See Editing entities for the full editing workflow.
Next steps
Running a local instance
Installing and running the hub on your own machine (make dev, containers, migrations) is covered in the Developer section, not in this manual.