Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable search queries #10

Closed
sabinekraml opened this issue Sep 19, 2022 · 3 comments · Fixed by #11
Closed

enable search queries #10

sabinekraml opened this issue Sep 19, 2022 · 3 comments · Fixed by #11
Assignees
Labels
enhancement New feature or request

Comments

@sabinekraml
Copy link

Giordon pointed me to the atlas.json file. It seems a good idea to me to keep track of published likelihoods this way. However, to make this really useful, it will be good if the metadata don't only provide a list of what's there but enable search queries. A first step in this direction could be "group" entry (SUSY, Higgs, top, ...) in the json file. Just a suggestion ....

@matthewfeickert matthewfeickert added the enhancement New feature or request label Sep 19, 2022
@matthewfeickert
Copy link
Member

@sabinekraml this is a good idea. At the moment though we're simply just web scraping the ATLAS publications website https://twiki.cern.ch/twiki/bin/view/AtlasPublic for entries that have the "Likelihood available" tag

# select the likelihood available keyword
driver.find_element(By.ID, "Analysischaracteristics_Likelihood@available").click()

though given that there is the option to sort by physics group perhaps it is possible to also pull this tag out as well.

While I can poke around at this, @kratsg might know immediately.

@sabinekraml
Copy link
Author

sabinekraml commented Sep 19, 2022 via email

@matthewfeickert
Copy link
Member

Ah, if your scraping the twiki entries, you should in fact be able to use several more tags, like 'Physics theme', 'Signature' and 'Analysis characteristics'

This will take additional revisions beyond just adding entries from the table, as that is part of the selection process for the entries that populate the table. So I'll make this a separate Issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants