-
Notifications
You must be signed in to change notification settings - Fork 5
/
target.php
36 lines (30 loc) · 1.09 KB
/
target.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<header>
<?php include('header.html'); ?>
</header>
<!-- Start of the body page -->
<body>
<div style="width:100%; text-align: left; padding: 2.5cm 2.5cm 2.5cm 2.5cm;">
<h1>Our Target Audience</h1>
<p>
<b><a href="./index.php">ATLAS open data</a></b> is intended for University students, postgraduate and external researchers. We aim to extend this in the future!
</p>
<CENTER>
<p style="font-size:36px"><b>ATLAS data and MonteCarlo for education</b></p>
<img src="http://atlasui.na.infn.it:8088/~sanchez/ATLAS/outreach/presentations/September_28_2016/img/release_1.png" width="90%">
</CENTER>
<br>
</br>
<p style="font-size:15px">This <a href="http://opendata.atlas.cern">release</a> of 2012 data was done together a set of tools that allow to run analysis-kind software and getting a set of histograms and plots</p>
</div>
<br>
<?php include('menu.html'); ?>
<?php include('trackers.html'); ?>
<?php include('share.html'); ?>
</body>
<!-- End main body -->
<footer>
<?php include('footer.html'); ?>
</footer>
</html>