-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcontent-brief.qmd
88 lines (70 loc) · 2.83 KB
/
content-brief.qmd
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
---
title: The Real World Data Science content brief template
description: |
Explain your article idea, key takeaways, etc., and share with our editorial board!
categories:
- Resources
- for
- Contributors
author: Author1, Author2
date: last-modified
date-format: long
toc: true
format:
html:
theme: [lux, rwds.scss]
css: rwds.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
code-annotations: below
bibliography: references.bib
csl: chicago.csl
execute:
eval: false
echo: true
messages: false
error: false
warning: false
page-layout: article
title-block-banner: true
---
If you are interested in developing an article or other piece of content for Real World Data Science, filling in this content brief template is an important first step in the process.
Content briefs are an opportunity for contributors and editors to work together to evolve, refine, and agree ideas *before* a first draft is developed. This early work is valuable as it can reduce the amount of time spent on revisions and edits *after* a first draft is submitted and reviewed.
You are welcome to write and submit your content brief in whatever document format you like, using the section headings below to explain your idea.
If you'd like to use this styled `Quarto` document template to the fullest, however, follow the notes under the first few headings and then fill in the remainder of the document. You can then render and submit the document as an html, Word, or PDF file.
## Title of submission
Delete the heading above, and add your proposed title to the `title:` section of the document `YAML`, e.g.:
``` yaml
title: My Real World Data Science article idea
```
## Author name(s) and affiliation(s)
Delete the heading above, and add author names and affiliations to the `author:` section of the document `YAML`, e.g.:
``` yaml
author: FirstName LastName, Affiliation
```
## Theme/topic area
Delete the heading above, and add theme/topic keywords to the `categories:` section of the document `YAML`, e.g.:
``` yaml
categories:
- Content ideas
- Explained
- In detail
```
## Target audience
## Synopsis or sell line, summarising the story and its importance/value (250 words max.)
You might also consider adding a short synopsis to the `description:` section of the document `YAML`, e.g.:
``` yaml
description: |
This is the place to really sell your idea in just a couple of sentences.
```
## Key audience takeaways
## Formats and features (e.g., text, audio, video; code blocks, interactive data visualisations, etc.)
## Accessibility considerations
## Target length/word count
## First draft to be submitted by…
::: {.callout-note appearance="simple"}
**Ready to submit your content brief?** Send it to Real World Data Science editor [Brian Tarran](https://realworlddatascience.net/contact.html).
:::