-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
@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 public-probability-models/atlas/main.py Lines 36 to 37 in 7a948f2
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. |
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'
…On Mon, Sep 19, 2022 at 6:47 PM Matthew Feickert ***@***.***> wrote:
@sabinekraml <https://github.com/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
https://github.com/pyhf/public-probability-models/blob/7a948f25ae8094fe220879a342c0c11c0837de47/atlas/main.py#L36-L37
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 <https://github.com/kratsg>
might know immediately.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3ROOFE43LWGPN7CIO5YI3V7CKJJANCNFSM6AAAAAAQP5L2KA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_______________________________________________________
Sabine Kraml - ***@***.*** - www.kraml.net
LPSC
53 Av des Martyrs
38026 Grenoble
France
(+33)(0)4 76 28 40 52
|
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. |
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 ....
The text was updated successfully, but these errors were encountered: