diff --git a/README.md b/README.md index 77e5972..5869a16 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,12 @@ Edit this part of `_config.yml`: launch_buttons: notebook_interface : jupyterlab jupyterhub_url: "http://frank1/" # The URL for your JupyterHub. -``` \ No newline at end of file +``` + +## Contribute + +See [contribute](./contribute.md). + +## Roadmap + +See [roadmap](./roadmap.md). \ No newline at end of file diff --git a/contribute.md b/contribute.md index 3aeb422..e109136 100644 --- a/contribute.md +++ b/contribute.md @@ -29,4 +29,4 @@ We are open to hearing your suggestions regarding - adding new `Getting started` guides - adding new `Starter packs` -For all of those, please send an email to imaging@epfl.ch to get in touch with us. +For all of those, please send an email to imaging@epfl.ch to get in touch with us. \ No newline at end of file diff --git a/roadmap.md b/roadmap.md new file mode 100644 index 0000000..940f825 --- /dev/null +++ b/roadmap.md @@ -0,0 +1,8 @@ +# Roadmap + +We are planning to improve the `Image Analysis Field Guide` in the following ways: + +- Use an open-source solution to replace `Notion` as a collaborative database. +- Add video recordings to the short guides. +- Use *Large Language Models* to extract and save tags from online resources and the documentation of software tools. +- Suggest a **Learning Curriculum** that will present online resources, demonstrate the use of software tools, and showcase case studies in a logical order. \ No newline at end of file