Skip to content

Commit

Permalink
Merge pull request #3 from artfisica/master
Browse files Browse the repository at this point in the history
Merging with first stable version after ICHEP 2016
  • Loading branch information
ATLAS Outreach data and tools authored Aug 17, 2016
2 parents a96ab4f + 25df8d5 commit d8e05ba
Show file tree
Hide file tree
Showing 167 changed files with 491,868 additions and 202,683 deletions.
1,327 changes: 1,327 additions & 0 deletions DataAndTools/pictures/ATLAS_open_data_website_QR.eps

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataAndTools/pictures/etmiss.pdf
Binary file not shown.
Binary file modified DataAndTools/pictures/follow-googleplus24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataAndTools/pictures/handmade_WAnalysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataAndTools/pictures/handmade_ZAnalysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataAndTools/pictures/handmade_event_display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataAndTools/pictures/leadlep_eta.pdf
Binary file not shown.
Binary file added DataAndTools/pictures/leadlep_pt.pdf
Binary file not shown.
Binary file added DataAndTools/pictures/opendata-top-transblack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataAndTools/pictures/opendata-top-transwhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataAndTools/pictures/pvxp_n.pdf
Binary file not shown.
Binary file added DataAndTools/pictures/warning_sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions DataAndTools/repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
In this section, you can find where to download:

<ul style="font-family:verdana; font-size:110%; padding: 0.5cm 1.0cm 1.0cm 1.0cm;">
<li>The complete collection of datasets released</li>
<li>The different analysis softwares</li>
<li>The vitual machines to perform physics searches</li>
<li>The complete collection of available datasets</li>
<li>The different analysis software</li>
<li>The virtual machines to perform physics searches</li>
</ul>
</p>
</td>
Expand Down Expand Up @@ -52,7 +52,7 @@
<div style="width:100%; text-align: center; padding: 0.0cm 1.0cm 2.0cm 1.0cm; float:left; clear:both;">
<a href="../extendedanalysis/datasets.php"> <img typeof="foaf:Image" src="/atlas-opendata/DataAndTools/pictures/handmade_downloads.png" style="width:33%"></a>
<a href="../extendedanalysis/software.php"> <img typeof="foaf:Image" src="/atlas-opendata/DataAndTools/pictures/handmade_toolbox.png" style="width:33%"></a>
<a href="../extendedanalysis/vm-toolbox.phpr"> <img typeof="foaf:Image" src="/atlas-opendata/DataAndTools/pictures/handmade_vm.png" style="width:33%"></a>
<a href="../extendedanalysis/vm-toolbox.php"> <img typeof="foaf:Image" src="/atlas-opendata/DataAndTools/pictures/handmade_vm.png" style="width:33%"></a>
</div>


Expand All @@ -61,9 +61,10 @@
<a href="http://opendata.cern.ch/education/ATLAS" target="_blank"><img typeof="foaf:Image" src="http://opendata.cern.ch/img/home/opendata_logo.svg" alt="CERN OpenData" style="width:22%"></a>
</div>

<?php include('../menu.html'); ?>

<?php include('../menu.html'); ?>
<?php include('../trackers.html'); ?>
<?php include('../share.html'); ?>
</body>
<!-- End main body -->

Expand Down
81 changes: 81 additions & 0 deletions ROOT_execute/ROOTBooks_execute_mainframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="./root_primer.css">
</head>
<body>
<script>
function myLeftFunction() {
document.getElementById("leftimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/swan-color.png";
}
function myOtherLeftFunction() {
document.getElementById("leftimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/swan-grey.png";
}
function myRightFunction() {
document.getElementById("rightimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/binder-color.png";
}
function myOtherRightFunction() {
document.getElementById("rightimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/binder-grey.png";
}
</script>
<div id="external">
<div id="innerleft">
<div id="innerinner" class="left grow" onmouseover="myLeftFunction()" onmouseout="myOtherLeftFunction()">
<a href="http://cern.ch/swanserver/cgi-bin/go?projurl=https://github.com/atlas-outreach-data-tools/notebooks.git" target="_blank">
<p class="left">I have a CERN account</p>
<h1>SWAN</h1>
<img id="leftimage" class="left grow" src="./swan-grey.png" alt="">
<div id="test">
<div class="content left">
<ul>
<li>
Requires CERN credentials
</li>
<li>
CERNBox as home directory
</li>
<li>
Complete scientific software suite
</li>
<li>
Integrated with CERN services
</li>
</ul>
</div>
</div>
</a>
</div>
</div>
<div id="innerright">
<div id="innerinner" class="right grow" onmouseover="myRightFunction()" onmouseout="myOtherRightFunction()">
<a href="http://mybinder.org/repo/artfisica/rootbinder/tree/notebooks/SummerStudents/" target="_blank">
<p class="right">I don't have a CERN account</p>
<h1>Binder</h1>
<img id="rightimage" class="grow right" src="./binder-grey.png" alt="">
<div id="test">
<div class="content right">
<ul>
<li>
Anonymous
</li>
<li>
Temporary storage
</li>
<li>
Download capability
</li>
<li>
Some software packages
</li>
</ul>
</div>
</div>
</a>
</div>
</div>
</div>



</body></html>
35 changes: 35 additions & 0 deletions ROOT_execute/W_analysis_ROOTbook_execute.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<header>
<?php include('../header.html'); ?>
<link rel="stylesheet" type="text/css" href="./root_primer.css">
</header>

<!-- Start of the body page -->
<body>

<!-- The Executes in SWAN or Binder -->
<div id="external_binder" style="float:left; clear:both; padding: 0.0cm 0.0cm 0.0cm 0.0cm; text-align: center; width:100%; margin:0px auto; border:none!important; background-color:#abdefa;">
<CENTER>
<div style="float:left; clear:both; padding: 1.0cm 12% 0.2cm 12%; text-align: center; width:100%; margin:0px auto;">
<h1 style="font-family:verdana; font-size:380%; color:black;">The <b><a href="../webanalysis/ROOTbooks.php#W_analysis">W Analysis</a> ROOTbook</b></h1>
</div>
<iframe src="../ROOT_execute/W_analysis_run.html" height="550px" width="100%" style="padding: 0.5cm 8% 0.8cm 8%;"></iframe>
</CENTER>
</div>

<div style="float:left; clear:both; padding: 1.0cm 0.5cm 1.0cm 0.5cm; text-align: center; width:100%; margin:0px auto;">
<h1 style="color:black;"><a href="../webanalysis/ROOTbooks.php"><span>&#8592;</span> back to</a> ATLAS ROOTbooks Gallery</h1>
</div>


<?php include('../menu.html'); ?>
<?php include('../trackers.html'); ?>
<?php include('../share.html'); ?>
</body>
<!-- End main body -->

<footer>
<?php include('../footer.html'); ?>
</footer>
</html>
81 changes: 81 additions & 0 deletions ROOT_execute/W_analysis_run.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="./root_primer.css">
</head>

<body>
<script>
function myLeftFunction() {
document.getElementById("leftimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/swan-color.png";
}
function myOtherLeftFunction() {
document.getElementById("leftimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/swan-grey.png";
}
function myRightFunction() {
document.getElementById("rightimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/binder-color.png";
}
function myOtherRightFunction() {
document.getElementById("rightimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/binder-grey.png";
}
</script>

<div id="external">
<div id="innerleft">
<div id="innerinner" class="left grow" onmouseover="myLeftFunction()" onmouseout="myOtherLeftFunction()">
<a href="https://cern.ch/swanserver/cgi-bin/go?projurl=https://raw.githubusercontent.com/atlas-outreach-data-tools/notebooks/master/ATLAS_Open_Data_W_Analysis_v0-0-1b.ipynb" target="_blank">
<p class="left">I have a CERN account</p>
<h1>SWAN</h1>
<img id="leftimage" class="left grow" src="./swan-grey.png" alt="">
<div id="test">
<div class="content left">
<ul>
<li>
Requires CERN credentials
</li>
<li>
CERNBox as home directory
</li>
<li>
Complete scientific software suite
</li>
<li>
Integrated with CERN services
</li>
</ul>
</div>
</div>
</a>
</div>
</div>
<div id="innerright">
<div id="innerinner" class="right grow" onmouseover="myRightFunction()" onmouseout="myOtherRightFunction()">
<a href="http://mybinder.org/repo/artfisica/rootbinder/tree/notebooks/SummerStudents/" target="_blank">
<p class="right">I don't have a CERN account</p>
<h1>Binder</h1>
<img id="rightimage" class="grow right" src="./binder-grey.png" alt="">
<div id="test">
<div class="content right">
</br>
<b><font color="red">Important:</font></b> When binder menu opens, look for: <b>W analysis</b>!
<ul>
<li>
Anonymous
</li>
<li>
Temporary storage & download
</li>
<li>
Some software packages
</li>
</ul>
</div>
</div>
</a>
</div>
</div>
</div>

</body>
</html>
34 changes: 34 additions & 0 deletions ROOT_execute/Z_analysis_ROOTbook_execute.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<header>
<?php include('../header.html'); ?>
<link rel="stylesheet" type="text/css" href="./root_primer.css">
</header>

<!-- Start of the body page -->
<body>

<!-- The Executes in SWAN or Binder -->
<div id="external_binder" style="float:left; clear:both; padding: 0.0cm 0.0cm 0.0cm 0.0cm; text-align: center; width:100%; margin:0px auto; border:none!important; background-color:#abdefa;">
<CENTER>
<div style="float:left; clear:both; padding: 1.0cm 12% 0.2cm 12%; text-align: center; width:100%; margin:0px auto;">
<h1 style="font-family:verdana; font-size:380%; color:black;">The <b><a href="../webanalysis/ROOTbooks.php#Z_analysis">Z Analysis</a> ROOTbook</b></h1>
</div>
<iframe src="../ROOT_execute/Z_analysis_run.html" height="550px" width="100%" style="padding: 0.5cm 8% 0.8cm 8%;"></iframe>
</CENTER>
</div>

<div style="float:left; clear:both; padding: 1.0cm 0.5cm 1.0cm 0.5cm; text-align: center; width:100%; margin:0px auto;">
<h1 style="color:black;"><a href="../webanalysis/ROOTbooks.php"><span>&#8592;</span> back to</a> ATLAS ROOTbooks Gallery</h1>
</div>

<?php include('../menu.html'); ?>
<?php include('../trackers.html'); ?>
<?php include('../share.html'); ?>
</body>
<!-- End main body -->

<footer>
<?php include('../footer.html'); ?>
</footer>
</html>
81 changes: 81 additions & 0 deletions ROOT_execute/Z_analysis_run.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="./root_primer.css">
</head>

<body>
<script>
function myLeftFunction() {
document.getElementById("leftimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/swan-color.png";
}
function myOtherLeftFunction() {
document.getElementById("leftimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/swan-grey.png";
}
function myRightFunction() {
document.getElementById("rightimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/binder-color.png";
}
function myOtherRightFunction() {
document.getElementById("rightimage").src = "https://swanserver.web.cern.ch/swanserver/rootdemo/images/binder-grey.png";
}
</script>

<div id="external">
<div id="innerleft">
<div id="innerinner" class="left grow" onmouseover="myLeftFunction()" onmouseout="myOtherLeftFunction()">
<a href="https://cern.ch/swanserver/cgi-bin/go?projurl=https://raw.githubusercontent.com/atlas-outreach-data-tools/notebooks/master/ATLAS_Open_Data_Z_Analysis_v0-0-1c.ipynb" target="_blank">
<p class="left">I have a CERN account</p>
<h1>SWAN</h1>
<img id="leftimage" class="left grow" src="./swan-grey.png" alt="">
<div id="test">
<div class="content left">
<ul>
<li>
Requires CERN credentials
</li>
<li>
CERNBox as home directory
</li>
<li>
Complete scientific software suite
</li>
<li>
Integrated with CERN services
</li>
</ul>
</div>
</div>
</a>
</div>
</div>
<div id="innerright">
<div id="innerinner" class="right grow" onmouseover="myRightFunction()" onmouseout="myOtherRightFunction()">
<a href="http://mybinder.org/repo/artfisica/rootbinder/tree/notebooks/SummerStudents/" target="_blank">
<p class="right">I don't have a CERN account</p>
<h1>Binder</h1>
<img id="rightimage" class="grow right" src="./binder-grey.png" alt="">
<div id="test">
<div class="content right">
</br>
<b><font color="red">Important:</font></b> When binder menu opens, look for: <b>Z analysis</b>!
<ul>
<li>
Anonymous
</li>
<li>
Temporary storage & download
</li>
<li>
Some software packages
</li>
</ul>
</div>
</div>
</a>
</div>
</div>
</div>

</body>
</html>
Binary file added ROOT_execute/binder-grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d8e05ba

Please sign in to comment.