Skip to content

Commit 553b542

Browse files
committed
Improve copywriting reference
1 parent f5e4207 commit 553b542

1 file changed

Lines changed: 55 additions & 56 deletions

File tree

content/analysis/reference/copywriting.md

Lines changed: 55 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,35 @@ aliases: /memos/copywriting-reference/
55

66
# Memo copywriting
77

8-
## Purpose of a memo
8+
Memos are short analysis of detected changes, whose is *[diff](https://en.wikipedia.org/wiki/Diff)* the atomic unit.
99

10-
Memos aim at a short analysis of detected changes, whose is *diff* the atomic unit.
11-
They must first describe what has been added and what has been deleted.
12-
Their secondary objective is to provide materials to demonstrate matters of interest and further investigations.
10+
- They must first describe what has been added and what has been deleted.
11+
- Their secondary objective is to provide materials to demonstrate matters of interest and further investigations.
1312

14-
## Structure of a memo
13+
## Structure
1514

16-
A memo has:
15+
A memo must contain:
1716

18-
- a title,
19-
- metadata (service name, term type and modification date),
20-
- paragraphs describing the changes,
21-
- optional paragraphs providing context for the changes.
17+
- [a title](#title);
18+
- [a services name](#service-name);
19+
- [a terms type](#terms-types);
20+
- [a modification date](#date-modified);
21+
- [a body text](#body-text).
2222

23-
Each item is explained in detail.
23+
It may also contain:
2424

25-
## Scope of a memo
25+
- [a topic](#topic-optional);
26+
- [a contextualisation](#contextualisation-optional).
2627

27-
If the diff has changes related to more than one topic, write separate memos for each topic.
28-
Identify topics from the following list:
29-
30-
| Topic | Subtopics |
31-
|----------------------------|----------------------------------------------------------------------------------------------|
32-
| Privacy and Surveillance | Data collection, use, storage, and retention, informed consent, transparency |
33-
| Cybersecurity | Data breaches, security mechanisms, verification and authentication processes |
34-
| Censorship | Content prohibitions and restrictions, reporting mechanisms |
35-
| Access and Accessibility: | Access to services, discrimination/exclusion risks |
36-
| Mis/Disinformation | Definitions of false/harmful content, content sharing, verification and reporting mechanisms |
37-
| Hate Speech | Definitions of violent content, content sharing, reporting mechanisms |
38-
| Algorithmic Accountability | Data use in AI training |
39-
| Data Sovereignty | Data governance, cross-border data flows |
40-
| Copyright | Fair use and licensing rules, verification and reporting mechanisms, monetisation |
41-
42-
- Include topics in the frontmatter metadata of the draft.
28+
Each element is explained in detail below.
4329

4430
## Title
4531

4632
- Write a short declarative sentence to highlight the key change.
4733
- 140 characters maximum.
4834
- Use the name of the service as the subject.
4935
- Write in the present tense.
50-
- Prefer active phrasings over passive (e.g. Microsoft expands reach rather than Reach expanded by Microsoft).
36+
- Prefer active phrasings over passive (e.g. Microsoft expands reach rather than Reach expanded by Microsoft).
5137
- Describe the policy change, not the name of the document. This information will be given in the metadata below.
5238
- Use no punctuation.
5339
- Use international title casings (i.e. only the first letter of the leading word should be in capital).
@@ -61,7 +47,7 @@ Identify topics from the following list:
6147
6248
## Service name
6349

64-
- Write the service name and not the company name, e.g., Facebook rather than Meta.
50+
- Write the service name and not the company name, e.g., Facebook rather than Meta.
6551

6652
**Examples**
6753

@@ -83,8 +69,8 @@ Identify topics from the following list:
8369
## Date modified
8470

8571
- Use `Month Day, Year` format.
72+
- Avoid repeating months or years.
8673
- Multiples dates are allowed.
87-
- Avoid repeating months or years
8874

8975
**Examples**
9076

@@ -95,20 +81,20 @@ Identify topics from the following list:
9581
## Body text
9682

9783
- Describe changes in a neutral, objective, non-judgmental manner.
98-
- Write in the past tense (e.g. added’, ‘removed…).
84+
- Write in the past tense (e.g. added”, “removed…).
9985
- Bolden the most important point.
10086
- Do not repeat the date, it is already in the metadata.
10187
- Systematically add a link to the diff on this action verb.
102-
- Title of the link: See the change.
103-
- Avoid verbs like announce, because most of the time the changes detected are not announced.
88+
- Title of the link: See the change.
89+
- Avoid verbs like announce, because most of the time the changes detected are not announced.
10490
- Do not hesitate to quote the new text.
10591
- Do not italicise citations, use quotes.
10692
- Minimise the length of citations because legal text is often very wordy.
10793
- Only quote the text before modification if it is strictly necessary to understand the change, to reduce the risk of confusion and length.
10894
- __If changes have been made in a specific jurisdiction, mention it in the memo. Do not mention jurisdiction when changes have been made globally.__
10995
- If you write in a different language than the detected change, always look for citations in the version of the document that matches the language of writing if it exists instead of translating them yourself.
11096
- __Use British English throughout__
111-
- organisation and not organization
97+
- organisation and not organization
11298
- No full point in abbreviations
11399
- See also
114100
- [Guardian style guide](https://www.theguardian.com/guardian-style-guide-a)
@@ -119,16 +105,47 @@ Identify topics from the following list:
119105
> OpenAI [specified](https://github.com/OpenTermsArchive/GenAI-versions/commit/30f1df7d18676c57a0ae1c43c3ccdfc264535cb3) that, as far as European (EEA and Swiss) developers were concerned, their Agreement is with OpenAI Ireland Ltd. OpenAI stopped acting as a separate controller of personal data, and developers now have to present a privacy notice to their users prior to processing their data.
120106
>
121107
> OpenAI also extended export restrictions to plugins ‘located’ in countries embargoed or sanctioned by the US. This provision previously concerned only plugin owners.
108+
109+
## Topic (optional)
110+
111+
- You can fill a topic by identifying it from the following list:
112+
113+
| Topic | Subtopics |
114+
|----------------------------|----------------------------------------------------------------------------------------------|
115+
| Privacy and Surveillance | Data collection, use, storage, and retention, informed consent, transparency |
116+
| Cybersecurity | Data breaches, security mechanisms, verification and authentication processes |
117+
| Censorship | Content prohibitions and restrictions, reporting mechanisms |
118+
| Access and Accessibility: | Access to services, discrimination/exclusion risks |
119+
| Mis/Disinformation | Definitions of false/harmful content, content sharing, verification and reporting mechanisms |
120+
| Hate Speech | Definitions of violent content, content sharing, reporting mechanisms |
121+
| Algorithmic Accountability | Data use in AI training |
122+
| Data Sovereignty | Data governance, cross-border data flows |
123+
| Copyright | Fair use and licensing rules, verification and reporting mechanisms, monetisation |
124+
125+
Please note that if the diff has changes related to more than one topic, write separate memos for each topic.
126+
127+
## Contextualisation (optional)
128+
129+
Explain which wider problems are tackled by this policy change, or give a historical perspective on the change.
130+
131+
- Write the contextualisation text in a new paragraph.
132+
- Add external links to the most authoritative sources available.
133+
134+
**Example**
135+
136+
> [...]
122137
>
123-
> OpenAI Ireland Ltd is a Dublin-based subsidiary of OpenAI [set up](https://openai.com/blog/introducing-openai-dublin) in 2023.
138+
> This opens up the question of moderation of private discussions, as social platforms show difficulties in managing content related to child abuse —as recently as late March, the New York Times [showed](https://www.nytimes.com/2022/03/31/business/meta-child-sexual-abuse.html) that moderation remains very light in this area, even though platforms are supposed to list this type of content and [report it](https://www.theverge.com/2022/3/31/23005576/facebook-content-moderators-child-sexual-abuse-material-csam-policy) to authorities.
139+
140+
Source: [June 23, 2022 Memo on French Elections](https://sh1.sendinblue.com/aijgxqzlolpfe.html).
124141

125142
## Complete examples
126143

127144
### Memo 1
128145

129146
> **Midjourney strengthens policies on intellectual property infringements**
130147
>
131-
> *Midjourney ▪ Terms of Service ▪ December 23, 2023*
148+
> *Midjourney ▪ Terms of Service ▪ December 23, 2023 ▪ Copyright*
132149
>
133150
> Midjourney introduced an explicit [prohibition](https://github.com/OpenTermsArchive/GenAI-versions/commit/2cb30a2b4b338a4dffbeab9add8262cec78a3062) regarding the infringement of others’ intellectual property rights in its conditions for service availability and quality, mentioning the possibility of legal action and permanent ban from the service.
134151
>
@@ -138,24 +155,6 @@ Identify topics from the following list:
138155

139156
> **Instagram adds a posting ban to protect copyright**
140157
>
141-
> *Instagram ▪ Community Guidelines ▪ March 28, 2022*
158+
> *Instagram ▪ Community Guidelines ▪ March 28, 2022 ▪ Copyright*
142159
>
143160
> On March 28, Instagram [updated](https://github.com/OpenTermsArchive/france-elections-versions/commit/1be4b836e3012344558b60d8f9f871bc42cfa4ca?short_path=c108c01#diff-c108c013f0b8769389f20259465cb81324e805f4334bcda6931344e16f999441) its intellectual property community rules, prohibiting the posting of content that ‘facilitates copyright infringement through unauthorized devices or services.’ The text presents a list of cases in which users would risk infringing the copyright of a third party or even merely ‘facilitating’ such infringement, even if they did not intend to do so. After the previously listed cases, which include ‘you purchased or downloaded the content’ or ‘you saw others post the same content,’ Instagram adds that users risk infringing copyright if they ‘use an unauthorized streaming device or service (examples: a “jailbroken” or “loaded” app or service).’
144-
145-
## Contextualisation (optional)
146-
147-
- Body text in a new paragraph: contextualisation with external links to the most authoritative sources available.
148-
- For example, explain which wider problems are tackled by this policy change, or give a historical perspective on the change.
149-
- For clarity, separate body text and contextual elements instead of grouping all changes in a single paragraph and then a lengthy context paragraph with multiple threads.
150-
151-
**Example**
152-
153-
> **Meta expands reach against child exploitation**
154-
>
155-
> *Facebook ▪ Community Guidelines ▪ June 13, 2022*
156-
>
157-
> The section on child exploitation for both Facebook and Instagram [expanded](https://github.com/OpenTermsArchive/france-elections-versions/commit/0396436542fa7ef8dd8ae4dd02ff0ed5500e08a2) to cover not only publications that exploit minors, but also ‘any activity’ related to such acts.
158-
>
159-
> This opens up the question of moderation of private discussions, as social platforms show difficulties in managing content related to child abuse —as recently as late March, the New York Times [showed](https://www.nytimes.com/2022/03/31/business/meta-child-sexual-abuse.html) that moderation remains very light in this area, even though platforms are supposed to list this type of content and [report it](https://www.theverge.com/2022/3/31/23005576/facebook-content-moderators-child-sexual-abuse-material-csam-policy) to authorities.
160-
161-
Source: [June 23, 2022 Memo on French Elections](https://sh1.sendinblue.com/aijgxqzlolpfe.html).

0 commit comments

Comments
 (0)