File tree Expand file tree Collapse file tree 3 files changed +3470
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3470
-0
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments