Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
190 changes: 149 additions & 41 deletions docs/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,81 +6,189 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Downloads - CommitTrader Research</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
:root {
--color-bg: #fafafa;
--color-text: #1a1a1a;
--color-text-light: #666;
--color-border: #e0e0e0;
--color-accent: #2c2c2c;
--font-serif: 'Georgia', 'Times New Roman', serif;
--font-sans: 'Helvetica Neue', Arial, sans-serif;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: var(--font-sans);
line-height: 1.7;
color: var(--color-text);
background: var(--color-bg);
}

.nav {
background: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
padding: 15px 20px;
border-bottom: 1px solid var(--color-border);
position: sticky;
top: 0;
z-index: 100;
}

.nav-content {
max-width: 900px;
margin: 0 auto;
padding: 20px 40px;
display: flex;
gap: 35px;
font-size: 0.95em;
}

.nav a {
color: #667eea;
color: var(--color-text);
text-decoration: none;
font-weight: 600;
margin-right: 30px;
transition: opacity 0.4s ease;
opacity: 0.6;
}

.nav a:hover {
opacity: 1;
}

.header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 60px 20px;
background: white;
border-bottom: 1px solid var(--color-border);
padding: 100px 40px 80px;
text-align: center;
}

.header h1 {
font-family: var(--font-serif);
font-size: 2.8em;
font-weight: 400;
color: var(--color-accent);
letter-spacing: -0.02em;
}

.header p {
font-size: 1.1em;
color: var(--color-text-light);
margin-top: 15px;
font-weight: 300;
}

.container {
max-width: 1000px;
margin: 40px auto;
padding: 0 20px;
max-width: 900px;
margin: 0 auto;
padding: 60px 40px 100px;
}

.download-card {
background: white;
border: 2px solid #e5e7eb;
border-radius: 8px;
padding: 25px;
margin: 20px 0;
transition: all 0.3s;
border: 1px solid var(--color-border);
padding: 40px;
margin: 25px 0;
transition: border-color 0.4s ease;
}

.download-card:hover {
border-color: #667eea;
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
border-color: var(--color-accent);
}

.download-card h3 {
color: #667eea;
margin-top: 0;
font-family: var(--font-serif);
font-size: 1.3em;
font-weight: 400;
color: var(--color-accent);
margin: 0 0 15px 0;
}

.download-card p {
color: var(--color-text);
line-height: 1.8;
margin: 12px 0;
}

.btn-download {
display: inline-block;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: var(--color-accent);
color: white;
padding: 12px 24px;
border-radius: 6px;
padding: 12px 28px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s;
font-weight: 400;
transition: background 0.4s ease;
margin-top: 15px;
font-size: 0.95em;
border: 1px solid var(--color-accent);
}

.btn-download:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
background: var(--color-text);
border-color: var(--color-text);
}

.citation-box {
margin-top: 60px;
padding: 40px;
background: white;
border: 1px solid var(--color-border);
border-left: 2px solid var(--color-text);
}

.citation-box h3 {
font-family: var(--font-serif);
font-size: 1.2em;
font-weight: 400;
margin: 0 0 15px 0;
}

.citation-box pre {
background: #f9f9f9;
padding: 20px;
overflow-x: auto;
font-family: 'Menlo', 'Courier New', monospace;
font-size: 0.85em;
line-height: 1.6;
border: 1px solid var(--color-border);
margin-top: 15px;
}

@media (max-width: 768px) {
.header {
padding: 60px 20px 50px;
}

.header h1 {
font-size: 2em;
}

.container {
padding: 40px 20px;
}

.nav-content {
flex-direction: column;
gap: 15px;
padding: 20px;
}

.download-card,
.citation-box {
padding: 25px 20px;
}
}
</style>
</head>
<body>
<nav class="nav">
<a href="index.html">Home</a>
<a href="report.html">Full Report</a>
<a href="methodology.html">Methodology</a>
<a href="downloads.html">Downloads</a>
<div class="nav-content">
<a href="index.html">Home</a>
<a href="report.html">Full Report</a>
<a href="methodology.html">Methodology</a>
<a href="downloads.html">Downloads</a>
</div>
</nav>

<div class="header">
Expand All @@ -90,7 +198,7 @@ <h1>Download Research Data</h1>

<div class="container">
<div class="download-card">
<h3>📊 Event Study Results</h3>
<h3>Event Study Results</h3>
<p>
Complete event study results including abnormal returns and cumulative abnormal
returns for all events. Includes metadata about each event.
Expand All @@ -100,7 +208,7 @@ <h3>📊 Event Study Results</h3>
</div>

<div class="download-card">
<h3>📈 Aggregated Results</h3>
<h3>Aggregated Results</h3>
<p>
Aggregated statistics by event type, including mean, median, and standard deviation
of abnormal returns.
Expand All @@ -110,7 +218,7 @@ <h3>📈 Aggregated Results</h3>
</div>

<div class="download-card">
<h3>📋 Summary Statistics</h3>
<h3>Summary Statistics</h3>
<p>
High-level summary of the analysis including total events, companies analyzed,
and overall statistics.
Expand All @@ -120,16 +228,16 @@ <h3>📋 Summary Statistics</h3>
</div>

<div class="download-card">
<h3>📄 Full Report (HTML)</h3>
<h3>Full Report (HTML)</h3>
<p>
Complete interactive report with all visualizations and statistical tests.
Can be viewed offline.
</p>
<a href="report.html" class="btn-download">View Report</a>
</div>

<div style="margin-top: 50px; padding: 20px; background: #f0f4ff; border-radius: 8px;">
<h3 style="margin-top: 0;">Citation</h3>
<div class="citation-box">
<h3>Citation</h3>
<p>If you use this data in your research, please cite:</p>
<pre style="background: white; padding: 15px; border-radius: 5px; overflow-x: auto;">
@misc{committrader,
Expand Down
Loading