-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The X-Axis describes the timeline for which the data was analyzed. | ||
The Y-Axis describes both the UFO sightings and the alcohol consumption. | ||
The UFO sightings are given as a counter of documented UFO sightings in the USA. | ||
The alcohol consumption is the average consumption rate in liters/capita of USA inhabitants, which are older than 17. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
<dc:title>UFOs & Alcohol</dc:title> | ||
<dc:creator>Marc Dietrichstein (https://orcid.org/0000-0003-4890-3498)</dc:creator> | ||
<dc:creator>Markus Neumeyer (https://orcid.org/0000-0002-4081-0716)</dc:creator> | ||
<dc:subject>Correlation of alcohol consumtion and UFO sightings</dc:subject> | ||
<dc:description>Automated tool that invastigates and computes the correlation between the average alcohol consumption and the amount of UFO sightings in the United States of America since 1960.</dc:description> | ||
<dc:date>23.03.2018</dc:date> | ||
<dc:type>DataGeneration</dc:type> | ||
<dc:format>Jupyternotebook</dc:format> | ||
<dc:source>Ufo Sightings: Sigmond Axel. (2014)</dc:source> | ||
<dc:source>Alcohol Consumption: OECD (2018)</dc:source> | ||
<dc:language>English</dc:language> | ||
<dc:coverage>1960 - present</dc:coverage> | ||
<dc:rights>Free access</dc:rights> | ||
|
||
</metadata> |