-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (69 loc) · 2.32 KB
/
Copy pathindex.html
File metadata and controls
80 lines (69 loc) · 2.32 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
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,100' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container">
<h1>CONTRACT ADVERTISING</h1>
<!-- <p>Real time bidding</p> -->
<a href="#rtb" class="btn">Learn More</a>
</div>
</div>
<div class="nav">
<div class="container">
<ul>
<li>Creative Attribution Problem</li>
<li>Content Attribution Problem</li>
</ul>
</div>
</div>
<a name="rtb" style="visibility: hidden;"></a>
<div class="main">
<div class="container">
<h2>Creative Analysis</h2>
<br>
<img src="images/shapley_formula.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<br>
<img src="images/fake_ex.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<br>
<img src="images/shapley_outcome.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<br>
<img src="images/shapley_ad.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<br>
<img src="images/creative_layout.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<h2>Target Group Index</h2>
<br>
<img src="images/content_population.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<br>
<img src="images/content_tgi.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<h2>Volume Competition</h2>
<br>
<img src="images/volume_correlation.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br>
<!-- <br>
<img src="images/reback_prediction.png" class="img-circle" style="max-height: 80%; max-width: 80%;"/>
<br> -->
</div>
</div>
<div class="jumbotron">
<div class="container">
</div>
</div>
<div class="footer">
<div class="container">
<a href="https://elon-lau.github.io" class="btn">Back to Homepage</a>
<p>© 2022 Weiting Lau</p>
</div>
</div>
</body>
</html>