> For the complete documentation index, see [llms.txt](https://medomicslab.gitbook.io/medomics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://medomicslab.gitbook.io/medomics-docs/medomicslab-docs-v0/test-with-mimic/wrap-up.md).

# Wrap-Up

{% embed url="<https://youtu.be/7IH3DHfEEaA?si=ZSwGQ7UmA3EwCZ8k>" %}
Recording of the Wrap-Up Meeting
{% endembed %}

Thank you all for your participation in the *MEDomicsLab Testing Phase*! We created a form to collect your feedback on the MEDomicsLab application and the Testing Phase. Feel free to fill it out, even if you did not complete all the steps. This will help us improve the application and organize the next Testing Phase :wink:.

{% embed url="<https://forms.office.com/pages/responsepage.aspx?id=RIdaOjVZ-UWUI7MsOl3ggnCqy4kyKt1Gnj7hKG4UYh1UNVRWNlg3SEE4SUxVVUMwUjdSQjU1TkIyVi4u&origin=lprLink>" %}

## Challenges Results

### Bug Finder Challenge

We received fifteen issues on our [Project Board](https://github.com/orgs/MEDomics-UdeS/projects/1). We want to give special thanks to those who opened them:

| Participant                      | Number of issues |
| -------------------------------- | ---------------- |
| :crown: Olivier Lefebvre :crown: | 6                |
| Emily Maeusel                    | 3                |
| Luc Galarneau                    | 3                |
| Denis Boutin                     | 2                |
| Steffen Löck                     | 1                |

Also, we want to thank those who submitted feedback:

* Yannick Lemarechal
* Lyna Chikouche

### Machine Learning Challenge (Step 8)

For now, we only received one model. Congratulations to our participant! If we receive other models we are going to establish a ranking and display the scores on this page.

| Participant        |
| ------------------ |
| :crown: EM :crown: |

***

{% hint style="info" %}
Please note that it is not over! As we presented in the Wrap-Up meeting, there are still improvements and developments being made to the MEDomicsLab application towards the first official release and paper. We will continue to announce new releases on our [Discord server](https://discord.com/invite/ZbaGj8E6mP), and we count on you to test the new functionalities of the application!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://medomicslab.gitbook.io/medomics-docs/medomicslab-docs-v0/test-with-mimic/wrap-up.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
