-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata_essay_template.qmd
More file actions
133 lines (100 loc) · 5.62 KB
/
Copy pathdata_essay_template.qmd
File metadata and controls
133 lines (100 loc) · 5.62 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
# EDITORIAL TEAM: add data essay details here
title: "Insert Title Here* 1976-2000"
author:
- name: Author
# orcid: 0000-0001-8960-1846
# url: https://academicwebsite.com/
# email: josiah@psychoceramics.org
#- name: More Authors
#- name: More Authors
abstract: "Abstract that will also show up in 'Our Datasets"
# Add keywords/categories — should always include "dataset"
categories: [prizes, education, gender, MFA, dataset]
# Provide link to an image that will show up in "Our Datasets" aggregation
image: "https://data.post45.org/wp-content/uploads/2023/07/awards.jpeg"
# Insert DOI for this data essay
doi: "10.18737/CNJV1733p4520221212"
# date of publication
date: "2022-12-05"
# Citation details for this data essay
citation:
type: article-journal
container-title: "Post45 Data Collective"
doi: "10.18737/CNJV1733p4520221212"
url: https://example.com/summarizing-output
editor:
- Dan Sinykin
- Melanie Walsh
# if author/editor is including a .bib bibliography (such as one created from Zotero) for cited sources, uncomment and provide the correct reference here
#bibliography: references.bib
# NO NEED TO EDIT BELOW THIS LINE
title-block-style: default
format-links: [ipynb, pdf, docx]
code-tools: false
format:
html:
toc: true
toc-title: Table of Contents
toc-location: left
toc-depth: 3
toc-expand: 3
page-layout: full
google-scholar: true
header-includes:
- '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">'
# aliases:
# - /the-index-of-major-literary-prizes-in-the-us/
---
<!-- EDITORIAL TEAM: Create a new directory in posts/ with appropriate title for data essay (which will become the URL slug, e.g. /nea-creative-writing-fellowships becomes https://post45-data-collective.github.io/website/posts/nea-creative-writing-fellowships/).
Then, duplicate this template, rename it index.qmd, and place it inside the appropriate directory inside /posts.
Then fill in the rest of the information above and below. -->
<!-- Include image for data essay -->

<!-- Include brief introduction to/description of data essay -->
The Index of Major Literary Prizes in the US includes two related datasets:
1. The first is a dataset of the winners and judges of prizes for prose, poetry, or unspecified genre between 1918 and 2020 with a purse of \$10,000 and over.
2. The second contains records for volumes in the HathiTrust Digital Library written by authors who won a prize in the prize winners dataset.
<!-- If there are multiple datasets, please provide a title for each dataset with its own description -->
<!-- # 1. Title of dataset 1
This dataset includes information about the winners and judges of literary prizes (for prose, poetry, or unspecified genres) between 1918 and 2020 with a purse of \$10,000 and over. The dataset includes details about the winners of 52 unique prizes awarded by 22 institutions. For a subset of 39 prizes, it includes details about judges; not every prize has complete judge data. The dataset does not include prizes awarded specifically for children’s literature, nonfiction, drama, or translation. -->
# Data Table
<!-- FOR EDITORIAL TEAM:
To create a data table, first add the dataset to the datasets/ directory in the GitHub repo.
Then, find the raw GitHub URL for that dataset and insert it below, customizing columns as needed.
Areas that need to be edited are marked with MAKE EDITS HERE -->
```{r}
#| echo: false
#| warning: false
#| message: false
# Load the function
source("../../scripts/createDataTable.R")
# MAKE EDITS HERE: Plug in the raw GitHub URL to the dataset below
createDataTable(
data_path = "https://raw.githubusercontent.com/Post45-Data-Collective/website/refs/heads/main/datasets/major_literary_prizes/major_literary_prizes-winners_judges.csv",
# MAKE EDITS HERE: Select the columns that will be displayed in the data table, and the order
displayed_columns = c("full_name", "gender",
"mfa_degree", "role", "prize_year", "prize_name", "prize_amount", "prize_institution", "prize_type", "prize_genre", "author_wikidata", "author_viaf", "author_lccn", "elite_institution", "graduate_degree", "stegner", "title_of_winning_book"),
# MAKE EDITS HERE: Customize any column widths
# If none, comment out
column_widths = c("gender" = "100px", "role" = "75px", "mfa_degree" = "100px", "prize_name" = "100px"),
# MAKE EDITS HERE: Select any columns that should be formatted with a dollar sign
# If none, comment out
currency_columns = c("prize_amount"),
# MAKE EDITS HERE: Select any columns that should be filterable as a category
# If none, comment out
category_columns = c("gender", "role", "prize_name", "prize_institution", "prize_type", "prize_genre", "elite_institution", "mfa_degree", "stegner", "graduate_degree", "elite_institution"),
# Select column to sort by, and order
sort_columns = c("prize_year"),
sort_orders = c("desc")
)
```
::: {.callout-tip icon="false"}
## Creative Commons License
<p xmlns:cc="http://creativecommons.org/ns#">
This work is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"/><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"/></a>
</p>
:::
# Collection and Creation
# Description
# Ethical Considerations