Skip to content

Commit 67adc5b

Browse files
committed
scholarly-metadata: point to author-info-blocks in README
1 parent 7b1e491 commit 67adc5b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

scholarly-metadata/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ while making it possible to rely on default object metadata
77
structures when using the data in other filters or when accessing
88
the data from custom templates.
99

10+
Most users will want to use this filter in combination with
11+
[author-info-blocks](https://github.com/pandoc/lua-filters/tree/master/author-info-blocks).
12+
1013

1114
## Canonical format for authors and affiliations
1215

@@ -36,10 +39,10 @@ will be transformed into
3639
name: Jane Doe
3740
- id: 'John Q. Doe'
3841
name: 'John Q. Doe'
39-
42+
4043
Internally, `id` will be a simple string, while `name` is of type
4144
`MetaInlines`.
42-
45+
4346

4447
## Referencing affiliations
4548

@@ -50,7 +53,7 @@ object. Three methods of doing this are supported.
5053
1. **Referencing institutes by list index**: affiliations can be
5154
listed in the *institute* metadata field and then referenced
5255
by using the numerical index:
53-
56+
5457
institute:
5558
- Acme Corporation
5659
- Federation of Planets
@@ -59,7 +62,7 @@ object. Three methods of doing this are supported.
5962
institute: [1, 2]
6063
- John Q. Doe:
6164
institute: [2]
62-
65+
6366
This is also the canonical representation used to keep track
6467
of author affiliations.
6568

@@ -81,7 +84,7 @@ object. Three methods of doing this are supported.
8184
more convenient to give an affiliation directly in the
8285
author's YAML object. Those objects can still be referenced
8386
by ID from authors listed below such entry.
84-
87+
8588
author:
8689
- Jane Doe:
8790
institute:

0 commit comments

Comments
 (0)