-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (22 loc) · 2.04 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Wordle Data Repository</title>
<meta name="keywords" content="wordle Wordle">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 style="font-family:Verdana,Helvetica,Arial,sans-serif;text-align:center;padding-bottom:2px;">Wordle Data Repository</h1>
<p style="font-family:Georgia;text-align:center;padding-bottom:10px;">By: <a href=http://mehta-rohan.com style="font-weight:bold;">Rohan Mehta<a><p>
<div style="text-align:center; width:75%; margin-left:12%; margin-right:12%;">
<p style="font-family:Georgia; text-align:left;line-height:1.5;">This site contains analytics data on the viral word-game Wordle. It is updated daily (at around 10:00 PM each night) so that all graphics display the correct information. The code for the project was written in the Wolfram Language, and can be accessed as a Mathematica notebook <a href=https://www.wolframcloud.com/obj/rohanm/Wordle%20Data%20Anlytics%20Code%20(Rohan%20Mehta) style="font-weight:bold;">here</a>. You can also downlaod the dataset (recent last run) as an Excel file <a href='data.xls' style="font-weight:bold;" target="_blank">here</a> or learn more about the project <a href=https://mehta-rohan.com/projects/wordle.html style="font-weight:bold;">here</a>. <strong>Update: this project is no longer currently running, because I cannot afford to have it continuously deployed on the Wolfram Cloud. It collected data every day from March 2022 to the middle of June 2022, and then once in August 2022. If you are interested in supporting this effort so it can continue to run, please contact <a href="mailto: [email protected]">me</a>.</strong><p>
<p align="center" style="text-align:center;margin:auto;">
<center><img class="three" src="l1.svg"></center>
<center><img style="width:82%;padding-right:1.75%;" class="three" src="l2.svg"></center>
<center><img class="three" src="l3.svg"></center>
</p>
<p style="text-align:center;margin:auto;" align="center">
<img id="table" src="table.svg"></img>
</p>
</body>
</html>