Update README.md#111
Conversation
Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the README’s “Official Extension Project” section to better describe Project Integrator 1 and its Stage 1 focus within the course documentation.
Changes:
- Rewrites the official extension project description (including the briefing title) in English.
- Adds spacing and converts the Stage 1 heading/theme line to link-styled formatting.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## [Official Extension Project (Project Integrator 1 – 2 Subprojects)]() | ||
|
|
||
|
|
||
| The [**official extension project**]() of this course is **Project Integrator 1 (March–April)** described in the briefing [**“Data Analysis for Knowledge Extraction and Prediction using Web Services”**](). |
There was a problem hiding this comment.
Nit: this sentence introduces new Markdown links with empty destinations (()). If these aren’t intentional placeholders, consider removing the link markup (keep bold text) or pointing them at the actual briefing/attachment URL so readers don’t get href="" links.
| ### Stage 1 – Consuming Third‑Party APIs, Dashboards and Prediction | ||
| <br> | ||
|
|
||
| ### [Stage 1 – Consuming Third‑Party APIs, Dashboards and Prediction]() |
There was a problem hiding this comment.
Nit: turning the section heading into an empty link (### [Stage 1 ...]() ) makes the heading itself clickable but with href="". Prefer a plain heading, or link it to a real target (e.g., the stage brief) if one exists.
| ### [Stage 1 – Consuming Third‑Party APIs, Dashboards and Prediction]() | |
| ### Stage 1 – Consuming Third‑Party APIs, Dashboards and Prediction |
| ### [Stage 1 – Consuming Third‑Party APIs, Dashboards and Prediction]() | ||
|
|
||
| **Theme:** “Consuming APIs for data analysis” – using Web Services for **knowledge and prediction** based on remote data | ||
| [**Theme:**]() “Consuming APIs for data analysis” – using Web Services for [**knowledge and prediction**]() based on remote data |
There was a problem hiding this comment.
Nit: [**Theme:**]() and [**knowledge and prediction**]() add additional empty links inside prose. If there isn’t a destination/anchor for these, remove the link syntax to avoid confusing/broken-looking links in the rendered README.
| [**Theme:**]() “Consuming APIs for data analysis” – using Web Services for [**knowledge and prediction**]() based on remote data | |
| **Theme:** “Consuming APIs for data analysis” – using Web Services for **knowledge and prediction** based on remote data |
No description provided.