Skip to content

Commit

Permalink
Some more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmits committed Mar 27, 2024
1 parent 274012f commit ef54e63
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,24 @@ People who install vantage6. We are probably not going to cover this topic.
- Be able to register a new organization
- Ad a user to the new organization
- Reset an api key


### Data scientist objectives
Preparation (might require setup session):
- Install v6 packages
- Install docker

1. Run PET analysis using the python client
5. Run PET analysis using the python client
- Log in to v6
- Find available algorithms in community store
- Look up your collaboration, organization, nodes
- Run an algorithm in an existing collaboration
- View results of a (sub)task
2. Make your data available to a v6 network
6. Make your data available to a v6 network
- Understand [IT requirements](https://docs.vantage6.ai/en/main/node/requirements.html) to share data with v6 (python, docker, )
- Know the basic commands of the v6 cli
- Configure a new node using the wizard
- Start and observe the logs
3. Creating basic algorithms
7. Creating basic algorithms
- Understand the available algorithm tools
- Create a new personalized boilerplate using the v6 cli
- Adapt the boilerplate into a simple algorithm
Expand All @@ -75,10 +74,10 @@ Preparation (might require setup session):
- Set up a local test environment using the v6 cli (`v6 dev`)
- Publish your algorithm in the algorithm store
- Run your algorithm in the UI
4. Understanding advanced future features
8. Understanding advanced future features
- Understand how to integrate external libraries into v6
- Know about build service
5. Working on your own v6 projects
9. Working on your own v6 projects
- Know some examples/starting points

### Rejected objectives
Expand Down

0 comments on commit ef54e63

Please sign in to comment.