Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Reproducible Science
Search
Sasha Mazurov
August 05, 2013
Education
1
48
Reproducible Science
Presentation on CERN Webfest 2013.
Project web site
http://mazurov.github.io/webfest2013/
Sasha Mazurov
August 05, 2013
Tweet
Share
More Decks by Sasha Mazurov
See All by Sasha Mazurov
L1Calo Offline Software Status
mazurov
0
74
Performance and Regression tests for Simulation
mazurov
0
75
About v2
mazurov
0
67
L1Calo Offline Software Status
mazurov
0
99
L1Calo Offline Software Status
mazurov
0
98
LHCbPR V2
mazurov
0
130
Paper approval
mazurov
0
62
Conventions' Publications
mazurov
0
59
Ph.D final exam
mazurov
0
110
Other Decks in Education
See All in Education
社外コミュニティと「学び」を考える
alchemy1115
2
180
データで見る赤ちゃんの成長
syuchimu
0
260
フィードバックの伝え方、受け身のココロ / The Way of Feedback: Words and the Receiving Heart
spring_aki
1
130
AI for Learning
fonylew
0
180
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
520
マネジメント「される側」 こそ覚悟を決めろ
nao_randd
10
5.5k
JPCERTから始まる草の根活動~セキュリティ文化醸成のためのアクション~
masakiokuda
0
220
Sponsor the Conference | VizChitra 2025
vizchitra
0
620
Tutorial: Foundations of Blind Source Separation and Its Advances in Spatial Self-Supervised Learning
yoshipon
1
150
万博マニアックマップを支えるオープンデータとその裏側
barsaka2
0
800
日本の情報系社会人院生のリアル -JAIST 修士編-
yurikomium
1
120
生成AIとの上手な付き合い方【公開版】/ How to Get Along Well with Generative AI (Public Version)
handlename
0
620
Featured
See All Featured
Facilitating Awesome Meetings
lara
55
6.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
A better future with KSS
kneath
239
17k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Building Adaptive Systems
keathley
43
2.7k
Transcript
1 Reproducible Science Andrey Ustyuzhanin
[email protected]
Sasha Mazurov
[email protected]
http://mazurov.github.io/webfest2013/
2 Problem Sasha: I've finished my analysis note. Let's publish
it! Boss: How you got the results? How could I check it and reproduce???
3 Many questions What dataset was used? Data taking conditions?
Monte-Carlo simulation? Model and fit parameters? Software libraries? How you got these figures? How could I run your code? …. ????????????
4 How can I share computational knowledge?
5 Solution • Link together experiment data and metadata: •
Use all sensible information in version control systems (git, svn) • Tag analysis results by version number. • Have interactive tools to present your results (master classes, hackathons, code labs, webfests ...)
6 Interactive tools Web browser is the best tool to
present results: • You can run it on your computer, iPad, iPhone • Can show multimedia objects • Can run interactive applications
7 Main Analysis Tools at CERN • ROOT (C++, CINT)
• Python • PyROOT
8 Web ROOT
9 Interactive analysis in your browser
10 Conclusion This weekend: • Released python package to display
ROOT canvases in ipython notebooks. • Held a master class on Sunday
11
12 Next Steps Link together experiment data and metadata •
Use all sensible information in version control systems (git, svn) • Tag analysis results by version number.
13 Questions?