Skip to content

Commit 9d90c9e

Browse files
committed
Added first results
1 parent ae2e6d5 commit 9d90c9e

File tree

3 files changed

+3470
-0
lines changed

3 files changed

+3470
-0
lines changed

Resuls/TMDNN/MAP22.html

Lines changed: 1568 additions & 0 deletions
Large diffs are not rendered by default.

Resuls/TMDNN/NN.html

Lines changed: 1854 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Homepage</title>
8+
<style>
9+
body {
10+
font-family: Arial, sans-serif;
11+
text-align: center;
12+
margin: 50px;
13+
}
14+
15+
ul {
16+
list-style-type: none;
17+
padding: 0;
18+
}
19+
20+
li {
21+
margin: 10px 0;
22+
}
23+
24+
a {
25+
text-decoration: none;
26+
color: blue;
27+
font-size: 18px;
28+
}
29+
30+
a:hover {
31+
color: darkred;
32+
}
33+
</style>
34+
</head>
35+
36+
<body>
37+
38+
<h1>The MAP (Multi-dimensional Analyses of Partonic distributions) Collaboration</h1>
39+
<p>Click on a link below to visit a page:</p>
40+
41+
<ul>
42+
<li><a href="Results/TMDNN/NN.html">Neural Network fit</a></li>
43+
<li><a href="Results/TMDNN/MAP22.html">MAP22 Drell-Yan fit</a></li>
44+
</ul>
45+
46+
</body>
47+
48+
</html>

0 commit comments

Comments
 (0)