-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support records for theoretical calculations associated with experimental papers #58
Comments
Nice! I think that can work nicely. |
Some comments from Klaus Rabbertz (fastNLO author) on this issue in July 2015:
At the moment (in the old HepData) I have added fastNLO tables to each of the corresponding HEPData records (for the experimental publications). But it would be better to do this in a more elegant way, giving the theorists control over uploading their theoretical analyses and separating this information from the experimental data. The theoretical analyses might not be endorsed by the experimental collaborations, so it should not appear together with the experimental data, but it should be linked from it. |
Would also attach the code to these records. |
After discussion at this morning's IPPP workshop we decided to revive this issue following a slightly different approach to allow linking at the level of data tables rather than whole records. Similar to the proposal for linking error matrices to measurements in #140, the input related_to_table_dois: [10.17182/hepdata.34567.v1/t1, 10.17182/hepdata.89012.v1/t2] A field like When rendering a data table, the table_contents["related_tables"] = datasub_record.related_tables The A database query should also be made to find entries where the It's probably not necessary to add information on related tables to the OpenSearch index at this stage. The To allow for linking between whole HEPData records as well as individual tables (as was the original idea), a similar field like |
@ItIsJordan: following our discussion on Tuesday about the best database model for this feature, instead of adding a new field like Similarly, instead of adding a new field The names of the new objects and their fields should be chosen to fit into the existing database model. |
Summarising the tasks needed to complete this feature:
@ItIsJordan, this is my understanding of what's needed after our discussion yesterday, but feel free to edit or add to these tasks. |
Various theoretical frameworks provide multiple analyses/code/predictions that are each closely tied to an experimental paper (that might have its own HEPData record). Some examples are Rivet, MadAnalysis5, fastNLO, APPLgrid. A normal HEPData record can be used to store these results and the normal Coordinator-Uploader-Reviewer workflow can be followed, where the Coordinator would be a senior person responsible for a particular theoretical framework. But instead of prompting the Coordinator for a single Inspire ID (of the experimental paper), there should be an option "Theoretical analysis associated with experimental paper" and the Coordinator would enter two Inspire IDs corresponding to both the experimental paper and the theoretical paper describing the framework. The HEPData record of the analysis would then be linked both to the Inspire (and HEPData if it exists) record of the experimental paper and the Inspire (and HEPData if it exists) record of the theoretical paper. A possible HEPData record of the theoretical paper might contain core code that is independent of particular experimental results. Each theoretical paper could be associated with multiple experimental analyses and each experimental paper could be associated with multiple theoretical analyses.
The text was updated successfully, but these errors were encountered: