forked from artfisica/atlasoutreach-webpage
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from artfisica/master
Merging with first stable version after ICHEP 2016
- Loading branch information
Showing
167 changed files
with
491,868 additions
and
202,683 deletions.
There are no files selected for viewing
1,327 changes: 1,327 additions & 0 deletions
1,327
DataAndTools/pictures/ATLAS_open_data_website_QR.eps
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
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.
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 not shown.
Binary file not shown.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>←</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>←</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.