-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pages.json
37 lines (37 loc) · 1.46 KB
/
_pages.json
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
[{
"name": "Event Pinned Locations",
"desc": "Using LeafletJS to visualize the locations of meetup events.",
"link": "pages/meetup-locations/index.html",
"auth": "Sean O'Mahoney",
"aURL": "https://twitter.com/Sean12697"
}, {
"name": "Event Heatmap Locations",
"desc": "Using LeafletJS to generate a heatmap to visualize the locations of meetup events.",
"link": "pages/meetup-heatmap/index.html",
"auth": "Sean O'Mahoney",
"aURL": "https://twitter.com/Sean12697"
}, {
"name": "Event Heatmap Locations Timeline",
"desc": "Using LeafletJS to generate a heatmap to visualize the locations of meetup events.",
"link": "pages/meetup-heatmap-timeline/index.html",
"auth": "Sean O'Mahoney",
"aURL": "https://twitter.com/Sean12697"
}, {
"name": "Yearly Statistics Combo Chart",
"desc": "Visualizing some core data throughout the years.",
"link": "pages/yearly-stats-combo-chart/index.html",
"auth": "Sean O'Mahoney",
"aURL": "https://twitter.com/Sean12697"
}, {
"name": "Venue Usage Graph",
"desc": "Graphing the amount of RSVPs ever venue has in a particular month.",
"link": "pages/venue-usage/index.html",
"auth": "Sean O'Mahoney",
"aURL": "https://twitter.com/Sean12697"
}, {
"name": "RSVP Treemap",
"desc": "Visualizing the number of RSVPs Groups & Events have received.",
"link": "pages/rsvp-treemap/index.html",
"auth": "Sean O'Mahoney",
"aURL": "https://twitter.com/Sean12697"
}]