-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdateLog.html
More file actions
71 lines (69 loc) · 3.88 KB
/
UpdateLog.html
File metadata and controls
71 lines (69 loc) · 3.88 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<title>Update log and extra information</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Yi Chen">
<meta name="description" content="A simple-to-use viewer for browsing jet corrections and resolutions">
<meta name="keywords" content="CMS,Jet,JetMET,JME,Correction,JEC,Resolution,JER,Scale factor">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/site.webmanifest">
<link rel="stylesheet" type="text/css" href="logstyle.css" />
</head>
<body>
<div id="Page">
<div class="title"><h1>Update log for <a href="index.html">JECViewer</a></h1></div>
<div class="container">
<h2>Basic information</h2>
<h3>Github repository</h3>
<p>The github repository for this viewer is here <a href="https://github.com/FHead/JECViewer">https://github.com/FHead/JECViewer</a>. Please head over there and open an issue if you have bug reports or feature requests.</p>
<h3>Instructions</h3>
<p>Here are the instructions on all the features:</p>
<ul>
<li>Mouse left-button drag chooses an area to zoom in.</li>
<li>Right click to zoom out. Or click the magnifying glass.</li>
<li>All underlined fields can be clicked and selected</li>
<li>Choose the "X" and "Y" in the bottom right of the plot to choose whether to do log scale.</li>
<li>The color box in the left of each line can be clicked: they hide curves on the plot.</li>
<li>Click on the download button to download plot as pdf.</li>
<li>The location of the cross hair (when you hover in the plot) is shown next to the log scale toggles.</li>
</ul>
<h3>Other information</h3>
<p>Now that data is pulled with ajax, there is no limit anymore on the number of versions available in the viewer! For now please tell Yi if you want new versions (or curves with different eta/PT/phi/...), and she will generate and add them to the viewer.</p>
</div>
<div class="container">
<h2>What will come soon?</h2>
<h3>Viewer feature wish list - no promises</h3>
<ul>
<li>Touch support for better phone/pad experience</li>
<li>Add a way to export raw data for further processing and beautification</li>
<li>Freeze axis range when clicking on "X" and "Y" log scale toggles.</li>
<li>Better hashing: set as much as possible instead of default to grand default for a tiny mistake</li>
</ul>
<h3>Backend feature wish list</h3>
<ul>
<li>Setup automated new version evaluation to make things more easy to use</li>
</ul>
<h3>Known issues</h3>
<ul>
<li>PDF generation in some systems/browser combination shifted by small amount
(confirmed: Windows 11 Chrome and Edge). This does not affect the functionality,
just the aesthetics.</li>
</ul>
</div>
<div class="container">
<h2>Apr 29-May 2, 2022</h2>
<h3>First β version</h3>
<ul>
<li>Most basic functionalities are ported over</li>
<li>JSON-as-input implemented in the back end interactively</li>
<li>Data pulled via AJAX</li>
<li>PDF generation was screwed when pixel density ratio is not 1. Now fixed.</li>
</ul>
</div>
<div> </div>
</div>
</body>
</html>