Skip to content

Fix typo, update README, and enhance tutorial clarity - #2

Open
haddadanas wants to merge 4 commits into
stablefrom
typo_fix
Open

Fix typo, update README, and enhance tutorial clarity#2
haddadanas wants to merge 4 commits into
stablefrom
typo_fix

Conversation

@haddadanas

Copy link
Copy Markdown
Collaborator
  • Fixed a typo that broke the "Advanced Tutorial" in German
  • Updated the README to include information about the plotting script and the plotting workflow
  • Made the mu and e selection field active by default to avoid confusion for the students

Copilot AI lite review requested due to automatic review settings September 5, 2026 14:27
@haddadanas haddadanas added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Sep 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Enabling mu/e selection by default changes selection semantics (default 0 becomes an active cut) and the new plotting README currently disagrees with the script’s actual CLI defaults/options.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates tutorial and teacher-facing materials, and adjusts selection-field defaults to reduce confusion during the analysis workflow.

Changes:

  • Fixes a tutorial step-text key typo (wilcomewelcome) used by the analysis tutorial.
  • Makes muon/electron selection fields active by default and adds plotting guidance to the teacher guide (EN/DE).
  • Adds documentation for the plotting script under scripts/.
File summaries
File Description
ts/tutorial-config.ts Fixes the analysis tutorial “welcome” step-text key usage.
ts/setup.ts Changes selection-field checkbox initialization (mu/e active by default).
scripts/README.md Adds usage docs for the plotting script.
index.html Adds new teacher-guide plotting section placeholders (i18n-driven).
dist/assets/locales/en_guide.json Adds teacher plotting guide strings (EN).
dist/assets/locales/de_guide.json Adds teacher plotting guide strings (DE).
Review details
  • Files reviewed: 3/6 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread ts/setup.ts
Comment on lines +625 to 630
if (["selMuons", "selElectrons"].includes(key)) {
createCheckboxContainer(cont, true);
}
if (["selPhotons", "maxMETs"].includes(key)) {
createCheckboxContainer(cont, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants