Skip to content

Commit 59cf6ef

Browse files
committed
Missed a few pages
1 parent a09d7ba commit 59cf6ef

3 files changed

Lines changed: 51 additions & 25 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ exclude:
118118
- package.json
119119
- tmp
120120
- vendor
121+
- Dockerfile
122+
- Dockerfile.init
123+
- Dockerfile.step2
124+
- test.sh
121125
keep_files:
122126
- .git
123127
- .svn

_pages/about.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
permalink: /
3-
title: "Office of the Data Editor of the American Economic Association"
2+
permalink: /about/
3+
title: "About: AEA Data Editor"
44
excerpt: "AEA Data Editor"
55
author_profile: true
66
redirect_from:
7-
- /about/
87
- /about.html
98
---
109

_pages/splash.md

Lines changed: 45 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,65 @@
11
---
2-
title: "Splash Page"
2+
title: "Office of the Data Editor of the American Economic Association"
33
layout: splash
4-
permalink: /splash-page/
5-
date: 2016-03-23T11:48:41-04:00
4+
permalink: /
5+
date: 2021-03-23T11:48:41-04:00
66
excerpt: "The AEA Data Editor defines and monitors the [AEA journals](https://www.aeaweb.org/journals/)' approach to data and reproducibility."
77
intro:
8-
- excerpt: 'The AEA Data Editor defines and monitors the [AEA journals](https://www.aeaweb.org/journals/) approach to data and reproducibility.'
8+
- image_path: thumbnail_website_logo.jpg
9+
excerpt: 'The AEA Data Editor defines and monitors the [AEA journals](https://www.aeaweb.org/journals/) approach to data and reproducibility. <br/>
10+
11+
The current Data Editor (2018-) is <a href="https://lars.vilhuber.com/">Lars Vilhuber</a> (Cornell University).'
912
feature_row:
10-
- image_path: assets/project-submit.png
11-
alt: "placeholder image 1"
12-
title: "Role of the AEA Data Editor"
13-
url: "#about"
14-
excerpt: "More about the Office of the AEA Data Editor"
13+
- image_path: noun_about_3836218.png
14+
alt: "Image: Ilham Fitrotul Hayat from the Noun Project"
15+
title: "Read"
16+
url: "https://www.aeaweb.org/journals/data"
17+
excerpt: "Read the AEA Data and Code Availability Policy and find relevant documents"
1518
btn_label: "Read More"
1619
btn_class: "btn--primary"
17-
- image_path: /assets/publish-button.png
18-
alt: "placeholder image 2"
19-
title: "Placeholder 2"
20-
excerpt: "What you need to know to prepare your replication package."
20+
- image_path: noun_Check_3836232.png
21+
alt: "Image: Ilham Fitrotul Hayat from the Noun Project"
22+
title: "Guidance"
23+
excerpt: "What you need to know to prepare and submit your compliant replication package."
2124
url: "/aea-de-guidance/step-by-step.html"
2225
btn_label: "Read More"
23-
btn_class: "btn--primary"
24-
- image_path: /assets/project-submit.png
26+
btn_class: "btn--primary btn--center"
27+
- image_path: noun_talk_3836230.png
28+
alt: "Image: Ilham Fitrotul Hayat from the Noun Project"
2529
title: "Discussion"
26-
excerpt: "FAQ and various posts by the AEA Data Editor"
30+
excerpt: "FAQ, talks, and informative posts by the AEA Data Editor"
2731
btn_label: "Read More"
2832
btn_class: "btn--primary"
2933
url: "/year-archive/"
3034
feature_row2:
31-
- image_path: /assets/images/unsplash-gallery-image-2-th.jpg
32-
alt: "placeholder image 2"
33-
title: "Placeholder Image Left Aligned"
34-
excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`'
35-
url: "#test-link"
36-
btn_label: "Read More"
35+
- title: "AEA Data and Code Repository"
36+
excerpt: 'The [AEA Data and Code Repository](https://www.openicpsr.org/openicpsr/search/aea/studies) can be found at [https://www.openicpsr.org/openicpsr/search/aea/studies](https://www.openicpsr.org/openicpsr/search/aea/studies). '
37+
url: "https://www.openicpsr.org/openicpsr/search/aea/studies"
38+
btn_label: "Go there now"
39+
btn_class: "btn--primary"
40+
- title: "Template README"
41+
excerpt: 'Use the standard Economics [README template]((https://social-science-data-editors.github.io/guidance/template-README.html)) for better compliance.'
42+
url: "https://social-science-data-editors.github.io/guidance/template-README.html"
43+
btn_label: "Go there now"
3744
btn_class: "btn--primary"
45+
- title: "Data citations"
46+
excerpt: 'Data citations can be tricky. Find guidance by [Social Science Data Editors](https://social-science-data-editors.github.io/guidance/Data_citation_guidance.html)'
47+
url: "https://social-science-data-editors.github.io/guidance/Data_citation_guidance.html"
48+
btn_label: "Go there now"
49+
btn_class: "btn--primary"
50+
twitter_row:
51+
- title: "Most Recent Tweets"
52+
excerpt: '<a href="https://twitter.com/aeadata?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @aeadata</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <br/><a class="twitter-timeline" href="https://twitter.com/AeaData?ref_src=twsrc%5Etfw">Tweets by AeaData</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>'
3853
---
3954

4055
{% include feature_row id="intro" type="center" %}
4156

4257
{% include feature_row %}
58+
59+
{% include feature_row id="feature_row2" %}
60+
61+
62+
63+
64+
65+
{% include feature_row id="twitter_row" type="center" %}

0 commit comments

Comments
 (0)