You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Merge a preprint into the published paper's citation count (deduplicated)
242
+
aliases:
243
+
"10.1016/j.neuroimage.2021.118766":
244
+
- "10.1101/2021.01.01.000000"
234
245
```
235
246
236
-
DOIs are validated against the `10.xxxx/yyyy` pattern. Common URL prefixes (`https://doi.org/`, `https://dx.doi.org/`) are automatically stripped.
247
+
DOIs are validated against the `10.xxxx/yyyy` pattern. Common URL prefixes (`https://doi.org/`, `https://dx.doi.org/`) are automatically stripped. The same normalization and validation apply to `paper_labels` keys and `aliases` keys/values; every `aliases` primary key must also appear in `dois`.
248
+
249
+
**`aliases` — why:** OpenAlex keeps separate records for a paper's preprint and published versions and splits citations across them. Listing the version DOIs under `aliases` makes the citation sync query them together (OR-joined, deduplicated) and attribute the merged per-year counts to the primary DOI. Counts are floored at the earliest version's publication year, so no paper reports citations before it existed.
250
+
251
+
`paper_labels`and `aliases` feed the public [citations dashboard](#public_feeds) and the `GET /{community}/citations` endpoint.
252
+
253
+
## `public_feeds`
254
+
255
+
Opt-in flags that expose community data as **public, read-only JSON feeds** so
256
+
communities can build their own frontends. Both are **off by default**.
257
+
258
+
| Field | Type | Required | Default | Description |
Copy file name to clipboardExpand all lines: docs/osa/status.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ The new dashboard includes:
10
10
11
11
-**Aggregate overview** with total requests, error rates, and community breakdown
12
12
-**Per-community views** with usage charts and tool statistics
13
+
-**Publication citations** chart (stacked by canonical paper, per year) for communities that expose the [citations feed](api-reference.md#citations-feed)
13
14
-**Sync health status** for GitHub and papers knowledge sources
14
15
-**Admin section** for token usage and cost metrics (requires API key)
0 commit comments