-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
44 lines (44 loc) · 3.13 KB
/
project.html
File metadata and controls
44 lines (44 loc) · 3.13 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
<html lang="en">
<head>
<title>Will Conboy</title>
<link rel="stylesheet" type="text/css" href="styles.css"/>
</head>
<body>
<header>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project.html" aria-current="true">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</header>
<main>
<h2 id="project-title">Projects</h2>
<section class="project-page">
<div id="project-text">
<p>
Earth Reserve Assurance (ERA) is a framework for the determination of monetary value and quantity in a multi-currency system with no central reference unit of account. The Earth is the warehouse for 200-year assurance of the capacity to produce primary commodities, verified with measures of ongoing change to ecological integrity and resource availability. ERA Operations Nodes, which are operated by central banks and decentralized autonomous organizations, would issue, buy and sell ERA Deposit Receipts. These are specialized financial instruments that are issued for verifiable deposits to the Earth Reserve.
</p>
<p>
Over Summer 2021, I worked with the Center for Connected Learning (CCL) and Xalgorithms on the ERA model within NetLogo. NetLogo is an agent-based modeling tool that specializes in building macro trends through agent interactions. This is particularly interesting as it applies to economics, where the sum of all microeconomics trends often does not correctly model the macroeconomic trend. I worked on updating the NetLogo implementation of the framework. The ERA NetLogo model is used as a teaching tool to help understand the functional dynamics, as well as an example of how the agents interact within the framework.
</p>
</div>
<div id="project-half">
<img src="images/ERA-diagram-cropped.png" alt="Screenshot of diagram showing the flow of information within the project" class="era-image">
<img src="images/ERA.JPG" alt="Screenshot of the model" class="era-ss-image">
</div>
</section>
<section class="project-page">
<div id="project-half">
<img src="images/olympics.JPG" alt="Dashboard showing the 1980 Olympics data. Russia is clearly winning overall." class="olympics-image">
</div>
<div id="project-text2">
<p>
This is a dashboard created to visualize the data at the Olympics. It was created for the information visualization class where we learn how to intuitively display information to convey a message. The goal of this project was to tell a story about the history of the last 100 years through the data of the Olympics. In the image, we see that the USA has won very few medals, as they had boycotted this Olympics due to the Soviet invasion of Afghanistan.
</p>
</div>
</section>
</main>
</body>
</html>