Nothing Special   »   [go: up one dir, main page]

CERN Accelerating science

CERN Document Server 11 záznamov nájdených  1 - 10ďalší  skoč na záznam: Hľadanie trvalo 0.71 sekúnd. 
1.
Train to Sustain / Malik, Sudhir (Puerto Rico U., Mayaguez) ; Lieret, Kilian (Princeton U.) ; Elmer, Peter (Princeton U.) ; Hernandez Villanueva, Michel (DESY) ; Roiser, Stefan (CERN)
The HSF/IRIS-HEP Software Training group provides software training skills to new researchers in High Energy Physics (HEP) and related communities. These skills are essential to produce high-quality and sustainable software needed to do the research. [...]
2024 - 5 p. - Published in : EPJ Web Conf. 295 (2024) 05023 Fulltext: PDF;
In : 26th International Conference on Computing in High Energy & Nuclear Physics, Norfolk, Virginia, Us, 8 - 12 May 2023, pp.05023
2.
High Pileup Particle Tracking with Object Condensation / Lieret, Kilian (Princeton U. ; CERN) ; DeZoort, Gage (Princeton U.) ; Chatterjee, Devdoot (Delhi Tech. U.) ; Park, Jian (Chicago U.) ; Miao, Siqi (Georgia Tech) ; Li, Pan (Georgia Tech)
Recent work has demonstrated that graph neural networks (GNNs) can match the performance of traditional algorithms for charged particle tracking while improving scalability to meet the computing challenges posed by the HL-LHC. [...]
arXiv:2312.03823.
- 9 p.
Fulltext
3.
IRIS-HEP Strategic Plan for the Next Phase of Software Upgrades for HL-LHC Physics / Bockelman, Brian (Wisconsin U., Madison) ; Elmer, Peter (Princeton U.) ; Watts, Gordon (Washington U., Seattle) ; Cranmer, Kyle (Wisconsin U., Madison) ; Feickert, Matthew (Wisconsin U., Madison) ; Gardner, Rob (Chicago U.) ; Gray, Heather (LBNL, Berkeley ; UC, Berkeley) ; Held, Alexander (Wisconsin U., Madison) ; Katz, Daniel S. (Illinois U., Urbana) ; Lange, David (Princeton U.) et al.
The quest to understand the fundamental building blocks of nature and their interactions is one of the oldest and most ambitious of human scientific endeavors. [...]
arXiv:2302.01317 ; FERMILAB-PUB-23-068-PPD.
-
Fermilab Library Server - Fulltext - Fulltext
4.
Second Analysis Ecosystem Workshop Report / Aly, Mohamed (Manchester U.) ; Burzynski, Jackson (Simon Fraser U.) ; Cardwell, Bryan (Virginia U.) ; Craik, Daniel C. (Zurich U.) ; van Daalen, Tal (Washington U., Seattle) ; Dado, Tomas (Dortmund U.) ; Das, Ayanabha (Prague, Tech. U.) ; Delgado Peris, Antonio (Madrid, CIEMAT) ; Doglioni, Caterina (Manchester U.) ; Elmer, Peter (Princeton U.) et al.
The second workshop on the HEP Analysis Ecosystem took place 23-25 May 2022 at IJCLab in Orsay, to look at progress and continuing challenges in scaling up HEP analysis to meet the needs of HL-LHC and DUNE, as well as the very pressing needs of LHC Run 3 analysis. [...]
arXiv:2212.04889 ; HSF-DOC-2022-02 ; FERMILAB-CONF-22-955-PPD.
- 2022. - 27 p.
Fermilab Library Server - Fulltext - Fulltext
5.
Software Training in HEP / Malik, Sudhir (Puerto Rico U., Mayaguez) ; Meehan, Samuel (CERN) ; Lieret, Kilian (LMU Munich (main)) ; Evans, Meirin Oan (Sussex U.) ; Villanueva, Michel H. (Mississippi U.) ; Katz, Daniel S. (Illinois U., Urbana) ; Stewart, Graeme A. (CERN) ; Elmer, Peter (Princeton U.) ; Aziz, Sizar (IJCLab, Orsay) ; Bellis, Matthew (Siena Coll., Loudonville) et al.
Long term sustainability of the high energy physics (HEP) research software ecosystem is essential for the field. With upgrades and new facilities coming online throughout the 2020s this will only become increasingly relevant throughout this decade [...]
arXiv:2103.00659.- 2021-10-08 - 7 p.
- Published in : Comput. Softw. Big Sci.: 5 (2021) , no. 1, pp. 22 Fulltext: document - PDF; 2103.00659 - PDF;
In : 25th International Conference on Computing in High-Energy and Nuclear Physics (CHEP), Online, Online, 17 - 21 May 2021, pp.22
6.
Software Sustainability & High Energy Physics / Katz, Daniel S. (Illinois U., Urbana) ; Malik, Sudhir (Puerto Rico U., Mayaguez) ; Neubauer, Mark S. (Illinois U., Urbana) ; Stewart, Graeme A. (CERN) ; Assamagan, Kétévi A. (Brookhaven) ; Becker, Erin A. (Fermilab) ; Chue Hong, Neil P. (Edinburgh U.) ; Cosden, Ian A. (Princeton U.) ; Meehan, Samuel (CERN) ; Moyse, Edward J.W. (Massachusetts U., Amherst) et al.
New facilities of the 2020s, such as the High Luminosity Large Hadron Collider (HL-LHC), will be relevant through at least the 2030s. [...]
arXiv:2010.05102.
- 18 p.
7.
Programming Paradigms and Software Design Patterns (exercise consultation) / Lieret, Kilian (speaker) (Ludwig Maximilian University)
Ever been to the point where even little improvements require large refactoring efforts or dirty hacks? If only one had made the right choices on the way! This course discusses programming paradigms (functional vs object oriented, imperative vs declarative programming, ...) and introduces common design patterns (reusable solutions to common problems). While theory alone is unlikely to make you a better developer, having an overview of common principles paired with the vocabulary to describe them will make it easier to come up with the right solutions. In the exercises, we refactor various code snippets using the ideas of the lecture [...]
2020 - 1835. Inverted CSC; Inverted CERN School of Computing 2020 External links: Talk details; Event details In : Inverted CERN School of Computing 2020
8.
Software Design Patterns (lecture) / Lieret, Kilian (speaker) (Ludwig Maximilian University)
Ever been to the point where even little improvements require large refactoring efforts or dirty hacks? If only one had made the right choices on the way! This course discusses programming paradigms (functional vs object oriented, imperative vs declarative programming, ...) and introduces common design patterns (reusable solutions to common problems). While theory alone is unlikely to make you a better developer, having an overview of common principles paired with the vocabulary to describe them will make it easier to come up with the right solutions. In the exercises, we refactor various code snippets using the ideas of the lecture [...]
2020 - 3461. Inverted CSC; Inverted CERN School of Computing 2020 External links: Talk details; Event details In : Inverted CERN School of Computing 2020
9.
Programming Paradigms (lecture) / Lieret, Kilian (speaker) (Ludwig Maximilian University)
Ever been to the point where even little improvements require large refactoring efforts or dirty hacks? If only one had made the right choices on the way! This course discusses programming paradigms (functional vs object oriented, imperative vs declarative programming, ...) and introduces common design patterns (reusable solutions to common problems). While theory alone is unlikely to make you a better developer, having an overview of common principles paired with the vocabulary to describe them will make it easier to come up with the right solutions. In the exercises, we refactor various code snippets using the ideas of the lecture [...]
2020 - 3951. Inverted CSC; Inverted CERN School of Computing 2020 External links: Talk details; Event details In : Inverted CERN School of Computing 2020
10.
HL-LHC Computing Review: Common Tools and Community Software / HEP Software Foundation Collaboration
Common and community software packages, such as ROOT, Geant4 and event generators have been a key part of the LHC's success so far and continued development and optimisation will be critical in the future. [...]
arXiv:2008.13636 ; HSF-DOC-2020-01.
- 40.
Fermilab Library Server - eConf - Fulltext - Fulltext

CERN Document Server : 11 záznamov nájdených   1 - 10ďalší  skoč na záznam:
Viď tiež: podobné mená autorov
10 Lieret, K.
Prajete si byť pravidelne informovaný o výsledkoch tohto hľadania?
Založte si osobný email alert alebo použite RSS feed.
Nenašli ste čo ste hľadali? Skúste Vašu otázku na iných serveroch:
Lieret, Kilian v Amazon
Lieret, Kilian v CERN EDMS
Lieret, Kilian v CERN Intranet
Lieret, Kilian v CiteSeer
Lieret, Kilian v Google Books
Lieret, Kilian v Google Scholar
Lieret, Kilian v Google Web
Lieret, Kilian v IEC
Lieret, Kilian v IHS
Lieret, Kilian v INSPIRE
Lieret, Kilian v ISO
Lieret, Kilian v KISS Books/Journals
Lieret, Kilian v KISS Preprints
Lieret, Kilian v NEBIS
Lieret, Kilian v SLAC Library Catalog
Lieret, Kilian v Scirus