-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (31 loc) · 1 KB
/
index.html
File metadata and controls
37 lines (31 loc) · 1 KB
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
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.148.1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The MAP Collaboration – MAP Collaboration</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container">
<h1>MAP collaboration website</h1>
<div class="content">
<p>Welcome!</p>
<p>The MAP Collaboration conducts multi-dimensional analyses of partonic
distributions through cutting-edge techniques and data-driven approaches.</p>
<p>Key objects of study include:</p>
<ul>
<li>Transverse Momentum Distributions (TMDs)</li>
<li>Generalized Parton Distributions (GPDs)</li>
<li>Fragmentation Functions (FFs)</li>
</ul>
<p>Click on the links below to see reports of some of our latest results:</p>
<ul>
<li><a href="./Results/TMDNN/NN.html">Neural Network fit</a></li>
<li><a href="./Results/TMDNN/MAP22.html">MAP22 Drell-Yan fit</a></li>
</ul>
</div>
</div>
</body>
</html>