A proof-of-concept set of scholarly lexicons for academic publishing - demonstrating how decentralised, content-addressed data structures could transform scholarly communication.
···11+ GNU GENERAL PUBLIC LICENSE
22+ Version 3, 29 June 2007
33+44+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
55+ Everyone is permitted to copy and distribute verbatim copies
66+ of this license document, but changing it is not allowed.
77+88+ Preamble
99+1010+ The GNU General Public License is a free, copyleft license for
1111+software and other kinds of works.
1212+1313+ The licenses for most software and other practical works are designed
1414+to take away your freedom to share and change the works. By contrast,
1515+the GNU General Public License is intended to guarantee your freedom to
1616+share and change all versions of a program--to make sure it remains free
1717+software for all its users. We, the Free Software Foundation, use the
1818+GNU General Public License for most of our software; it applies also to
1919+any other work released this way by its authors. You can apply it to
2020+your programs, too.
2121+2222+ When we speak of free software, we are referring to freedom, not
2323+price. Our General Public Licenses are designed to make sure that you
2424+have the freedom to distribute copies of free software (and charge for
2525+them if you wish), that you receive source code or can get it if you
2626+want it, that you can change the software or use pieces of it in new
2727+free programs, and that you know you can do these things.
2828+2929+ To protect your rights, we need to prevent others from denying you
3030+these rights or asking you to surrender the rights. Therefore, you have
3131+certain responsibilities if you distribute copies of the software, or if
3232+you modify it: responsibilities to respect the freedom of others.
3333+3434+ For example, if you distribute copies of such a program, whether
3535+gratis or for a fee, you must pass on to the recipients the same
3636+freedoms that you received. You must make sure that they, too, receive
3737+or can get the source code. And you must show them these terms so they
3838+know their rights.
3939+4040+ Developers that use the GNU GPL protect your rights with two steps:
4141+(1) assert copyright on the software, and (2) offer you this License
4242+giving you legal permission to copy, distribute and/or modify it.
4343+4444+ For the developers' and authors' protection, the GPL clearly explains
4545+that there is no warranty for this free software. For both users' and
4646+authors' sake, the GPL requires that modified versions be marked as
4747+changed, so that their problems will not be attributed erroneously to
4848+authors of previous versions.
4949+5050+ Some devices are designed to deny users access to install or run
5151+modified versions of the software inside them, although the manufacturer
5252+can do so. This is fundamentally incompatible with the aim of
5353+protecting users' freedom to change the software. The systematic
5454+pattern of such abuse occurs in the area of products for individuals to
5555+use, which is precisely where it is most unacceptable. Therefore, we
5656+have designed this version of the GPL to prohibit the practice for those
5757+products. If such problems arise substantially in other domains, we
5858+stand ready to extend this provision to those domains in future versions
5959+of the GPL, as needed to protect the freedom of users.
6060+6161+ Finally, every program is threatened constantly by software patents.
6262+States should not allow patents to restrict development and use of
6363+software on general-purpose computers, but in those that do, we wish to
6464+avoid the special danger that patents applied to a free program could
6565+make it effectively proprietary. To prevent this, the GPL assures that
6666+patents cannot be used to render the program non-free.
6767+6868+ The precise terms and conditions for copying, distribution and
6969+modification follow.
7070+7171+ TERMS AND CONDITIONS
7272+7373+ 0. Definitions.
7474+7575+ "This License" refers to version 3 of the GNU General Public License.
7676+7777+ "Copyright" also means copyright-like laws that apply to other kinds of
7878+works, such as semiconductor masks.
7979+8080+ "The Program" refers to any copyrightable work licensed under this
8181+License. Each licensee is addressed as "you". "Licensees" and
8282+"recipients" may be individuals or organizations.
8383+8484+ To "modify" a work means to copy from or adapt all or part of the work
8585+in a fashion requiring copyright permission, other than the making of an
8686+exact copy. The resulting work is called a "modified version" of the
8787+earlier work or a work "based on" the earlier work.
8888+8989+ A "covered work" means either the unmodified Program or a work based
9090+on the Program.
9191+9292+ To "propagate" a work means to do anything with it that, without
9393+permission, would make you directly or secondarily liable for
9494+infringement under applicable copyright law, except executing it on a
9595+computer or modifying a private copy. Propagation includes copying,
9696+distribution (with or without modification), making available to the
9797+public, and in some countries other activities as well.
9898+9999+ To "convey" a work means any kind of propagation that enables other
100100+parties to make or receive copies. Mere interaction with a user through
101101+a computer network, with no transfer of a copy, is not conveying.
102102+103103+ An interactive user interface displays "Appropriate Legal Notices"
104104+to the extent that it includes a convenient and prominently visible
105105+feature that (1) displays an appropriate copyright notice, and (2)
106106+tells the user that there is no warranty for the work (except to the
107107+extent that warranties are provided), that licensees may convey the
108108+work under this License, and how to view a copy of this License. If
109109+the interface presents a list of user commands or options, such as a
110110+menu, a prominent item in the list meets this criterion.
111111+112112+ 1. Source Code.
113113+114114+ The "source code" for a work means the preferred form of the work
115115+for making modifications to it. "Object code" means any non-source
116116+form of a work.
117117+118118+ A "Standard Interface" means an interface that either is an official
119119+standard defined by a recognized standards body, or, in the case of
120120+interfaces specified for a particular programming language, one that
121121+is widely used among developers working in that language.
122122+123123+ The "System Libraries" of an executable work include anything, other
124124+than the work as a whole, that (a) is included in the normal form of
125125+packaging a Major Component, but which is not part of that Major
126126+Component, and (b) serves only to enable use of the work with that
127127+Major Component, or to implement a Standard Interface for which an
128128+implementation is available to the public in source code form. A
129129+"Major Component", in this context, means a major essential component
130130+(kernel, window system, and so on) of the specific operating system
131131+(if any) on which the executable work runs, or a compiler used to
132132+produce the work, or an object code interpreter used to run it.
133133+134134+ The "Corresponding Source" for a work in object code form means all
135135+the source code needed to generate, install, and (for an executable
136136+work) run the object code and to modify the work, including scripts to
137137+control those activities. However, it does not include the work's
138138+System Libraries, or general-purpose tools or generally available free
139139+programs which are used unmodified in performing those activities but
140140+which are not part of the work. For example, Corresponding Source
141141+includes interface definition files associated with source files for
142142+the work, and the source code for shared libraries and dynamically
143143+linked subprograms that the work is specifically designed to require,
144144+such as by intimate data communication or control flow between those
145145+subprograms and other parts of the work.
146146+147147+ The Corresponding Source need not include anything that users
148148+can regenerate automatically from other parts of the Corresponding
149149+Source.
150150+151151+ The Corresponding Source for a work in source code form is that
152152+same work.
153153+154154+ 2. Basic Permissions.
155155+156156+ All rights granted under this License are granted for the term of
157157+copyright on the Program, and are irrevocable provided the stated
158158+conditions are met. This License explicitly affirms your unlimited
159159+permission to run the unmodified Program. The output from running a
160160+covered work is covered by this License only if the output, given its
161161+content, constitutes a covered work. This License acknowledges your
162162+rights of fair use or other equivalent, as provided by copyright law.
163163+164164+ You may make, run and propagate covered works that you do not
165165+convey, without conditions so long as your license otherwise remains
166166+in force. You may convey covered works to others for the sole purpose
167167+of having them make modifications exclusively for you, or provide you
168168+with facilities for running those works, provided that you comply with
169169+the terms of this License in conveying all material for which you do
170170+not control copyright. Those thus making or running the covered works
171171+for you must do so exclusively on your behalf, under your direction
172172+and control, on terms that prohibit them from making any copies of
173173+your copyrighted material outside their relationship with you.
174174+175175+ Conveying under any other circumstances is permitted solely under
176176+the conditions stated below. Sublicensing is not allowed; section 10
177177+makes it unnecessary.
178178+179179+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180180+181181+ No covered work shall be deemed part of an effective technological
182182+measure under any applicable law fulfilling obligations under article
183183+11 of the WIPO copyright treaty adopted on 20 December 1996, or
184184+similar laws prohibiting or restricting circumvention of such
185185+measures.
186186+187187+ When you convey a covered work, you waive any legal power to forbid
188188+circumvention of technological measures to the extent such circumvention
189189+is effected by exercising rights under this License with respect to
190190+the covered work, and you disclaim any intention to limit operation or
191191+modification of the work as a means of enforcing, against the work's
192192+users, your or third parties' legal rights to forbid circumvention of
193193+technological measures.
194194+195195+ 4. Conveying Verbatim Copies.
196196+197197+ You may convey verbatim copies of the Program's source code as you
198198+receive it, in any medium, provided that you conspicuously and
199199+appropriately publish on each copy an appropriate copyright notice;
200200+keep intact all notices stating that this License and any
201201+non-permissive terms added in accord with section 7 apply to the code;
202202+keep intact all notices of the absence of any warranty; and give all
203203+recipients a copy of this License along with the Program.
204204+205205+ You may charge any price or no price for each copy that you convey,
206206+and you may offer support or warranty protection for a fee.
207207+208208+ 5. Conveying Modified Source Versions.
209209+210210+ You may convey a work based on the Program, or the modifications to
211211+produce it from the Program, in the form of source code under the
212212+terms of section 4, provided that you also meet all of these conditions:
213213+214214+ a) The work must carry prominent notices stating that you modified
215215+ it, and giving a relevant date.
216216+217217+ b) The work must carry prominent notices stating that it is
218218+ released under this License and any conditions added under section
219219+ 7. This requirement modifies the requirement in section 4 to
220220+ "keep intact all notices".
221221+222222+ c) You must license the entire work, as a whole, under this
223223+ License to anyone who comes into possession of a copy. This
224224+ License will therefore apply, along with any applicable section 7
225225+ additional terms, to the whole of the work, and all its parts,
226226+ regardless of how they are packaged. This License gives no
227227+ permission to license the work in any other way, but it does not
228228+ invalidate such permission if you have separately received it.
229229+230230+ d) If the work has interactive user interfaces, each must display
231231+ Appropriate Legal Notices; however, if the Program has interactive
232232+ interfaces that do not display Appropriate Legal Notices, your
233233+ work need not make them do so.
234234+235235+ A compilation of a covered work with other separate and independent
236236+works, which are not by their nature extensions of the covered work,
237237+and which are not combined with it such as to form a larger program,
238238+in or on a volume of a storage or distribution medium, is called an
239239+"aggregate" if the compilation and its resulting copyright are not
240240+used to limit the access or legal rights of the compilation's users
241241+beyond what the individual works permit. Inclusion of a covered work
242242+in an aggregate does not cause this License to apply to the other
243243+parts of the aggregate.
244244+245245+ 6. Conveying Non-Source Forms.
246246+247247+ You may convey a covered work in object code form under the terms
248248+of sections 4 and 5, provided that you also convey the
249249+machine-readable Corresponding Source under the terms of this License,
250250+in one of these ways:
251251+252252+ a) Convey the object code in, or embodied in, a physical product
253253+ (including a physical distribution medium), accompanied by the
254254+ Corresponding Source fixed on a durable physical medium
255255+ customarily used for software interchange.
256256+257257+ b) Convey the object code in, or embodied in, a physical product
258258+ (including a physical distribution medium), accompanied by a
259259+ written offer, valid for at least three years and valid for as
260260+ long as you offer spare parts or customer support for that product
261261+ model, to give anyone who possesses the object code either (1) a
262262+ copy of the Corresponding Source for all the software in the
263263+ product that is covered by this License, on a durable physical
264264+ medium customarily used for software interchange, for a price no
265265+ more than your reasonable cost of physically performing this
266266+ conveying of source, or (2) access to copy the
267267+ Corresponding Source from a network server at no charge.
268268+269269+ c) Convey individual copies of the object code with a copy of the
270270+ written offer to provide the Corresponding Source. This
271271+ alternative is allowed only occasionally and noncommercially, and
272272+ only if you received the object code with such an offer, in accord
273273+ with subsection 6b.
274274+275275+ d) Convey the object code by offering access from a designated
276276+ place (gratis or for a charge), and offer equivalent access to the
277277+ Corresponding Source in the same way through the same place at no
278278+ further charge. You need not require recipients to copy the
279279+ Corresponding Source along with the object code. If the place to
280280+ copy the object code is a network server, the Corresponding Source
281281+ may be on a different server (operated by you or a third party)
282282+ that supports equivalent copying facilities, provided you maintain
283283+ clear directions next to the object code saying where to find the
284284+ Corresponding Source. Regardless of what server hosts the
285285+ Corresponding Source, you remain obligated to ensure that it is
286286+ available for as long as needed to satisfy these requirements.
287287+288288+ e) Convey the object code using peer-to-peer transmission, provided
289289+ you inform other peers where the object code and Corresponding
290290+ Source of the work are being offered to the general public at no
291291+ charge under subsection 6d.
292292+293293+ A separable portion of the object code, whose source code is excluded
294294+from the Corresponding Source as a System Library, need not be
295295+included in conveying the object code work.
296296+297297+ A "User Product" is either (1) a "consumer product", which means any
298298+tangible personal property which is normally used for personal, family,
299299+or household purposes, or (2) anything designed or sold for incorporation
300300+into a dwelling. In determining whether a product is a consumer product,
301301+doubtful cases shall be resolved in favor of coverage. For a particular
302302+product received by a particular user, "normally used" refers to a
303303+typical or common use of that class of product, regardless of the status
304304+of the particular user or of the way in which the particular user
305305+actually uses, or expects or is expected to use, the product. A product
306306+is a consumer product regardless of whether the product has substantial
307307+commercial, industrial or non-consumer uses, unless such uses represent
308308+the only significant mode of use of the product.
309309+310310+ "Installation Information" for a User Product means any methods,
311311+procedures, authorization keys, or other information required to install
312312+and execute modified versions of a covered work in that User Product from
313313+a modified version of its Corresponding Source. The information must
314314+suffice to ensure that the continued functioning of the modified object
315315+code is in no case prevented or interfered with solely because
316316+modification has been made.
317317+318318+ If you convey an object code work under this section in, or with, or
319319+specifically for use in, a User Product, and the conveying occurs as
320320+part of a transaction in which the right of possession and use of the
321321+User Product is transferred to the recipient in perpetuity or for a
322322+fixed term (regardless of how the transaction is characterized), the
323323+Corresponding Source conveyed under this section must be accompanied
324324+by the Installation Information. But this requirement does not apply
325325+if neither you nor any third party retains the ability to install
326326+modified object code on the User Product (for example, the work has
327327+been installed in ROM).
328328+329329+ The requirement to provide Installation Information does not include a
330330+requirement to continue to provide support service, warranty, or updates
331331+for a work that has been modified or installed by the recipient, or for
332332+the User Product in which it has been modified or installed. Access to a
333333+network may be denied when the modification itself materially and
334334+adversely affects the operation of the network or violates the rules and
335335+protocols for communication across the network.
336336+337337+ Corresponding Source conveyed, and Installation Information provided,
338338+in accord with this section must be in a format that is publicly
339339+documented (and with an implementation available to the public in
340340+source code form), and must require no special password or key for
341341+unpacking, reading or copying.
342342+343343+ 7. Additional Terms.
344344+345345+ "Additional permissions" are terms that supplement the terms of this
346346+License by making exceptions from one or more of its conditions.
347347+Additional permissions that are applicable to the entire Program shall
348348+be treated as though they were included in this License, to the extent
349349+that they are valid under applicable law. If additional permissions
350350+apply only to part of the Program, that part may be used separately
351351+under those permissions, but the entire Program remains governed by
352352+this License without regard to the additional permissions.
353353+354354+ When you convey a copy of a covered work, you may at your option
355355+remove any additional permissions from that copy, or from any part of
356356+it. (Additional permissions may be written to require their own
357357+removal in certain cases when you modify the work.) You may place
358358+additional permissions on material, added by you to a covered work,
359359+for which you have or can give appropriate copyright permission.
360360+361361+ Notwithstanding any other provision of this License, for material you
362362+add to a covered work, you may (if authorized by the copyright holders of
363363+that material) supplement the terms of this License with terms:
364364+365365+ a) Disclaiming warranty or limiting liability differently from the
366366+ terms of sections 15 and 16 of this License; or
367367+368368+ b) Requiring preservation of specified reasonable legal notices or
369369+ author attributions in that material or in the Appropriate Legal
370370+ Notices displayed by works containing it; or
371371+372372+ c) Prohibiting misrepresentation of the origin of that material, or
373373+ requiring that modified versions of such material be marked in
374374+ reasonable ways as different from the original version; or
375375+376376+ d) Limiting the use for publicity purposes of names of licensors or
377377+ authors of the material; or
378378+379379+ e) Declining to grant rights under trademark law for use of some
380380+ trade names, trademarks, or service marks; or
381381+382382+ f) Requiring indemnification of licensors and authors of that
383383+ material by anyone who conveys the material (or modified versions of
384384+ it) with contractual assumptions of liability to the recipient, for
385385+ any liability that these contractual assumptions directly impose on
386386+ those licensors and authors.
387387+388388+ All other non-permissive additional terms are considered "further
389389+restrictions" within the meaning of section 10. If the Program as you
390390+received it, or any part of it, contains a notice stating that it is
391391+governed by this License along with a term that is a further
392392+restriction, you may remove that term. If a license document contains
393393+a further restriction but permits relicensing or conveying under this
394394+License, you may add to a covered work material governed by the terms
395395+of that license document, provided that the further restriction does
396396+not survive such relicensing or conveying.
397397+398398+ If you add terms to a covered work in accord with this section, you
399399+must place, in the relevant source files, a statement of the
400400+additional terms that apply to those files, or a notice indicating
401401+where to find the applicable terms.
402402+403403+ Additional terms, permissive or non-permissive, may be stated in the
404404+form of a separately written license, or stated as exceptions;
405405+the above requirements apply either way.
406406+407407+ 8. Termination.
408408+409409+ You may not propagate or modify a covered work except as expressly
410410+provided under this License. Any attempt otherwise to propagate or
411411+modify it is void, and will automatically terminate your rights under
412412+this License (including any patent licenses granted under the third
413413+paragraph of section 11).
414414+415415+ However, if you cease all violation of this License, then your
416416+license from a particular copyright holder is reinstated (a)
417417+provisionally, unless and until the copyright holder explicitly and
418418+finally terminates your license, and (b) permanently, if the copyright
419419+holder fails to notify you of the violation by some reasonable means
420420+prior to 60 days after the cessation.
421421+422422+ Moreover, your license from a particular copyright holder is
423423+reinstated permanently if the copyright holder notifies you of the
424424+violation by some reasonable means, this is the first time you have
425425+received notice of violation of this License (for any work) from that
426426+copyright holder, and you cure the violation prior to 30 days after
427427+your receipt of the notice.
428428+429429+ Termination of your rights under this section does not terminate the
430430+licenses of parties who have received copies or rights from you under
431431+this License. If your rights have been terminated and not permanently
432432+reinstated, you do not qualify to receive new licenses for the same
433433+material under section 10.
434434+435435+ 9. Acceptance Not Required for Having Copies.
436436+437437+ You are not required to accept this License in order to receive or
438438+run a copy of the Program. Ancillary propagation of a covered work
439439+occurring solely as a consequence of using peer-to-peer transmission
440440+to receive a copy likewise does not require acceptance. However,
441441+nothing other than this License grants you permission to propagate or
442442+modify any covered work. These actions infringe copyright if you do
443443+not accept this License. Therefore, by modifying or propagating a
444444+covered work, you indicate your acceptance of this License to do so.
445445+446446+ 10. Automatic Licensing of Downstream Recipients.
447447+448448+ Each time you convey a covered work, the recipient automatically
449449+receives a license from the original licensors, to run, modify and
450450+propagate that work, subject to this License. You are not responsible
451451+for enforcing compliance by third parties with this License.
452452+453453+ An "entity transaction" is a transaction transferring control of an
454454+organization, or substantially all assets of one, or subdividing an
455455+organization, or merging organizations. If propagation of a covered
456456+work results from an entity transaction, each party to that
457457+transaction who receives a copy of the work also receives whatever
458458+licenses to the work the party's predecessor in interest had or could
459459+give under the previous paragraph, plus a right to possession of the
460460+Corresponding Source of the work from the predecessor in interest, if
461461+the predecessor has it or can get it with reasonable efforts.
462462+463463+ You may not impose any further restrictions on the exercise of the
464464+rights granted or affirmed under this License. For example, you may
465465+not impose a license fee, royalty, or other charge for exercise of
466466+rights granted under this License, and you may not initiate litigation
467467+(including a cross-claim or counterclaim in a lawsuit) alleging that
468468+any patent claim is infringed by making, using, selling, offering for
469469+sale, or importing the Program or any portion of it.
470470+471471+ 11. Patents.
472472+473473+ A "contributor" is a copyright holder who authorizes use under this
474474+License of the Program or a work on which the Program is based. The
475475+work thus licensed is called the contributor's "contributor version".
476476+477477+ A contributor's "essential patent claims" are all patent claims
478478+owned or controlled by the contributor, whether already acquired or
479479+hereafter acquired, that would be infringed by some manner, permitted
480480+by this License, of making, using, or selling its contributor version,
481481+but do not include claims that would be infringed only as a
482482+consequence of further modification of the contributor version. For
483483+purposes of this definition, "control" includes the right to grant
484484+patent sublicenses in a manner consistent with the requirements of
485485+this License.
486486+487487+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488488+patent license under the contributor's essential patent claims, to
489489+make, use, sell, offer for sale, import and otherwise run, modify and
490490+propagate the contents of its contributor version.
491491+492492+ In the following three paragraphs, a "patent license" is any express
493493+agreement or commitment, however denominated, not to enforce a patent
494494+(such as an express permission to practice a patent or covenant not to
495495+sue for patent infringement). To "grant" such a patent license to a
496496+party means to make such an agreement or commitment not to enforce a
497497+patent against the party.
498498+499499+ If you convey a covered work, knowingly relying on a patent license,
500500+and the Corresponding Source of the work is not available for anyone
501501+to copy, free of charge and under the terms of this License, through a
502502+publicly available network server or other readily accessible means,
503503+then you must either (1) cause the Corresponding Source to be so
504504+available, or (2) arrange to deprive yourself of the benefit of the
505505+patent license for this particular work, or (3) arrange, in a manner
506506+consistent with the requirements of this License, to extend the patent
507507+license to downstream recipients. "Knowingly relying" means you have
508508+actual knowledge that, but for the patent license, your conveying the
509509+covered work in a country, or your recipient's use of the covered work
510510+in a country, would infringe one or more identifiable patents in that
511511+country that you have reason to believe are valid.
512512+513513+ If, pursuant to or in connection with a single transaction or
514514+arrangement, you convey, or propagate by procuring conveyance of, a
515515+covered work, and grant a patent license to some of the parties
516516+receiving the covered work authorizing them to use, propagate, modify
517517+or convey a specific copy of the covered work, then the patent license
518518+you grant is automatically extended to all recipients of the covered
519519+work and works based on it.
520520+521521+ A patent license is "discriminatory" if it does not include within
522522+the scope of its coverage, prohibits the exercise of, or is
523523+conditioned on the non-exercise of one or more of the rights that are
524524+specifically granted under this License. You may not convey a covered
525525+work if you are a party to an arrangement with a third party that is
526526+in the business of distributing software, under which you make payment
527527+to the third party based on the extent of your activity of conveying
528528+the work, and under which the third party grants, to any of the
529529+parties who would receive the covered work from you, a discriminatory
530530+patent license (a) in connection with copies of the covered work
531531+conveyed by you (or copies made from those copies), or (b) primarily
532532+for and in connection with specific products or compilations that
533533+contain the covered work, unless you entered into that arrangement,
534534+or that patent license was granted, prior to 28 March 2007.
535535+536536+ Nothing in this License shall be construed as excluding or limiting
537537+any implied license or other defenses to infringement that may
538538+otherwise be available to you under applicable patent law.
539539+540540+ 12. No Surrender of Others' Freedom.
541541+542542+ If conditions are imposed on you (whether by court order, agreement or
543543+otherwise) that contradict the conditions of this License, they do not
544544+excuse you from the conditions of this License. If you cannot convey a
545545+covered work so as to satisfy simultaneously your obligations under this
546546+License and any other pertinent obligations, then as a consequence you may
547547+not convey it at all. For example, if you agree to terms that obligate you
548548+to collect a royalty for further conveying from those to whom you convey
549549+the Program, the only way you could satisfy both those terms and this
550550+License would be to refrain entirely from conveying the Program.
551551+552552+ 13. Use with the GNU Affero General Public License.
553553+554554+ Notwithstanding any other provision of this License, you have
555555+permission to link or combine any covered work with a work licensed
556556+under version 3 of the GNU Affero General Public License into a single
557557+combined work, and to convey the resulting work. The terms of this
558558+License will continue to apply to the part which is the covered work,
559559+but the special requirements of the GNU Affero General Public License,
560560+section 13, concerning interaction through a network will apply to the
561561+combination as such.
562562+563563+ 14. Revised Versions of this License.
564564+565565+ The Free Software Foundation may publish revised and/or new versions of
566566+the GNU General Public License from time to time. Such new versions will
567567+be similar in spirit to the present version, but may differ in detail to
568568+address new problems or concerns.
569569+570570+ Each version is given a distinguishing version number. If the
571571+Program specifies that a certain numbered version of the GNU General
572572+Public License "or any later version" applies to it, you have the
573573+option of following the terms and conditions either of that numbered
574574+version or of any later version published by the Free Software
575575+Foundation. If the Program does not specify a version number of the
576576+GNU General Public License, you may choose any version ever published
577577+by the Free Software Foundation.
578578+579579+ If the Program specifies that a proxy can decide which future
580580+versions of the GNU General Public License can be used, that proxy's
581581+public statement of acceptance of a version permanently authorizes you
582582+to choose that version for the Program.
583583+584584+ Later license versions may give you additional or different
585585+permissions. However, no additional obligations are imposed on any
586586+author or copyright holder as a result of your choosing to follow a
587587+later version.
588588+589589+ 15. Disclaimer of Warranty.
590590+591591+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592592+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593593+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594594+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595595+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596596+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597597+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598598+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599599+600600+ 16. Limitation of Liability.
601601+602602+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603603+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604604+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605605+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606606+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607607+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608608+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609609+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610610+SUCH DAMAGES.
611611+612612+ 17. Interpretation of Sections 15 and 16.
613613+614614+ If the disclaimer of warranty and limitation of liability provided
615615+above cannot be given local legal effect according to their terms,
616616+reviewing courts shall apply local law that most closely approximates
617617+an absolute waiver of all civil liability in connection with the
618618+Program, unless a warranty or assumption of liability accompanies a
619619+copy of the Program in return for a fee.
620620+621621+ END OF TERMS AND CONDITIONS
622622+623623+ How to Apply These Terms to Your New Programs
624624+625625+ If you develop a new program, and you want it to be of the greatest
626626+possible use to the public, the best way to achieve this is to make it
627627+free software which everyone can redistribute and change under these terms.
628628+629629+ To do so, attach the following notices to the program. It is safest
630630+to attach them to the start of each source file to most effectively
631631+state the exclusion of warranty; and each file should have at least
632632+the "copyright" line and a pointer to where the full notice is found.
633633+634634+ <one line to give the program's name and a brief idea of what it does.>
635635+ Copyright (C) <year> <name of author>
636636+637637+ This program is free software: you can redistribute it and/or modify
638638+ it under the terms of the GNU General Public License as published by
639639+ the Free Software Foundation, either version 3 of the License, or
640640+ (at your option) any later version.
641641+642642+ This program is distributed in the hope that it will be useful,
643643+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644644+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645645+ GNU General Public License for more details.
646646+647647+ You should have received a copy of the GNU General Public License
648648+ along with this program. If not, see <https://www.gnu.org/licenses/>.
649649+650650+Also add information on how to contact you by electronic and paper mail.
651651+652652+ If the program does terminal interaction, make it output a short
653653+notice like this when it starts in an interactive mode:
654654+655655+ <program> Copyright (C) <year> <name of author>
656656+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657+ This is free software, and you are welcome to redistribute it
658658+ under certain conditions; type `show c' for details.
659659+660660+The hypothetical commands `show w' and `show c' should show the appropriate
661661+parts of the General Public License. Of course, your program's commands
662662+might be different; for a GUI interface, you would use an "about box".
663663+664664+ You should also get your employer (if you work as a programmer) or school,
665665+if any, to sign a "copyright disclaimer" for the program, if necessary.
666666+For more information on this, and how to apply and follow the GNU GPL, see
667667+<https://www.gnu.org/licenses/>.
668668+669669+ The GNU General Public License does not permit incorporating your program
670670+into proprietary programs. If your program is a subroutine library, you
671671+may consider it more useful to permit linking proprietary applications with
672672+the library. If this is what you want to do, use the GNU Lesser General
673673+Public License instead of this License. But first, please read
674674+<https://www.gnu.org/licenses/why-not-lgpl.html>.
+44
README.md
···11+# at-scholarly-lexicons
22+33+## What is this?
44+55+A **proof-of-concept** set of AT Protocol lexicons for academic publishing - demonstrating how decentralised, content-addressed data structures could transform scholarly communication.
66+77+> [!TIP] What is a Lexicon?
88+> A **lexicon** in the AT Protocol is a schema definition that describes the structure of data records, similar to how a database schema defines tables and fields. Lexicons specify what fields exist, their data types, validation rules, and relationships between different record types. They enable interoperability by ensuring that different applications can read, write, and understand the same data structures in a standardised way.
99+1010+[Read the official documentation on atproto.com →](https://atproto.com/specs/lexicon)
1111+1212+## Why does this exist?
1313+1414+This project explores what a decentralised academic publishing system might look like, built on the [AT Protocol](https://atproto.com). It defines multiple interconnected lexicons covering the entire scholarly lifecycle: journals, manuscripts, peer review, editorial decisions, and researcher profiles.
1515+1616+Think of it as a blueprint that any project could adopt, adapt, or fork to build modern scholarly publishing infrastructure.
1717+1818+Academic publishing is ripe for disruption. This project imagines:
1919+- **Portable identities** (DIDs) that researchers own, not journals
2020+- **Immutable provenance** (content addressing) for submissions and peer reviews
2121+- **Transparent workflows** that respect blind peer review
2222+- **Interoperable standards** that any platform can implement
2323+2424+## Getting Started
2525+2626+Each lexicon directory contains:
2727+- `{name}.json` - The AT Protocol lexicon specification (self-documenting)
2828+- `README.md` - Practical implementation guide
2929+3030+> [!IMPORTANT]
3131+> For detailed documentation about the lexicons themselves, see **[lexicons/README.md](./lexicons/README.md)**.
3232+3333+## Contributors
3434+3535+B. Prendergast - [@render.ghost](https://bsky.app/profile/renderg.host)
3636+3737+## Contributing
3838+3939+Feedback and improvements are welcome through community discussion.
4040+4141+- **Fork & adapt** - Use these lexicons as a starting point for your own project
4242+- **Suggest improvements** - Open issues or discussions about the data model
4343+- **Build implementations** - Create tools, platforms, or services using these lexicons
4444+- **Propose additions** - New lexicons or fields that would be useful
+215
lexicons/README.md
···11+# Scholarly Lexicons
22+33+A broad set of *hypothetical* lexicons for academic publishing built on the [AT Protocol](https://atproto.com) specification. These lexicons propose data structures for journals, manuscripts, peer reviews, and scholarly profiles using decentralized identifiers and content-addressed storage.
44+55+## Contexts
66+77+> [!NOTE] Shared Definitions
88+> **Definition** - Standard terms, categories, and reference patterns used consistently across the publishing system to ensure clarity and compatibility.
99+1010+### 📚 Publishing Context
1111+- **Publisher** - An organization that collects, reviews, and shares scholarly work, responsible for ensuring quality and integrity across the research it distributes.
1212+- **Portfolio** - A collection of related publications grouped together, often sharing similar editorial standards and subject areas.
1313+- **Publication** - A venue where scholarly work appears, such as a journal, preprint repository, or conference proceedings.
1414+- **Issue** - A numbered or themed collection of articles within a publication, helping organize content and provide stable reference points.
1515+- **Event** - A meeting or gathering—in person or online—where scholars share and discuss research, which may produce formal publications or proceedings.
1616+1717+> [!IMPORTANT] Assumed Publishing Hierarchy
1818+> `Publisher` → `Portfolio` → `Publication` → `Issue` forms a publication context. A `Portfolio` can be optional.
1919+2020+> [!IMPORTANT] Assumed Peer Review Workflow
2121+> 1. `Manuscript` submitted to `Publication`.
2222+> 2. `Version` created (v1, v2, etc.)
2323+> 3. `Review` references specific `Version`
2424+> 4. `Decision` references `Manuscript` and `Review`
2525+> 5. Process repeats across revisions
2626+2727+### 📄 Submission Context
2828+- **Manuscript** - A piece of scholarly work that author(s) submits for feedback, revision, and eventual publication.
2929+- **Supplement** - Extra materials like data, code, or media that support and strengthen the claims in a manuscript.
3030+- **Version** - A specific snapshot of a manuscript at a particular time, allowing people to track changes and refer to exact iterations during review.
3131+- **Review** - Feedback from independent topical experts who evaluate a manuscript's quality, methods, and contribution to the field.
3232+- **Decision** - The editorial verdict on a manuscript (can include accept, revise, reject, transfer, etc. ) that determines what happens next.
3333+- **Consent** - Formal agreements and approvals needed to publish work, covering ethics, copyright, and how works can be used.
3434+3535+### 👥 User Context
3636+- **Author** - One who writes and submits scholarly work for publication.
3737+- **Reviewer** - A topical expert who reads and evaluates manuscripts, helping ensure the quality and credibility of published work.
3838+- **Editor** - One who manages the publication process, coordinates reviews, makes publication decisions, and maintains publication standards.
3939+4040+## AT Protocol Principles
4141+4242+### Namespacing
4343+All lexicons use `at.scholarly.*` - a *hypothetical* namespace for demonstration.
4444+4545+### References
4646+- **`at-uri`** - Stable references to entities (publications, manuscripts)
4747+- **`strongRef`** - Versioned references with content hash (CID) for immutable linking
4848+- **`DID`** - Decentralized identifiers for users (authors, reviewers, editors)
4949+5050+### Data Model
5151+- **Separate records** - Each entity is a distinct record (not embedded)
5252+- **Versioned linking** - Reviews and decisions reference specific manuscript versions
5353+- **Content addressing** - Immutable PDFs and data files with cryptographic hashes
5454+5555+### Entity Relationships
5656+5757+> [!IMPORTANT]
5858+> Mermaid diagrams may not display in all Markdown viewers. To view this diagram, paste it into https://mermaid.live/edit.
5959+6060+```mermaid
6161+---
6262+config:
6363+ layout: elk
6464+---
6565+flowchart TB
6666+ subgraph Publishing["Publication Context"]
6767+ publisher["Publisher"]
6868+ portfolio["Portfolio"]
6969+ publication["Publication"]
7070+ issue["Issue"]
7171+ event["Event"]
7272+ end
7373+ subgraph Submission["Submission Context"]
7474+ manuscript["Manuscript"]
7575+ supplement["Supplement"]
7676+ version["Version"]
7777+ review["Review"]
7878+ decision["Decision"]
7979+ consent["Consent"]
8080+ end
8181+ subgraph Actor["Actor Context"]
8282+ author["Author"]
8383+ reviewer["Reviewer"]
8484+ editor["Editor"]
8585+ end
8686+ event --- publication
8787+ portfolio --- publisher
8888+ issue --- publication
8989+ publication --- portfolio & publisher
9090+ manuscript --- publication & issue & event & supplement & version & review & decision & consent & author
9191+ review --- version & reviewer
9292+ decision --- review & editor
9393+ editor --- publication
9494+ reviewer --- publication
9595+ publisher:::pubStyle
9696+ portfolio:::pubStyle
9797+ publication:::pubStyle
9898+ issue:::pubStyle
9999+ event:::pubStyle
100100+ manuscript:::subStyle
101101+ supplement:::subStyle
102102+ version:::subStyle
103103+ review:::subStyle
104104+ decision:::subStyle
105105+ consent:::subStyle
106106+ author:::userStyle
107107+ reviewer:::userStyle
108108+ editor:::userStyle
109109+ classDef pubStyle fill:#e1f5ff,stroke:#0288d1,stroke-width:1px,color:#000000;
110110+ classDef subStyle fill:#fff3e0,stroke:#f57c00,stroke-width:1px,color:#000000;
111111+ classDef userStyle fill:#f3e5f5,stroke:#7b1fa2,stroke-width:1px,color:#000000;
112112+113113+```
114114+115115+## Usage Examples
116116+117117+### Publishing a Journal Article
118118+119119+```json
120120+{
121121+ "$type": "at.scholarly.manuscript",
122122+ "title": "CRISPR-Cas9 Gene Editing in Human Embryos",
123123+ "abstract": "We demonstrate...",
124124+ "authors": [
125125+ {
126126+ "name": "Dr. Jane Smith",
127127+ "orcid": "0000-0002-1825-0097",
128128+ "affiliation": "Stanford University"
129129+ }
130130+ ],
131131+ "publication": "at://did:plc:abc123/at.scholarly.publication/nature",
132132+ "doi": "10.1038/nature12373",
133133+ "submittedDate": "2024-01-15T00:00:00Z",
134134+ "status": "published",
135135+ "manuscriptFile": { /* blob reference */ }
136136+}
137137+```
138138+139139+### Submitting a Preprint
140140+141141+```json
142142+{
143143+ "$type": "at.scholarly.manuscript",
144144+ "title": "Novel Machine Learning Architecture",
145145+ "abstract": "We propose...",
146146+ "authors": [{ /* personRef */ }],
147147+ "publication": "at://did:plc:xyz789/at.scholarly.publication/arxiv",
148148+ "submittedDate": "2024-02-01T00:00:00Z",
149149+ "status": "submitted",
150150+ "manuscriptFile": { /* blob reference */ }
151151+}
152152+```
153153+154154+### Peer Review Workflow
155155+156156+```json
157157+// 1. Review submitted
158158+{
159159+ "$type": "at.scholarly.review",
160160+ "manuscript": {
161161+ "uri": "at://did:plc:author123/at.scholarly.manuscript/abc",
162162+ "cid": "bafyreigh2akiscail..."
163163+ },
164164+ "version": {
165165+ "uri": "at://did:plc:author123/at.scholarly.version/v1",
166166+ "cid": "bafyreidvmu5qccl..."
167167+ },
168168+ "reviewer": "did:plc:reviewer456",
169169+ "submittedDate": "2024-03-01T00:00:00Z",
170170+ "recommendation": "minor-revision",
171171+ "confidentiality": "double-blind",
172172+ "comments": "The manuscript presents novel findings..."
173173+}
174174+175175+// 2. Editorial decision
176176+{
177177+ "$type": "at.scholarly.decision",
178178+ "manuscript": {
179179+ "uri": "at://did:plc:author123/at.scholarly.manuscript/abc",
180180+ "cid": "bafyreigh2akiscail..."
181181+ },
182182+ "editor": "did:plc:editor789",
183183+ "decisionType": "major-revisions-required",
184184+ "decisionDate": "2024-03-15T00:00:00Z",
185185+ "reviews": [
186186+ {
187187+ "uri": "at://did:plc:reviewer456/at.scholarly.review/rev1",
188188+ "cid": "bafyreieakfcpe..."
189189+ }
190190+ ],
191191+ "commentsToAuthors": "Please address the reviewer's concerns...",
192192+ "dueDate": "2024-05-15T00:00:00Z"
193193+}
194194+```
195195+196196+### Conference Paper Submission
197197+198198+```json
199199+{
200200+ "$type": "at.scholarly.manuscript",
201201+ "title": "Neural Architecture Search at Scale",
202202+ "authors": [{ /* personRef */ }],
203203+ "publication": "at://did:plc:pub/at.scholarly.publication/neurips-proceedings",
204204+ "event": "at://did:plc:org/at.scholarly.event/neurips-2024",
205205+ "submittedDate": "2024-05-15T00:00:00Z",
206206+ "status": "under-review"
207207+}
208208+```
209209+210210+## Resources
211211+212212+- **AT Protocol Documentation**: https://atproto.com
213213+- **Lexicon Specification**: https://atproto.com/specs/lexicon
214214+- **AT Protocol GitHub**: https://github.com/bluesky-social/atproto
215215+- **Lexicon Guidance**: https://www.pfrazee.com/blog/lexicon-guidance
+24
lexicons/author/README.md
···11+# at.scholarly.author
22+33+Author profile for researchers who write and publish academic manuscripts.
44+55+## Use Cases
66+- Providing proper attribution and credit for research contributions
77+- Disambiguating between researchers with same names using ORCID
88+- Building publication portfolios showing all works by an author
99+- Enabling co-author discovery and networking
1010+- Tracking institutional affiliations and career moves
1111+1212+## Challenges
1313+- **Privacy concerns**: Email and contact information may be publicly exposed
1414+- **Maintenance burden**: Affiliations change frequently requiring updates
1515+- **Name changes**: Life events (marriage, transition) complicate identity continuity
1616+- **Multiple identities**: Some researchers use different names in different contexts/languages
1717+1818+## Notes
1919+- Always include ORCID when available for reliable disambiguation (0000-0001-2345-6789)
2020+- Use `manuscripts` array to automatically build publication list for the author
2121+- Keep `affiliation` up-to-date as researchers move institutions frequently
2222+- Support name changes by updating `name` field whilst ORCID provides continuity
2323+- `expertise` array helps with manuscript-reviewer matching and discovery
2424+- Key is `literal:self` - one author profile per DID (user account)
+71
lexicons/author/author.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.author",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing an author profile - a user account for researchers who write and publish academic manuscripts. Authors are the primary creators of scholarly content. This profile stores their identity, institutional affiliation, research areas, and links to their published work. Authors use this profile when submitting manuscripts, responding to peer review, and managing their publication portfolio. Referenced by: at.scholarly.manuscript (via personRef in authors array). Key 'literal:self' means one profile per user (DID).",
88+ "key": "literal:self",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "name",
1313+ "affiliation"
1414+ ],
1515+ "properties": {
1616+ "name": {
1717+ "type": "string",
1818+ "maxLength": 500,
1919+ "description": "Full name of the author as it should appear in publications and citations. Format: usually 'FirstName MiddleName(s) LastName' but respect cultural naming conventions. Examples: 'Marie Curie', 'Francis H.C. Crick', 'Tu Youyou', 'Ada Lovelace'. This is the canonical name for all publications. Maximum 500 characters. Required field."
2020+ },
2121+ "orcid": {
2222+ "type": "ref",
2323+ "ref": "at.scholarly.definition#orcid",
2424+ "description": "ORCID identifier - a unique persistent digital identifier for researchers. Format: 0000-0001-2345-6789 (16 digits in groups of 4). ORCID helps distinguish you from other researchers with similar names and links all your work together across name changes, institutions, and publishers. Highly recommended by most journals and funders. Free to obtain from orcid.org. See at.scholarly.definition#orcid for pattern. Optional but strongly recommended."
2525+ },
2626+ "email": {
2727+ "type": "string",
2828+ "format": "email",
2929+ "description": "Contact email address for professional correspondence about publications. Used by journals, co-authors, and readers to reach you. Format: name@institution.edu. Should be a stable institutional or professional email rather than personal one (if possible). Privacy consideration: this may be public depending on profile settings. Optional field."
3030+ },
3131+ "affiliation": {
3232+ "type": "string",
3333+ "maxLength": 1000,
3434+ "description": "Current institutional affiliation - where you work or study. Include department and institution. Examples: 'Department of Physics, University of Cambridge, UK', 'Howard Hughes Medical Institute, USA', 'Independent Researcher', 'Google DeepMind, London, UK'. For multiple affiliations, separate with semicolons. This appears in publications and helps establish credibility. Maximum 1000 characters. Required field."
3535+ },
3636+ "bio": {
3737+ "type": "string",
3838+ "maxLength": 5000,
3939+ "description": "Professional biography or research summary. Describe your research interests, career stage, major achievements, and current focus. Examples: 'PhD candidate studying machine learning applications in climate science', 'Professor of Biology specialising in evolutionary genomics. Author of 100+ papers on speciation'. Keep professional and up-to-date. Maximum 5000 characters. Optional field."
4040+ },
4141+ "website": {
4242+ "type": "string",
4343+ "format": "uri",
4444+ "description": "Personal or professional website URL - your academic homepage, research group page, or professional portfolio. Full URL format: https://www.example.edu/~researcher, https://researchgroup.org. Can be institutional page, personal domain, Google Scholar, or ResearchGate profile. Helps people learn more about your work. Optional field."
4545+ },
4646+ "expertise": {
4747+ "type": "array",
4848+ "items": {
4949+ "type": "string",
5050+ "maxLength": 200
5151+ },
5252+ "description": "List of research areas, fields, or topics you have expertise in. Use specific, meaningful terms. Examples: ['machine learning', 'climate modelling', 'carbon cycle'], ['CRISPR gene editing', 'developmental biology', 'zebrafish'], ['quantum computing', 'error correction']. Helps with manuscript assignment to appropriate reviewers and for discovery. Each expertise up to 200 characters. Optional field."
5353+ },
5454+ "manuscripts": {
5555+ "type": "array",
5656+ "items": {
5757+ "type": "string",
5858+ "format": "at-uri"
5959+ },
6060+ "description": "Array of AT Protocol URI references to manuscripts you've authored. Points to at.scholarly.manuscript records. Format: at://did:plc:abc123/at.scholarly.manuscript/xyz789. This creates your publication list - all papers you've written or contributed to. Automatically populated when you're listed as an author on a manuscript. Used to build your research portfolio and track your contributions. Optional field - populated over time."
6161+ },
6262+ "createdAt": {
6363+ "type": "string",
6464+ "format": "datetime",
6565+ "description": "Timestamp when this author profile was created in the system. ISO 8601 format. Indicates when you joined the platform. For system record-keeping and audit trails. Optional field."
6666+ }
6767+ }
6868+ }
6969+ }
7070+ }
7171+}
+25
lexicons/consent/README.md
···11+# at.scholarly.consent
22+33+Legal consents, approvals, and disclosures required for ethical and compliant publication.
44+55+## Use Cases
66+- Recording ethics committee/IRB approval for research involving human/animal subjects
77+- Documenting informed consent from research participants
88+- Tracking copyright transfer agreements with publishers
99+- Declaring competing interests and conflicts of interest
1010+- Recording funding disclosures and grant information
1111+- Managing data sharing permissions and licences
1212+1313+## Challenges
1414+- **Jurisdictional variation**: Different countries/institutions have different ethics requirements
1515+- **Documentation burden**: Requires scanning and uploading approval letters, signed forms
1616+- **Sensitive information**: May contain confidential institutional details
1717+- **Retroactive compliance**: Historical papers may lack proper consent documentation
1818+1919+## Notes
2020+- Create separate consent record for each type (ethics, copyright, data-sharing, competing-interests, funding)
2121+- Set `consentType` appropriately to categorise the consent
2222+- Use `dateObtained` to record when approval was granted - important for compliance audits
2323+- Upload supporting documents (approval letters, signed forms) via `document` field when available
2424+- Include `referenceNumber` (e.g., IRB protocol number) for verification and lookup
2525+- For ethics approvals, ensure date precedes data collection start date
+62
lexicons/consent/consent.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.consent",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing a legal consent, approval, or disclosure required for ethical and compliant publication of research. Modern academic publishing requires various forms of consent and approval: ethics committee approval for research involving humans/animals, informed consent from study participants, copyright transfer agreements, competing interests declarations, data sharing permissions, and funding disclosures. This lexicon tracks these compliance requirements. Multiple consent records may be attached to a single manuscript. References: at.scholarly.manuscript (via strongRef).",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "manuscript",
1313+ "consentType",
1414+ "description",
1515+ "dateObtained"
1616+ ],
1717+ "properties": {
1818+ "manuscript": {
1919+ "type": "ref",
2020+ "ref": "at.scholarly.definition#strongRef",
2121+ "description": "StrongRef reference to the manuscript this consent applies to. Uses strongRef (URI + CID hash) to create an immutable link between the consent and the specific manuscript version. Points to an at.scholarly.manuscript record. This ensures the consent record is permanently tied to the work it authorises. Required field for compliance audit trails. See at.scholarly.definition#strongRef."
2222+ },
2323+ "consentType": {
2424+ "type": "ref",
2525+ "ref": "at.scholarly.definition#consentType",
2626+ "description": "Type of consent or approval this record represents. Values from at.scholarly.definition#consentType: 'ethics-approval' (IRB/ethics committee approval for human/animal research), 'informed-consent' (participants agreed to participate), 'data-sharing' (permission to share data publicly), 'copyright-transfer' (authors transfer rights to publisher), 'competing-interests' (disclosure of financial conflicts), 'funding-disclosure' (funding sources). Required field to categorise the consent."
2727+ },
2828+ "description": {
2929+ "type": "string",
3030+ "maxLength": 5000,
3131+ "description": "Human-readable description of this consent/approval. Explain what was approved, by whom, and any relevant details or conditions. Examples: 'IRB approval granted by Stanford University Ethics Committee for human subjects research protocol #2024-001', 'All participants provided written informed consent', 'Authors have no competing financial interests to declare', 'Funded by Wellcome Trust grant 123456'. Maximum 5000 characters. Required field."
3232+ },
3333+ "dateObtained": {
3434+ "type": "string",
3535+ "format": "datetime",
3636+ "description": "Date when this consent or approval was obtained. ISO 8601 format: 2024-01-15T00:00:00Z. For ethics approval, this is when the committee approved the protocol. For copyright transfer, when the form was signed. Important for compliance - ethics approval must typically predate data collection. Required field for audit trails."
3737+ },
3838+ "document": {
3939+ "type": "blob",
4040+ "maxSize": 10000000,
4141+ "description": "Optional supporting document proving the consent/approval - scanned approval letter, signed consent form, copyright transfer agreement, etc. Useful for verification and compliance audits. Any file format but typically PDF. Maximum size 10MB (10,000,000 bytes). Content-addressed via CID hash for immutability. Optional field - not all consents require documentation."
4242+ },
4343+ "institution": {
4444+ "type": "string",
4545+ "maxLength": 500,
4646+ "description": "Name of the institution or organisation that granted the approval or with whom the agreement was made. Examples: 'Stanford University Institutional Review Board', 'UK Health Research Authority', 'Nature Publishing Group', 'European Research Council'. Provides context about who authorised what. Maximum 500 characters. Optional field."
4747+ },
4848+ "referenceNumber": {
4949+ "type": "string",
5050+ "maxLength": 200,
5151+ "description": "Reference or identification number assigned by the approving body. Examples: ethics protocol number 'IRB-2024-001', grant reference 'WT123456', copyright agreement 'CA-2024-567'. Allows verification and lookup in external systems. Often required to be included in published papers. Maximum 200 characters. Optional field."
5252+ },
5353+ "createdAt": {
5454+ "type": "string",
5555+ "format": "datetime",
5656+ "description": "Timestamp when this consent record was created in the system. ISO 8601 format. Not the same as dateObtained (when the actual approval was granted). This is for system record-keeping and audit trails. Optional field."
5757+ }
5858+ }
5959+ }
6060+ }
6161+ }
6262+}
+24
lexicons/decision/README.md
···11+# at.scholarly.decision
22+33+An editorial decision on a manuscript - the official outcome of peer review.
44+55+## Use Cases
66+- Recording accept/reject decisions with justification and next steps
77+- Requesting major or minor revisions with specific guidance for authors
88+- Tracking decision history across multiple revision rounds
99+- Providing transparency in the editorial process
1010+- Documenting which reviews informed each decision
1111+1212+## Challenges
1313+- **Sensitivity**: Decision letters may contain harsh criticism that affects author morale
1414+- **Finality concerns**: Decisions may be appealed or overturned, requiring decision history tracking
1515+- **Editor privacy**: Some journals protect editor identity until decision is made
1616+- **Liability**: Documented decisions create audit trail that may be scrutinised in disputes
1717+1818+## Notes
1919+- Set `decisionType` to one of: accept, accept-with-minor-revisions, major-revisions-required, reject-with-resubmission, reject
2020+- Link all reviews that informed the decision via `reviews` array using `strongRef`
2121+- Provide clear guidance in `commentsToAuthors` - summarise reviews and give specific revision instructions
2222+- For revision decisions, set `dueDate` (typically 2-3 months for major revisions, 2-4 weeks for minor)
2323+- Create new decision record for each round - a manuscript may have multiple decisions (revisions required → accept)
2424+- Use `strongRef` for manuscript to create immutable decision record tied to specific version
+65
lexicons/decision/decision.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.decision",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing an editorial decision on a manuscript - the official outcome of the peer review process. After receiving peer reviews, the editor (or editorial board) makes a decision: accept for publication, reject, or request revisions. This is a critical milestone in the publication journey. A manuscript may receive multiple decisions if it goes through revision cycles (e.g., 'revisions required' followed by 'accept' after revision). References: at.scholarly.manuscript (via strongRef), at.scholarly.review (array of strongRefs), at.scholarly.editor (via DID).",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "manuscript",
1313+ "editor",
1414+ "decisionType",
1515+ "decisionDate"
1616+ ],
1717+ "properties": {
1818+ "manuscript": {
1919+ "type": "ref",
2020+ "ref": "at.scholarly.definition#strongRef",
2121+ "description": "StrongRef reference to the manuscript this decision concerns. Uses strongRef (URI + CID hash) to lock the decision to a specific immutable version of the manuscript. Points to an at.scholarly.manuscript record. This creates an immutable audit trail - the decision is permanently tied to exactly what the editor evaluated. If authors revise and resubmit, a new decision record is created for the new version. Required field. See at.scholarly.definition#strongRef."
2222+ },
2323+ "editor": {
2424+ "type": "string",
2525+ "format": "did",
2626+ "description": "Decentralised Identifier (DID) of the editor who made this decision. Points to their at.scholarly.editor profile. Format: did:plc:abc123xyz. This identifies who is responsible for the decision - could be the editor-in-chief, associate editor, or section editor depending on journal structure. Provides accountability and allows tracking editor decisions. Required field."
2727+ },
2828+ "decisionType": {
2929+ "type": "ref",
3030+ "ref": "at.scholarly.definition#decisionType",
3131+ "description": "The editor's decision outcome. Values from at.scholarly.definition#decisionType: 'accept' (approved for publication as-is), 'accept-with-minor-revisions' (approved but needs small fixes), 'major-revisions-required' (promising but needs substantial changes and re-review), 'reject-with-resubmission' (not acceptable now but authors can try again after major work), 'reject' (will not publish, do not resubmit). Note: 'major-revisions-required' is common and not a rejection. Required field."
3232+ },
3333+ "decisionDate": {
3434+ "type": "string",
3535+ "format": "datetime",
3636+ "description": "Date and time when the editor made this decision. ISO 8601 format: 2024-04-10T10:30:00Z. This is when the decision was finalised, after considering all reviews. Used to track editorial speed and time-to-decision metrics. The date communicated to authors in the decision letter. Required field."
3737+ },
3838+ "reviews": {
3939+ "type": "array",
4040+ "items": {
4141+ "type": "ref",
4242+ "ref": "at.scholarly.definition#strongRef"
4343+ },
4444+ "description": "Array of strongRef references to the peer reviews that informed this decision. Points to at.scholarly.review records. Typically 2-4 reviews per manuscript. The editor bases their decision on these reviews (though editor may override reviewers). Uses strongRef to create immutable links showing exactly which reviews the editor considered. Provides transparency and accountability in the decision-making process. Optional field."
4545+ },
4646+ "commentsToAuthors": {
4747+ "type": "string",
4848+ "maxLength": 50000,
4949+ "description": "The editor's comments to the authors explaining the decision - the 'decision letter'. Summarises the reviews, explains the reasoning, and provides guidance if revisions are needed. May say things like: 'Both reviewers found your work interesting but raised concerns about...', 'Please address the following points in your revision...'. For rejections, may suggest alternative venues. Can be quite lengthy. Maximum 50,000 characters (~8,000 words). Optional but highly recommended for transparency."
5050+ },
5151+ "dueDate": {
5252+ "type": "string",
5353+ "format": "datetime",
5454+ "description": "Deadline for authors to submit revisions if the decision requires revisions ('major-revisions-required' or 'accept-with-minor-revisions'). ISO 8601 format. Typically 2-3 months for major revisions, 2-4 weeks for minor revisions. If authors miss this deadline, they may need to resubmit as a new submission. Only applicable when revisions are requested. Optional field - not relevant for accept/reject decisions."
5555+ },
5656+ "createdAt": {
5757+ "type": "string",
5858+ "format": "datetime",
5959+ "description": "Timestamp when this decision record was created in the system. ISO 8601 format. Not the same as decisionDate (when editor made the decision). This is for system record-keeping and audit trails. Optional field."
6060+ }
6161+ }
6262+ }
6363+ }
6464+ }
6565+}
+24
lexicons/definition/README.md
···11+# at.scholarly.definition
22+33+Shared type definitions and enumerations used across all scholarly lexicons.
44+55+## Use Cases
66+- Ensuring consistent identifier formats (DOI, ORCID, ISSN) across all records
77+- Providing immutable references between entities via `strongRef`
88+- Standardising person information (`personRef`) for authors, reviewers, editors
99+- Defining controlled vocabularies for statuses, types, and classifications
1010+1111+## Challenges
1212+- **Breaking changes**: Modifying shared types impacts all lexicons using them
1313+- **Tight coupling**: Changes require coordinated updates across multiple lexicons
1414+- **Validation complexity**: Pattern matching for identifiers (DOI, ORCID, ISSN) must be precise
1515+- **Enum rigidity**: Adding new values to enums requires schema updates
1616+1717+## Notes
1818+- Use `strongRef` (URI + CID) whenever you need immutable, content-addressed references between entities
1919+- Always validate identifier patterns (DOI, ORCID, ISSN) at write time to prevent invalid data
2020+- `personRef` is the standard way to represent people - use it consistently across author/reviewer/editor contexts
2121+- Enumerations like `reviewStatus`, `decisionType`, `confidentialityLevel` define the allowed workflow states
2222+- **Versioning strategy**: If breaking changes are needed, create a new version (e.g., `at.scholarly.definition.v2`)
2323+- **Optional by default**: When adding new fields to existing objects, make them optional to avoid breaking changes
2424+at.scholarly.definitionat.scholarly.definitionat.scholarly.definitionat.scholarly.definition
+213
lexicons/definition/definition.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.definition",
44+ "description": "Shared type definitions and enumerations used across all scholarly lexicons. This lexicon provides reusable components (like strongRef for versioned references, personRef for people, and standard identifier patterns for DOI/ORCID/ISSN) to ensure consistency and prevent duplication. Use these definitions by referencing them with 'ref': 'at.scholarly.definition#definitionName' in other lexicons.",
55+ "definition": {
66+ "strongRef": {
77+ "type": "object",
88+ "description": "A strongly-typed reference to a specific version of a record, combining an AT Protocol URI with a content hash (CID). This ensures immutability - you're referencing not just 'a manuscript' but 'manuscript version X with hash Y'. Used in reviews, decisions, and anywhere you need to reference a specific immutable version rather than 'the latest version'. Example: A review should reference the exact manuscript version that was reviewed, not just the manuscript in general.",
99+ "required": [
1010+ "uri",
1111+ "cid"
1212+ ],
1313+ "properties": {
1414+ "uri": {
1515+ "type": "string",
1616+ "format": "at-uri",
1717+ "description": "AT Protocol URI pointing to the record. Format: at://did:plc:abc123/at.scholarly.manuscript/xyz789. This identifies WHICH record you're referencing."
1818+ },
1919+ "cid": {
2020+ "type": "string",
2121+ "format": "cid",
2222+ "description": "Content Identifier (CID) - a cryptographic hash of the record's content. This locks the reference to a specific version. If the record changes, the CID changes. Format: bafyreigh2akiscail... This ensures WHICH VERSION of the record you're referencing."
2323+ }
2424+ }
2525+ },
2626+ "personRef": {
2727+ "type": "object",
2828+ "description": "Reference to a person (author, reviewer, or editor) with their identifying information. This is used inline when listing manuscript authors or in places where you need to cite someone without requiring them to have a full profile record. Only name is required, but ORCID is strongly recommended to disambiguate people with common names. Used in: at.scholarly.manuscript (authors list), at.scholarly.version (authors list).",
2929+ "required": [
3030+ "name"
3131+ ],
3232+ "properties": {
3333+ "did": {
3434+ "type": "string",
3535+ "format": "did",
3636+ "description": "Optional Decentralized Identifier (DID) if this person has an AT Protocol account. Format: did:plc:abc123xyz. If provided, this links to their full author/reviewer/editor profile record. If not provided, this is just citation information."
3737+ },
3838+ "name": {
3939+ "type": "string",
4040+ "maxLength": 500,
4141+ "description": "Full name of the person as it should appear in citations and bylines. Required field. Examples: 'Jane Smith', 'Dr. John Doe', 'María García López'."
4242+ },
4343+ "orcid": {
4444+ "type": "string",
4545+ "pattern": "^\\d{4}-\\d{4}-\\d{4}-\\d{3}[0-9X]$",
4646+ "description": "ORCID identifier - a unique persistent identifier for researchers. Format: 0000-0002-1825-0097 (four groups of four digits, last digit can be X). Strongly recommended to disambiguate authors with common names. See orcid.org to get one."
4747+ },
4848+ "affiliation": {
4949+ "type": "string",
5050+ "maxLength": 1000,
5151+ "description": "Current institutional affiliation of the person at time of contribution. Examples: 'Stanford University', 'Max Planck Institute for Evolutionary Anthropology', 'Independent Researcher'. Can include department: 'Department of Computer Science, MIT'."
5252+ },
5353+ "email": {
5454+ "type": "string",
5555+ "format": "email",
5656+ "description": "Email address for correspondence. Optional but recommended especially for corresponding authors. Will be displayed publicly if this is used in author lists."
5757+ }
5858+ }
5959+ },
6060+ "doi": {
6161+ "type": "string",
6262+ "pattern": "^10\\.\\d{4,9}/[-._;()/:A-Za-z0-9]+$",
6363+ "description": "Digital Object Identifier (DOI) - a persistent identifier for published works. Format: Always starts with '10.' followed by a publisher prefix and a suffix. Example: 10.1038/nature12373 or 10.1371/journal.pone.0123456. DOIs are the standard way to cite scholarly works and ensure links don't break even if the publisher changes their website. Assigned by publishers when an article is published."
6464+ },
6565+ "orcid": {
6666+ "type": "string",
6767+ "pattern": "^\\d{4}-\\d{4}-\\d{4}-\\d{3}[0-9X]$",
6868+ "description": "ORCID identifier (e.g., 0000-0002-1825-0097)."
6969+ },
7070+ "issn": {
7171+ "type": "string",
7272+ "pattern": "^\\d{4}-\\d{3}[0-9X]$",
7373+ "description": "International Standard Serial Number (e.g., 0028-0836)."
7474+ },
7575+ "dateRange": {
7676+ "type": "object",
7777+ "description": "Date range with start and optional end date.",
7878+ "required": [
7979+ "start"
8080+ ],
8181+ "properties": {
8282+ "start": {
8383+ "type": "string",
8484+ "format": "datetime",
8585+ "description": "Start date and time."
8686+ },
8787+ "end": {
8888+ "type": "string",
8989+ "format": "datetime",
9090+ "description": "End date and time (optional for ongoing events)."
9191+ }
9292+ }
9393+ },
9494+ "license": {
9595+ "type": "object",
9696+ "description": "License information for a work.",
9797+ "required": [
9898+ "type"
9999+ ],
100100+ "properties": {
101101+ "type": {
102102+ "type": "string",
103103+ "description": "License type (e.g., CC-BY-4.0, MIT, proprietary)."
104104+ },
105105+ "url": {
106106+ "type": "string",
107107+ "format": "uri",
108108+ "description": "URL to the full license text."
109109+ },
110110+ "text": {
111111+ "type": "string",
112112+ "maxLength": 5000,
113113+ "description": "Brief license description or full text."
114114+ }
115115+ }
116116+ },
117117+ "contributorRole": {
118118+ "type": "string",
119119+ "enum": [
120120+ "author",
121121+ "corresponding-author",
122122+ "equal-contributor",
123123+ "supervisor",
124124+ "principal-investigator"
125125+ ],
126126+ "description": "Role of a contributor to a manuscript."
127127+ },
128128+ "reviewStatus": {
129129+ "type": "string",
130130+ "enum": [
131131+ "draft",
132132+ "submitted",
133133+ "under-review",
134134+ "revision-requested",
135135+ "revision-submitted",
136136+ "accepted",
137137+ "rejected",
138138+ "published",
139139+ "retracted"
140140+ ],
141141+ "description": "Current status of a manuscript in the publication lifecycle. Values: 'draft' (being written, not submitted), 'submitted' (sent to journal/conference), 'under-review' (being peer-reviewed), 'revision-requested' (needs changes), 'revision-submitted' (revised version sent back), 'accepted' (approved for publication), 'rejected' (not accepted), 'published' (publicly available), 'retracted' (published but later withdrawn due to errors/misconduct). Used in at.scholarly.manuscript to track where a work is in the process."
142142+ },
143143+ "confidentialityLevel": {
144144+ "type": "string",
145145+ "enum": [
146146+ "open",
147147+ "single-blind",
148148+ "double-blind",
149149+ "triple-blind",
150150+ "confidential"
151151+ ],
152152+ "description": "Confidentiality model for peer review process. Values: 'open' (authors and reviewers know each other's identities, review is public), 'single-blind' (reviewers know who authors are, but authors don't know reviewers), 'double-blind' (neither authors nor reviewers know each other's identities), 'triple-blind' (authors, reviewers, AND editors don't know identities), 'confidential' (review contents are private even if identities are known). Most journals use double-blind. Used in at.scholarly.review."
153153+ },
154154+ "decisionType": {
155155+ "type": "string",
156156+ "enum": [
157157+ "accept",
158158+ "accept-with-minor-revisions",
159159+ "major-revisions-required",
160160+ "reject-with-resubmission",
161161+ "reject"
162162+ ],
163163+ "description": "Editorial decision made after peer review. Values: 'accept' (approved for publication as-is), 'accept-with-minor-revisions' (approved but needs small fixes like typos), 'major-revisions-required' (good work but needs substantial changes, will be re-reviewed), 'reject-with-resubmission' (not acceptable now but could resubmit after major work), 'reject' (will not be published, do not resubmit). Used in at.scholarly.decision. Getting 'major-revisions-required' is common and not a rejection!"
164164+ },
165165+ "publicationType": {
166166+ "type": "string",
167167+ "enum": [
168168+ "journal",
169169+ "preprint",
170170+ "conference",
171171+ "book",
172172+ "proceedings"
173173+ ],
174174+ "description": "Type of publication venue. Values: 'journal' (peer-reviewed periodical like Nature or PLOS ONE), 'preprint' (non-peer-reviewed early version on arXiv/bioRxiv), 'conference' (peer-reviewed conference presentation), 'book' (scholarly monograph or edited volume), 'proceedings' (collection of conference papers). Used in at.scholarly.publication to categorize the venue type."
175175+ },
176176+ "eventType": {
177177+ "type": "string",
178178+ "enum": [
179179+ "conference",
180180+ "workshop",
181181+ "symposium",
182182+ "seminar",
183183+ "colloquium"
184184+ ],
185185+ "description": "Type of academic event."
186186+ },
187187+ "supplementType": {
188188+ "type": "string",
189189+ "enum": [
190190+ "data",
191191+ "code",
192192+ "video",
193193+ "audio",
194194+ "image",
195195+ "appendix",
196196+ "other"
197197+ ],
198198+ "description": "Type of supplementary material."
199199+ },
200200+ "consentType": {
201201+ "type": "string",
202202+ "enum": [
203203+ "ethics-approval",
204204+ "informed-consent",
205205+ "data-sharing",
206206+ "copyright-transfer",
207207+ "competing-interests",
208208+ "funding-disclosure"
209209+ ],
210210+ "description": "Type of legal consent, approval, or disclosure required for ethical/legal publication. Values: 'ethics-approval' (IRB/ethics committee approval for human/animal research), 'informed-consent' (subjects agreed to participate), 'data-sharing' (permission to share research data publicly), 'copyright-transfer' (authors transfer rights to publisher), 'competing-interests' (disclosure of financial conflicts), 'funding-disclosure' (funding sources declaration). Used in at.scholarly.consent to track compliance with ethical and legal requirements."
211211+ }
212212+ }
213213+}
+24
lexicons/editor/README.md
···11+# at.scholarly.editor
22+33+Editor profile for managing peer review and making publication decisions.
44+55+## Use Cases
66+- Establishing authority to make editorial decisions (accept/reject)
77+- Tracking which editor handled which manuscripts for accountability
88+- Organising editorial boards with different roles (editor-in-chief, associate, section)
99+- Routing manuscripts to appropriate editors based on expertise
1010+- Maintaining editorial history and decision patterns
1111+1212+## Challenges
1313+- **Role complexity**: Different journals have different editorial hierarchies and structures
1414+- **Privacy concerns**: Some journals protect editor identity until decision is made
1515+- **Accountability pressure**: Documented decisions create audit trail that may be scrutinised
1616+- **Workload visibility**: Public editor profiles may increase manuscript submissions
1717+1818+## Notes
1919+- Set `editorRole` to define authority level: editor-in-chief > associate-editor > section-editor > guest-editor
2020+- Use `publications` array to specify which journals/conferences this editor manages
2121+- `expertise` array helps route manuscripts to editors with relevant subject knowledge
2222+- Email is required (unlike author/reviewer) as editors must be reachable for submissions
2323+- Link editor DID to decision records for transparency and accountability
2424+- Key is `literal:self` - one editor profile per DID (user account)
+77
lexicons/editor/editor.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.editor",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing an editor profile - a user account for researchers or professional editors who manage the peer review process and make publication decisions. Editors are gatekeepers of academic quality, coordinating peer review, interpreting reviewer feedback, and deciding which manuscripts to publish. This profile stores their identity, institutional affiliation, editorial role (editor-in-chief, associate, section), and the publications they manage. Different from authors and reviewers - editors have decision-making authority. Referenced by: at.scholarly.decision (via DID). Key 'literal:self' means one profile per user (DID).",
88+ "key": "literal:self",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "name",
1313+ "email",
1414+ "affiliation"
1515+ ],
1616+ "properties": {
1717+ "name": {
1818+ "type": "string",
1919+ "maxLength": 500,
2020+ "description": "Full name of the editor as it appears in editorial mastheads and decision letters. Format: usually 'FirstName MiddleName(s) LastName' or with title 'Dr./Prof. FirstName LastName' if customary. Examples: 'Barbara McClintock', 'Prof. Venki Ramakrishnan', 'Dr. Jennifer Doudna'. This name appears in decision letters to authors and on journal websites. Maximum 500 characters. Required field."
2121+ },
2222+ "orcid": {
2323+ "type": "ref",
2424+ "ref": "at.scholarly.definition#orcid",
2525+ "description": "ORCID identifier - a unique persistent digital identifier for researchers. Format: 0000-0001-2345-6789 (16 digits in groups of 4). ORCID helps verify editor identity and link their editorial work to their research profile. Increasingly expected by publishers. Many journals list editor ORCIDs on their websites. See at.scholarly.definition#orcid for pattern. Optional but recommended."
2626+ },
2727+ "email": {
2828+ "type": "string",
2929+ "format": "email",
3030+ "description": "Contact email address for editorial correspondence and manuscript submissions. Format: name@institution.edu or editorial@journal.org. This is where authors contact you with queries, where the system sends editorial notifications, and how reviewers can reach you. Must be reliable and regularly checked. Often listed publicly on journal websites. Required field."
3131+ },
3232+ "affiliation": {
3333+ "type": "string",
3434+ "maxLength": 1000,
3535+ "description": "Current institutional affiliation - where you work. Include department and institution. Examples: 'Department of Molecular Biology, Cold Spring Harbor Laboratory, USA', 'Medical Research Council, UK', 'Independent Science Editor'. Often listed on journal mastheads alongside your editorial role. Provides credibility and helps identify potential conflicts of interest. Maximum 1000 characters. Required field."
3636+ },
3737+ "bio": {
3838+ "type": "string",
3939+ "maxLength": 5000,
4040+ "description": "Professional biography highlighting editorial experience and research background. What's your scientific expertise? Editorial philosophy? Notable achievements? Examples: 'Editor-in-Chief with 15 years experience in molecular biology publishing. Former researcher in epigenetics with 80+ publications. Committed to open access and rigorous peer review', 'Associate Editor focusing on computational methods in neuroscience'. Maximum 5000 characters. Optional field."
4141+ },
4242+ "editorRole": {
4343+ "type": "string",
4444+ "enum": [
4545+ "editor-in-chief",
4646+ "associate-editor",
4747+ "section-editor",
4848+ "guest-editor"
4949+ ],
5050+ "description": "Editorial role defining responsibility level and authority. Values: 'editor-in-chief' (top leadership, final decisions, journal strategy), 'associate-editor' (handles submissions in specific areas, makes accept/reject decisions), 'section-editor' (oversees particular journal section or topic), 'guest-editor' (temporary role for special issues). Hierarchy: Editor-in-Chief > Associate Editors > Section Editors. Role determines decision-making authority. Optional field."
5151+ },
5252+ "publications": {
5353+ "type": "array",
5454+ "items": {
5555+ "type": "string",
5656+ "format": "at-uri"
5757+ },
5858+ "description": "Array of AT Protocol URI references to publications (journals/conferences) this editor manages. Points to at.scholarly.publication records. Format: at://did:plc:abc123/at.scholarly.publication/xyz789. Examples: editor-in-chief of one journal, associate editor for multiple sections. This defines where you have editorial authority to make decisions. Used to route manuscripts to appropriate editors. Optional field."
5959+ },
6060+ "expertise": {
6161+ "type": "array",
6262+ "items": {
6363+ "type": "string",
6464+ "maxLength": 200
6565+ },
6666+ "description": "List of research areas and topics within your editorial expertise - subjects you can effectively evaluate and find reviewers for. Be specific. Examples: ['structural biology', 'X-ray crystallography', 'protein folding'], ['machine learning', 'natural language processing'], ['immunology', 'vaccine development', 'T cell biology']. Used to assign manuscripts to appropriate editors. Each expertise up to 200 characters. Optional field."
6767+ },
6868+ "createdAt": {
6969+ "type": "string",
7070+ "format": "datetime",
7171+ "description": "Timestamp when this editor profile was created in the system. ISO 8601 format. Indicates when you joined the editorial team. For system record-keeping, tracking editor tenure, and audit trails. Optional field."
7272+ }
7373+ }
7474+ }
7575+ }
7676+ }
7777+}
+24
lexicons/event/README.md
···11+# at.scholarly.event
22+33+An academic event - conference, workshop, symposium, or seminar where research is presented.
44+55+## Use Cases
66+- Providing context for conference papers (e.g., "Presented at NeurIPS 2024")
77+- Linking manuscripts to the event where they were presented
88+- Tracking presentations separately from publications
99+- Managing event metadata (dates, location, organisers)
1010+- Connecting event to published proceedings
1111+1212+## Challenges
1313+- **Recurring series**: Same conference name repeats annually requiring year-specific records (e.g., NeurIPS 2024, 2025, 2026)
1414+- **Hybrid complexity**: Post-pandemic mix of physical/virtual/hybrid formats
1515+- **Multi-day/location**: Events may span multiple days or even simultaneous locations
1616+- **Presentation vs. publication**: Paper may be presented at event but published elsewhere
1717+1818+## Notes
1919+- Include year in event `name` for recurring conferences ("NeurIPS 2024" not just "NeurIPS")
2020+- Use `dates` with start and end to capture event duration (single day: same start/end, week-long: different)
2121+- Set `eventType` (conference, workshop, symposium, seminar, colloquium) to categorise event scale and format
2222+- Use `location` to specify city/country for physical events, or "Virtual" / "Hybrid" for online/mixed formats
2323+- Link to published proceedings via `publication` field if papers from event are published together
2424+- Record `organizer` (institution, society, foundation) for attribution and context
+65
lexicons/event/event.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.event",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing an academic event - a conference, workshop, symposium, seminar, or colloquium where researchers present and discuss their work. Events are important for knowledge dissemination, networking, and community building. Many conferences publish proceedings containing peer-reviewed papers. Examples: NeurIPS (major AI conference), Gordon Research Conferences (invitation-only symposia), departmental seminar series. Some events are annual (recurring), others one-off. Referenced by: at.scholarly.manuscript (conference papers). May reference: at.scholarly.publication (for proceedings).",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "name",
1313+ "dates"
1414+ ],
1515+ "properties": {
1616+ "name": {
1717+ "type": "string",
1818+ "maxLength": 500,
1919+ "description": "Official name of the event including year if part of a recurring series. Examples: 'NeurIPS 2024', 'Gordon Research Conference on X-Ray Science 2024', 'ICML 2025', 'Oxford Biology Departmental Seminar Series Spring 2024'. For recurring events, include the year to distinguish instances. Maximum 500 characters. Required field."
2020+ },
2121+ "description": {
2222+ "type": "string",
2323+ "maxLength": 5000,
2424+ "description": "Description of the event's focus, scope, and purpose. What topics are covered? Who is the target audience? What makes this event significant? Examples: 'Annual conference on neural information processing systems bringing together researchers in machine learning, neuroscience, and artificial intelligence', 'Invitation-only symposium on cutting-edge X-ray techniques with 150 participants'. Maximum 5000 characters. Optional field."
2525+ },
2626+ "eventType": {
2727+ "type": "ref",
2828+ "ref": "at.scholarly.definition#eventType",
2929+ "description": "Type of academic event. Values from at.scholarly.definition#eventType: 'conference' (large gathering with presentations, typically 100+ attendees), 'workshop' (focused working meeting, often 20-100 attendees), 'symposium' (thematic meeting with invited speakers), 'seminar' (single or series of talks, usually local), 'colloquium' (academic lecture series). Helps categorise and filter events. Optional field."
3030+ },
3131+ "dates": {
3232+ "type": "ref",
3333+ "ref": "at.scholarly.definition#dateRange",
3434+ "description": "Start and end dates of the event. Uses dateRange from at.scholarly.definition with start (required) and end (optional) fields. ISO 8601 format. Examples: single-day seminar has same start/end, week-long conference spans multiple days. Format: {start: '2024-12-10T00:00:00Z', end: '2024-12-15T23:59:59Z'}. Critical for scheduling and historical records. Required field."
3535+ },
3636+ "location": {
3737+ "type": "string",
3838+ "maxLength": 500,
3939+ "description": "Location where the event takes place - city and country for physical events, platform for virtual ones. Examples: 'Vancouver, BC, Canada', 'Oxford, UK', 'Virtual (Zoom)', 'Hybrid: Singapore + Online'. Post-pandemic, many events are hybrid. Include venue name if significant: 'MIT, Cambridge, MA, USA'. Maximum 500 characters. Optional field."
4040+ },
4141+ "website": {
4242+ "type": "string",
4343+ "format": "uri",
4444+ "description": "Event's official website URL with programme, registration, and logistics information. Full URL format: https://neurips.cc/Conferences/2024, https://www.grc.org/x-ray-science-conference/2024. Often includes submission deadlines, accepted papers, speaker lists. Primary source of event information. Optional field."
4545+ },
4646+ "organizer": {
4747+ "type": "string",
4848+ "maxLength": 500,
4949+ "description": "Name of the organising institution, society, or committee responsible for the event. Examples: 'NeurIPS Foundation', 'Gordon Research Conferences', 'Association for Computing Machinery (ACM)', 'Department of Biology, University of Oxford'. May be a professional society, university department, or dedicated foundation. Maximum 500 characters. Optional field."
5050+ },
5151+ "publication": {
5252+ "type": "string",
5353+ "format": "at-uri",
5454+ "description": "Optional AT Protocol URI reference to the proceedings publication if papers from this event are published in a collection. Points to an at.scholarly.publication record. Format: at://did:plc:abc123/at.scholarly.publication/xyz789. Example: NeurIPS 2024 papers published in 'NeurIPS 2024 Proceedings'. Not all events publish proceedings. Optional field."
5555+ },
5656+ "createdAt": {
5757+ "type": "string",
5858+ "format": "datetime",
5959+ "description": "Timestamp when this event record was created in the system. ISO 8601 format. Not when the event actually took place (that's in 'dates'), but when this digital record was created. For system record-keeping and audit trails. Optional field."
6060+ }
6161+ }
6262+ }
6363+ }
6464+ }
6565+}
+24
lexicons/issue/README.md
···11+# at.scholarly.issue
22+33+A specific issue of a journal - organising articles into volumes and issue numbers.
44+55+## Use Cases
66+- Providing citation information (e.g., "Nature Vol. 625, Issue 7994")
77+- Organising journal articles chronologically by volume/issue
88+- Managing special issues with guest editors and thematic focus
99+- Displaying journal cover images for visual browsing
1010+- Grouping articles published together at a specific time
1111+1212+## Challenges
1313+- **Not universal**: Preprint servers and many online-only journals don't use issues
1414+- **Numbering complexity**: Different publications use different schemes (continuous vs. annual volume numbering)
1515+- **Optional relevance**: May not be necessary for all publication types
1616+- **Metadata overhead**: Adds another organisational layer that may not provide value for all workflows
1717+1818+## Notes
1919+- Only create issue records for publications that actually organise content into issues (traditional journals)
2020+- Leave `volume` and `number` optional as some journals use only one or the other
2121+- Use `year` for temporal filtering even if volume/issue numbering isn't clear
2222+- Set `specialIssue` to true and provide `specialIssueTitle` for themed collections with guest editors
2323+- Store `coverImage` (PNG/JPEG, max 2MB) for visual representation and browsing
2424+- Link to parent `publication` to establish which journal this issue belongs to
+68
lexicons/issue/issue.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.issue",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing a specific issue of a journal or conference proceedings - a collection of articles published together. Journals traditionally organise articles into volumes and issues (e.g., Nature Vol. 625, Issue 7994). Each issue contains multiple articles published on the same date. Not all publications use issues - preprint servers and some online-only journals publish articles individually without grouping them. Special issues focus on particular themes with guest editors. References: at.scholarly.publication. Referenced by: at.scholarly.manuscript.",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "publication"
1313+ ],
1414+ "properties": {
1515+ "publication": {
1616+ "type": "string",
1717+ "format": "at-uri",
1818+ "description": "AT Protocol URI reference to the publication this issue belongs to. Points to an at.scholarly.publication record. Format: at://did:plc:abc123/at.scholarly.publication/xyz789. Every issue belongs to exactly one publication. This establishes the relationship: Publication > Issue > Articles. Required field."
1919+ },
2020+ "volume": {
2121+ "type": "integer",
2222+ "minimum": 1,
2323+ "description": "Volume number - typically one volume per year for traditional journals. Example: Volume 625 for Nature in 2024. Some journals use continuous numbering since inception, others restart each year. Minimum value 1. Used in citations as 'Vol. 625' or '625'. Optional field - some publications don't use volume numbering."
2424+ },
2525+ "number": {
2626+ "type": "integer",
2727+ "minimum": 1,
2828+ "description": "Issue number within the volume - typically multiple issues per volume. Example: Issue 7994 within Volume 625. Weekly journals might have 52 issues per volume, monthly ones have 12. Minimum value 1. Used in citations as 'No. 7994' or '(7994)'. Optional field - some publications only use volume or neither."
2929+ },
3030+ "year": {
3131+ "type": "integer",
3232+ "minimum": 1000,
3333+ "maximum": 9999,
3434+ "description": "Year this issue was published. Four-digit year: 2024, 1999, etc. Useful for chronological organisation and filtering even when volume/issue numbers aren't sequential or clear. Important for citation and discovery. Range 1000-9999 (supports historical journals). Optional field."
3535+ },
3636+ "publishedDate": {
3737+ "type": "string",
3838+ "format": "datetime",
3939+ "description": "Specific date when this issue was published and made available. ISO 8601 format: 2024-01-11T00:00:00Z. For print journals, this is the cover date. For online-first journals, when articles in this issue went live. More precise than just the year. Used for embargo dates and access timing. Optional field."
4040+ },
4141+ "coverImage": {
4242+ "type": "blob",
4343+ "accept": [
4444+ "image/png",
4545+ "image/jpeg"
4646+ ],
4747+ "maxSize": 2000000,
4848+ "description": "Cover image or artwork for this issue - the visual that appears on the journal's cover page. Journals often feature striking images from articles in the issue. Formats: PNG or JPEG. Maximum size 2MB (2,000,000 bytes). Content-addressed via CID hash. Used for visual browsing and marketing. Optional field - not all issues have custom covers."
4949+ },
5050+ "specialIssue": {
5151+ "type": "boolean",
5252+ "description": "Whether this is a special issue (true) or regular issue (false). Special issues focus on specific themes, topics, or events, often with guest editors and invited papers. Examples: 'Special Issue on Climate Change', 'COVID-19 Research Collection'. Helps readers identify thematic collections. Optional field."
5353+ },
5454+ "specialIssueTitle": {
5555+ "type": "string",
5656+ "maxLength": 500,
5757+ "description": "Title or theme of the special issue if this is one. Examples: 'Machine Learning in Healthcare', 'Women in STEM', '50th Anniversary Collection', 'Proceedings of the XYZ Conference'. Appears on the cover and in listings. Maximum 500 characters. Only applicable when specialIssue is true. Optional field."
5858+ },
5959+ "createdAt": {
6060+ "type": "string",
6161+ "format": "datetime",
6262+ "description": "Timestamp when this issue record was created in the system. ISO 8601 format. Not the same as publishedDate (when the issue was actually published). This is for system record-keeping and audit trails. Optional field."
6363+ }
6464+ }
6565+ }
6666+ }
6767+ }
6868+}
+26
lexicons/manuscript/README.md
···11+# at.scholarly.manuscript
22+33+The core scholarly work - journal article, conference paper, or preprint.
44+55+## Use Cases
66+- Submitting a research paper to a journal with complete provenance tracking
77+- Publishing preprints with public versioning and open peer review
88+- Tracking manuscript lifecycle from draft → submission → review → revision → publication
99+- Linking manuscripts to supplementary materials, reviews, and editorial decisions
1010+- Managing multi-author attributions with ORCID identifiers
1111+1212+## Challenges
1313+- **Schema complexity**: Many fields and relationships to manage
1414+- **File storage**: PDF files can be 1-5MB each, multiplied by versions
1515+- **Privacy concerns**: Contains potentially sensitive author and reviewer information
1616+- **Relationship management**: Maintaining links to versions, reviews, decisions requires careful state management
1717+1818+## Notes
1919+- Always create a v1 `version` record when first submitted - this establishes the baseline
2020+- Use `status` field to track workflow state (draft, submitted, under-review, accepted, published, retracted)
2121+- Update `status` as manuscript progresses through editorial process
2222+- Link to `publication` (required) to establish where the work is submitted/published
2323+- Create separate `supplement` records for large datasets, code, videos rather than embedding in manuscript
2424+- Use `strongRef` for versions, reviews, decisions to ensure immutable audit trail
2525+- Populate `doi` only after publication - not assigned for preprints or under-review manuscripts
2626+- Include all authors in `authors` array with ORCID when available for proper attribution
+154
lexicons/manuscript/manuscript.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.manuscript",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing an academic manuscript - the core scholarly work such as a journal article, conference paper, or preprint. This is the central lexicon in the scholarly publishing system, connecting authors, publications, peer reviews, and editorial decisions. A manuscript progresses through multiple states (draft, submitted, under review, published) and may have multiple versions as it's revised. Referenced by: at.scholarly.supplement, at.scholarly.version, at.scholarly.review, at.scholarly.decision, at.scholarly.consent.",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "title",
1313+ "abstract",
1414+ "authors",
1515+ "publication",
1616+ "submittedDate",
1717+ "manuscriptFile"
1818+ ],
1919+ "properties": {
2020+ "title": {
2121+ "type": "string",
2222+ "maxLength": 1000,
2323+ "description": "Title of the manuscript as it should appear in citations and when published. Keep concise yet descriptive. Examples: 'CRISPR-Cas9 Gene Editing in Human Embryos', 'Machine Learning Approaches to Climate Modelling', 'The Structure of DNA'. Avoid ALL CAPS. Can include subtitles separated by colon. Maximum 1000 characters but most journals prefer under 200. Required field."
2424+ },
2525+ "abstract": {
2626+ "type": "string",
2727+ "maxLength": 10000,
2828+ "description": "Abstract or summary of the work - typically 150-300 words summarising the research question, methods, key findings, and conclusions. Should be self-contained and understandable without reading the full paper. Used for discovery in databases and search engines. Some journals require structured abstracts with sections like Background, Methods, Results, Conclusions. Maximum 10000 characters (~1500 words) though most journals require much shorter. Required field."
2929+ },
3030+ "keywords": {
3131+ "type": "array",
3232+ "items": {
3333+ "type": "string",
3434+ "maxLength": 100
3535+ },
3636+ "maxLength": 20,
3737+ "description": "Keywords or key phrases for discoverability in search engines and databases. Choose specific, relevant terms that researchers would use when searching for this work. Examples: 'gene editing', 'machine learning', 'climate change', 'peer review'. Avoid generic terms like 'research' or 'study'. Use singular or plural consistently. Maximum 20 keywords, each up to 100 characters. Optional but highly recommended."
3838+ },
3939+ "authors": {
4040+ "type": "array",
4141+ "items": {
4242+ "type": "ref",
4343+ "ref": "at.scholarly.definition#personRef"
4444+ },
4545+ "description": "List of authors who contributed to this work, in the order they should appear in citations. Each author is a personRef object with name, ORCID (recommended), affiliation, and optional email. First author is typically the primary researcher; last author often the senior supervisor. Some fields recognise equal contribution (both first authors). See at.scholarly.definition#personRef for details. Required field with at least one author."
4646+ },
4747+ "correspondingAuthor": {
4848+ "type": "ref",
4949+ "ref": "at.scholarly.definition#personRef",
5050+ "description": "The corresponding author - the person who handles communication with the journal/publisher, receives reviewer comments, and is the main contact for readers after publication. Usually one of the authors from the authors list. Email is particularly important for this field. Often marked with an asterisk (*) in publications. Optional field."
5151+ },
5252+ "publication": {
5353+ "type": "string",
5454+ "format": "at-uri",
5555+ "description": "AT Protocol URI reference to the publication venue where this manuscript is published or submitted. Points to an at.scholarly.publication record (journal like Nature, preprint server like arXiv, or conference proceedings). Format: at://did:plc:abc123/at.scholarly.publication/xyz789. This indicates WHERE the work is being published. Required field."
5656+ },
5757+ "issue": {
5858+ "type": "string",
5959+ "format": "at-uri",
6060+ "description": "Optional AT Protocol URI reference to the specific journal issue this manuscript appears in. Points to an at.scholarly.issue record. Only applicable for journals that organise articles into issues (e.g., Nature Vol. 625, Issue 7994). Preprints and some online-only journals don't use issues. Format: at://did:plc:abc123/at.scholarly.issue/xyz789."
6161+ },
6262+ "event": {
6363+ "type": "string",
6464+ "format": "at-uri",
6565+ "description": "Optional AT Protocol URI reference to the academic conference, workshop, or symposium where this paper was presented. Points to an at.scholarly.event record. Only applicable for conference papers or papers presented at events. Format: at://did:plc:abc123/at.scholarly.event/xyz789. Example: linking a NeurIPS 2024 paper to the NeurIPS 2024 event."
6666+ },
6767+ "doi": {
6868+ "type": "ref",
6969+ "ref": "at.scholarly.definition#doi",
7070+ "description": "Digital Object Identifier (DOI) assigned by the publisher when the manuscript is published. Provides a permanent, citable link to the work. Format: 10.1038/nature12373. Not assigned for unpublished preprints or manuscripts under review. See at.scholarly.definition#doi for pattern details. Optional field - only present after publication."
7171+ },
7272+ "submittedDate": {
7373+ "type": "string",
7474+ "format": "datetime",
7575+ "description": "Date and time when the manuscript was first submitted to the publication venue. ISO 8601 format: 2024-03-15T14:30:00Z. This is the start of the publication process. For journals, this is when authors submit to the journal. For preprints, this is when posted online. Used to establish priority and track time-to-publication. Required field."
7676+ },
7777+ "acceptedDate": {
7878+ "type": "string",
7979+ "format": "datetime",
8080+ "description": "Date and time when the manuscript was accepted for publication after peer review. ISO 8601 format. Only applicable for peer-reviewed journals and conferences. Marks successful completion of the review process. Often listed in the published article as 'Accepted: [date]'. Used to calculate review duration. Optional - only set after editorial acceptance."
8181+ },
8282+ "publishedDate": {
8383+ "type": "string",
8484+ "format": "datetime",
8585+ "description": "Date and time when the manuscript was officially published and made publicly available. ISO 8601 format. For journals, this is when it appears in an issue or online. For preprints, this is the posting date. This is the date to use for citations. Listed as 'Published: [date]' in articles. Optional - only set after publication."
8686+ },
8787+ "license": {
8888+ "type": "ref",
8989+ "ref": "at.scholarly.definition#license",
9090+ "description": "Licence under which the manuscript is published, determining how others can use, share, and adapt the work. Common licences: CC-BY-4.0 (open access, most permissive), CC-BY-NC (non-commercial only), traditional copyright (all rights reserved). See at.scholarly.definition#license for structure. Important for open science and reuse rights. Optional but recommended for published works."
9191+ },
9292+ "manuscriptFile": {
9393+ "type": "blob",
9494+ "accept": [
9595+ "application/pdf"
9696+ ],
9797+ "maxSize": 50000000,
9898+ "description": "The manuscript itself as a PDF file. This is the actual document containing the research - introduction, methods, results, discussion, references. Must be PDF format. Maximum size 50MB (50,000,000 bytes) though most manuscripts are 1-5MB. Content-addressed via CID hash ensuring immutability. Required field - without this, there's no manuscript!"
9999+ },
100100+ "supplements": {
101101+ "type": "array",
102102+ "items": {
103103+ "type": "string",
104104+ "format": "at-uri"
105105+ },
106106+ "description": "Array of AT Protocol URI references to supplementary materials that accompany this manuscript. Points to at.scholarly.supplement records containing datasets, source code, videos, additional figures, appendices, etc. Format: at://did:plc:abc123/at.scholarly.supplement/xyz789. Modern research often includes substantial supplementary materials for reproducibility. Optional - not all manuscripts have supplements."
107107+ },
108108+ "versions": {
109109+ "type": "array",
110110+ "items": {
111111+ "type": "ref",
112112+ "ref": "at.scholarly.definition#strongRef"
113113+ },
114114+ "description": "Array of strongRef references to different versions of this manuscript as it's revised. Points to at.scholarly.version records. Each version (v1, v2, v3...) represents a revision - initial submission, revised after peer review, final accepted version, etc. Uses strongRef (URI + CID) to lock references to specific immutable versions. Optional - only populated after revisions are made."
115115+ },
116116+ "reviews": {
117117+ "type": "array",
118118+ "items": {
119119+ "type": "ref",
120120+ "ref": "at.scholarly.definition#strongRef"
121121+ },
122122+ "description": "Array of strongRef references to peer reviews of this manuscript. Points to at.scholarly.review records containing reviewer comments, recommendations (accept/reject), and scores. Uses strongRef to lock reviews to specific manuscript versions. Supports open peer review where reviews are public, or can remain private. Optional - only populated after peer review process begins."
123123+ },
124124+ "decisions": {
125125+ "type": "array",
126126+ "items": {
127127+ "type": "ref",
128128+ "ref": "at.scholarly.definition#strongRef"
129129+ },
130130+ "description": "Array of strongRef references to editorial decisions made on this manuscript. Points to at.scholarly.decision records containing editor's decision (accept, reject, revisions required), comments to authors, and references to the reviews that informed the decision. Multiple decisions may exist if manuscript goes through revision cycles. Uses strongRef for immutable audit trail. Optional - only populated after editorial review."
131131+ },
132132+ "consents": {
133133+ "type": "array",
134134+ "items": {
135135+ "type": "ref",
136136+ "ref": "at.scholarly.definition#strongRef"
137137+ },
138138+ "description": "Array of strongRef references to legal consents and approvals required for publication. Points to at.scholarly.consent records for ethics approval (IRB/ethics committee), informed consent from participants, copyright transfer, competing interests declarations, data sharing permissions, funding disclosures. Required for research involving humans/animals or sensitive data. Uses strongRef for immutable compliance records. Optional - depends on research type."
139139+ },
140140+ "status": {
141141+ "type": "ref",
142142+ "ref": "at.scholarly.definition#reviewStatus",
143143+ "description": "Current status of the manuscript in the publication lifecycle. Values from at.scholarly.definition#reviewStatus: draft, submitted, under-review, revision-requested, revision-submitted, accepted, rejected, published, retracted. This tracks the manuscript's journey from initial submission to final publication (or rejection). Updated as the manuscript progresses. Optional but highly recommended for tracking."
144144+ },
145145+ "createdAt": {
146146+ "type": "string",
147147+ "format": "datetime",
148148+ "description": "Timestamp when this manuscript record was created in the system. ISO 8601 format. Not the same as submittedDate (which is when submitted to journal) or publishedDate (when made public). This is purely for system record-keeping. Optional but recommended for audit trails."
149149+ }
150150+ }
151151+ }
152152+ }
153153+ }
154154+}
+22
lexicons/portfolio/README.md
···11+# at.scholarly.portfolio
22+33+Optional organisational grouping within a publisher - for branded collections or portfolio structures.
44+55+## Use Cases
66+- Organising publications into branded collections (e.g., Nature Publishing Group within Springer Nature)
77+- Enabling portfolio-level queries and analytics
88+- Supporting hierarchical publisher structures (Publisher → Portfolio → Publication)
99+- Grouping related journals under a common brand
1010+1111+## Challenges
1212+- **Not universal**: Some publishers don't use portfolio structures, making this optional layer unnecessary
1313+- **Inconsistent usage**: Different publishers have different portfolio strategies and hierarchies
1414+- **Maintenance overhead**: Portfolio structures can change due to acquisitions and reorganisations
1515+- **Ambiguity**: Distinction between publisher, portfolio, and publication may be unclear
1616+1717+## Notes
1818+- Only create portfolio records for publishers that actually use portfolio structures
1919+- Link portfolio to parent `publisher` (required) via at-uri
2020+- Publications can optionally reference a portfolio via at-uri
2121+- Include `website` if the portfolio has its own distinct web presence
2222+- For simple publishers with no portfolio structure, publications can reference publishers directly
+45
lexicons/portfolio/portfolio.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.portfolio",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing an optional organisational grouping within a publisher - a branded collection or family of publications. Many large publishers organise their journals and publications into named portfolios for marketing, management, and thematic coherence. Examples: Nature Publishing Group (within Springer Nature), BMC Series (BioMed Central journals within Springer Nature), Cell Press (within Elsevier). Not all publishers use portfolios - this is optional organisational structure. References: at.scholarly.publisher. Referenced by: at.scholarly.publication.",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "name",
1313+ "publisher"
1414+ ],
1515+ "properties": {
1616+ "name": {
1717+ "type": "string",
1818+ "maxLength": 500,
1919+ "description": "Name of the publishing portfolio or imprint. Use the official brand name as it appears on publications. Examples: 'Nature Publishing Group', 'BMC Series', 'Cell Press', 'Oxford Handbooks', 'Wiley-Blackwell'. The portfolio name often appears alongside the publisher name on journal websites and publications. Maximum 500 characters. Required field."
2020+ },
2121+ "description": {
2222+ "type": "string",
2323+ "maxLength": 5000,
2424+ "description": "Description of the portfolio's focus, mission, and scope. Explain what ties these publications together - subject area, publication type, target audience, or brand positioning. Examples: 'Portfolio of high-impact scientific journals including Nature and Nature-branded titles', 'Open-access biomedical journals with article processing charges', 'Leading life sciences journals covering cell biology, molecular biology, and related fields'. Maximum 5000 characters. Optional field."
2525+ },
2626+ "publisher": {
2727+ "type": "string",
2828+ "format": "at-uri",
2929+ "description": "AT Protocol URI reference to the parent publisher that owns or operates this portfolio. Points to an at.scholarly.publisher record. Format: at://did:plc:abc123/at.scholarly.publisher/xyz789. This establishes the hierarchical relationship: Publisher > Group > Publications. A portfolio always belongs to exactly one publisher. Required field."
3030+ },
3131+ "website": {
3232+ "type": "string",
3333+ "format": "uri",
3434+ "description": "Group's dedicated website URL if they have one. Some portfolios have their own web presence separate from the main publisher site. Full URL format: https://www.nature.com, https://www.biomedcentral.com. May be a section of the publisher's site or a standalone domain. Optional field - not all portfolios have separate websites."
3535+ },
3636+ "createdAt": {
3737+ "type": "string",
3838+ "format": "datetime",
3939+ "description": "Timestamp when this portfolio record was created in the system. ISO 8601 format. Not when the portfolio was established in the real world, but when this digital record was created. For system record-keeping and audit trails. Optional field."
4040+ }
4141+ }
4242+ }
4343+ }
4444+ }
4545+}
+25
lexicons/publication/README.md
···11+# at.scholarly.publication
22+33+A publication venue - journal, preprint server, or conference proceedings where manuscripts are published.
44+55+## Use Cases
66+- Establishing where a manuscript is published (e.g., Nature, arXiv, NeurIPS Proceedings)
77+- Categorising publications by type (journal vs. preprint vs. conference)
88+- Filtering by peer review status or open access availability
99+- Searching publications by subject area or discipline
1010+- Tracking metadata like ISSN for bibliographic systems
1111+1212+## Challenges
1313+- **Type diversity**: Journals, preprints, conferences have very different characteristics and workflows
1414+- **Publisher changes**: Publications can transfer between publishers requiring updates
1515+- **Name ambiguity**: Same name used by different publishers (e.g., "Science" as magazine vs. conference proceedings)
1616+- **Lifecycle changes**: Publications cease, merge, split, or go on hiatus
1717+1818+## Notes
1919+- Link to parent `publisher` (required) - every publication belongs to exactly one publisher
2020+- Set `publicationType` (journal, preprint, conference, book, proceedings) to distinguish venue types
2121+- Use `peerReviewed` flag to indicate if submissions undergo peer review (true for journals, false for preprints)
2222+- Use `openAccess` flag to indicate free availability (true for PLOS, arXiv; false for traditional subscription journals)
2323+- Include `issn` (eISSN preferred) for journals - not applicable to preprints or some conference proceedings
2424+- Populate `subjects` array with discipline tags for discovery and filtering
2525+- Optional `portfolio` field for publications belonging to publishing portfolios within larger publishers
+77
lexicons/publication/publication.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.publication",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing a publication venue - a journal, preprint server, or conference proceedings where scholarly manuscripts are published. This is a key entity connecting publishers to manuscripts. Examples: peer-reviewed journals (Nature, PLOS ONE), preprint servers (arXiv, bioRxiv), conference proceedings (NeurIPS Proceedings, ACM Digital Library). Publications have specific editorial policies, scope, peer review processes, and impact. References: at.scholarly.publisher (required), at.scholarly.portfolio (optional). Referenced by: at.scholarly.manuscript, at.scholarly.issue.",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "name",
1313+ "publisher"
1414+ ],
1515+ "properties": {
1616+ "name": {
1717+ "type": "string",
1818+ "maxLength": 500,
1919+ "description": "Official name of the publication as it appears on the journal website, articles, and citations. Examples: 'Nature', 'PLOS ONE', 'arXiv', 'Proceedings of the National Academy of Sciences', 'NeurIPS 2024 Proceedings'. For journals with subtitles, include them: 'Nature Communications'. Use the current name even if the publication has been renamed. Maximum 500 characters. Required field."
2020+ },
2121+ "description": {
2222+ "type": "string",
2323+ "maxLength": 5000,
2424+ "description": "Description of the publication's scope, focus areas, and editorial mission. What topics does it cover? What types of articles does it publish? What makes it distinctive? Examples: 'Weekly international journal of science publishing peer-reviewed research across all scientific disciplines', 'Open-access journal covering all areas of science and medicine with rigorous peer review', 'Free distribution service for scholarly preprints in physics, mathematics, computer science'. Maximum 5000 characters. Optional field."
2525+ },
2626+ "publisher": {
2727+ "type": "string",
2828+ "format": "at-uri",
2929+ "description": "AT Protocol URI reference to the publisher that publishes this venue. Points to an at.scholarly.publisher record. Format: at://did:plc:abc123/at.scholarly.publisher/xyz789. Every publication belongs to exactly one publisher. Examples: Nature belongs to Springer Nature, PLOS ONE to Public Library of Science. Required field."
3030+ },
3131+ "portfolio": {
3232+ "type": "string",
3333+ "format": "at-uri",
3434+ "description": "Optional AT Protocol URI reference to a publishing portfolio this publication belongs to. Points to an at.scholarly.portfolio record. Format: at://did:plc:abc123/at.scholarly.portfolio/xyz789. Only applicable if the publisher organises publications into portfolios. Example: Nature journal belongs to Nature Publishing Group within Springer Nature. Optional field - many publications don't belong to portfolios."
3535+ },
3636+ "issn": {
3737+ "type": "ref",
3838+ "ref": "at.scholarly.definition#issn",
3939+ "description": "International Standard Serial Number (ISSN) - a unique identifier for serial publications. Format: 0028-0836 (eight digits with hyphen). Journals typically have two ISSNs: one for print, one for electronic. Use the electronic ISSN (eISSN) if available. Required for journals, not applicable to preprints or some conference proceedings. See at.scholarly.definition#issn for pattern. Optional field."
4040+ },
4141+ "publicationType": {
4242+ "type": "ref",
4343+ "ref": "at.scholarly.definition#publicationType",
4444+ "description": "Type of publication venue. Values from at.scholarly.definition#publicationType: 'journal' (peer-reviewed periodical), 'preprint' (non-peer-reviewed early versions), 'conference' (conference proceedings), 'book' (scholarly monograph), 'proceedings' (collection of conference papers). Helps categorise and filter publications. Important for citation styles and discovery. Optional field."
4545+ },
4646+ "website": {
4747+ "type": "string",
4848+ "format": "uri",
4949+ "description": "Publication's primary website URL where readers can access articles, submission information, and editorial details. Full URL format: https://www.nature.com/nature, https://journals.plos.org/plosone, https://arxiv.org. This is where people go to read and submit papers. Optional field."
5050+ },
5151+ "peerReviewed": {
5252+ "type": "boolean",
5353+ "description": "Whether this publication uses peer review to evaluate submissions before publication. True for most journals and conferences (they send manuscripts to expert reviewers). False for preprint servers (arXiv, bioRxiv) which publish without peer review. Critical distinction for assessing publication quality and citation appropriateness. Optional field."
5454+ },
5555+ "openAccess": {
5656+ "type": "boolean",
5757+ "description": "Whether this publication provides free, unrestricted online access to articles (open access). True for publications like PLOS ONE, arXiv (all free). False for traditional subscription journals. Some journals are hybrid (some articles open, some paywalled) - use true if predominantly open. Important for accessibility and compliance with funding mandates. Optional field."
5858+ },
5959+ "subjects": {
6060+ "type": "array",
6161+ "items": {
6262+ "type": "string",
6363+ "maxLength": 200
6464+ },
6565+ "maxLength": 20,
6666+ "description": "Subject areas, disciplines, or field classifications this publication covers. Use broad categories for multidisciplinary journals, specific terms for specialised ones. Examples: ['Multidisciplinary Sciences'], ['Cell Biology', 'Molecular Biology'], ['Computer Science', 'Artificial Intelligence'], ['Medicine', 'Public Health']. Helps with discovery and categorisation. Maximum 20 subjects, each up to 200 characters. Optional field."
6767+ },
6868+ "createdAt": {
6969+ "type": "string",
7070+ "format": "datetime",
7171+ "description": "Timestamp when this publication record was created in the system. ISO 8601 format. Not when the publication was first published (which could be centuries ago for old journals), but when this digital record was created. For system record-keeping and audit trails. Optional field."
7272+ }
7373+ }
7474+ }
7575+ }
7676+ }
7777+}
+23
lexicons/publisher/README.md
···11+# at.scholarly.publisher
22+33+An academic publisher organisation - the entity that publishes journals, books, and proceedings.
44+55+## Use Cases
66+- Organising publications by publisher (e.g., all Springer Nature journals)
77+- Providing institutional context and branding for publications
88+- Tracking publisher metadata (location, founding date, policies)
99+- Enabling publisher-level queries and analytics (acceptance rates, publication volume)
1010+- Managing publisher logos and visual identity for display
1111+1212+## Challenges
1313+- **Traditional model bias**: Assumes centralised publisher structure, may not fit independent/decentralised publishing
1414+- **Mergers and acquisitions**: Publishers frequently merge, rebrand, or change ownership requiring updates
1515+- **Complexity**: Adds an organisational layer to the data model
1616+- **Historical changes**: Difficult to represent publisher evolution over time
1717+1818+## Notes
1919+- Use the current publisher name even if it has changed (e.g., "Springer Nature" not "Springer" or "Nature Publishing Group")
2020+- For merged entities, use the new combined entity and note history in `description`
2121+- Store publisher logo via `logo` field for use in UI/branding (PNG/JPEG/SVG, max 1MB)
2222+- Link to publisher website via `website` for additional information
2323+- Use `established` date for the current legal entity (not historical predecessor organisations)
+59
lexicons/publisher/publisher.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.publisher",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing an academic publisher organisation - the entity that publishes scholarly content such as journals, books, and conference proceedings. Publishers are the root organisational entity in the academic publishing hierarchy, providing the infrastructure, editorial oversight, and branding for scholarly publications. Examples include major commercial publishers (Elsevier, Springer Nature), university presses (Oxford, Cambridge), non-profit publishers (PLOS), and preprint servers (arXiv). Referenced by: at.scholarly.publication, at.scholarly.portfolio.",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "name"
1313+ ],
1414+ "properties": {
1515+ "name": {
1616+ "type": "string",
1717+ "maxLength": 500,
1818+ "description": "Official legal or brand name of the publisher. Use the name as it appears on publications and official materials. Examples: 'Elsevier', 'Springer Nature', 'Public Library of Science', 'arXiv', 'Cambridge University Press'. For consistency, use the current name even if the publisher has been renamed or merged. Maximum 500 characters. Required field."
1919+ },
2020+ "description": {
2121+ "type": "string",
2222+ "maxLength": 5000,
2323+ "description": "Description of the publisher's mission, scope, and focus areas. Include information about what they publish (which subjects, types of content), their publishing model (commercial, open access, hybrid), and any distinguishing characteristics. Examples: 'Global information analytics business specialising in science and health', 'Non-profit open-access science publisher', 'Free distribution service for scholarly preprints in physics and mathematics'. Maximum 5000 characters. Optional field."
2424+ },
2525+ "website": {
2626+ "type": "string",
2727+ "format": "uri",
2828+ "description": "Publisher's primary website URL - their main online presence where you can find their publications, about information, and contact details. Full URL format: https://www.elsevier.com, https://plos.org, https://arxiv.org. Use the main domain, not a specific sub-page. Optional field."
2929+ },
3030+ "logo": {
3131+ "type": "blob",
3232+ "accept": [
3333+ "image/png",
3434+ "image/jpeg",
3535+ "image/svg+xml"
3636+ ],
3737+ "maxSize": 1000000,
3838+ "description": "Publisher's logo image for display and branding purposes. Accepted formats: PNG, JPEG, or SVG (vector preferred for scalability). Ideally square or horizontal orientation. Maximum file size 1MB (1,000,000 bytes). Content-addressed via CID hash. Used in publication listings, citation tools, and discovery interfaces. Optional field."
3939+ },
4040+ "location": {
4141+ "type": "string",
4242+ "maxLength": 500,
4343+ "description": "Primary location or headquarters of the publisher - city and country. Examples: 'Amsterdam, Netherlands', 'San Francisco, CA, USA', 'Oxford, UK', 'Ithaca, NY, USA'. Provides geographical context and legal jurisdiction information. For distributed organisations, use the main office location. Maximum 500 characters. Optional field."
4444+ },
4545+ "established": {
4646+ "type": "string",
4747+ "format": "datetime",
4848+ "description": "Date when the publisher was established or founded. ISO 8601 format, can be just year: 1880-01-01T00:00:00Z. Historical context is valuable - some publishers have centuries of history (e.g., Oxford University Press founded 1586), whilst others are recent (arXiv founded 1991). For merged entities, use the date of the current entity. Optional field."
4949+ },
5050+ "createdAt": {
5151+ "type": "string",
5252+ "format": "datetime",
5353+ "description": "Timestamp when this publisher record was created in the system. ISO 8601 format. Not the same as 'established' (when the publisher was founded). This is for system record-keeping and audit trails. Optional field."
5454+ }
5555+ }
5656+ }
5757+ }
5858+ }
5959+}
+26
lexicons/review/README.md
···11+# at.scholarly.review
22+33+A peer review of a manuscript - expert evaluation determining publication worthiness.
44+55+## Use Cases
66+- Recording peer review feedback with recommendations (accept/reject/revise)
77+- Enabling open peer review where reviews are public and attributed
88+- Maintaining blind review confidentiality (single, double, triple-blind)
99+- Providing reviewer credit via ORCID linkage
1010+- Tracking review turnaround times and reviewer performance
1111+- Separating public comments (to authors) from confidential notes (to editor)
1212+1313+## Challenges
1414+- **Confidentiality requirements**: Must protect reviewer identity in blind review systems
1515+- **Sensitive content**: Reviews may contain harsh criticism requiring careful access control
1616+- **Bias documentation**: Published reviews may inadvertently reveal reviewer biases
1717+- **Privacy trade-offs**: Open peer review improves transparency but may discourage honest feedback
1818+1919+## Notes
2020+- Use `strongRef` for both `manuscript` and `version` to lock review to exact content that was reviewed
2121+- Set `confidentiality` level (open, single-blind, double-blind) to control visibility of reviewer DID
2222+- Separate public feedback (`comments`) from confidential notes (`commentsToEditor`)
2323+- Set `recommendation` to guide editor: accept, reject, major-revision, minor-revision
2424+- Optional `score` (1-10) provides quantitative assessment alongside qualitative comments
2525+- For open peer review, make `reviewer` DID public; for blind review, restrict access
2626+- Link reviewer DID to their `at.scholarly.reviewer` profile for credit/attribution
+79
lexicons/review/review.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.review",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing a peer review of a manuscript - the expert evaluation that determines publication worthiness. Peer review is the cornerstone of academic quality control, where domain experts assess the validity, originality, and significance of research. Reviews contain the reviewer's comments, recommendations (accept/reject/revise), and optional scoring. Can be open (public) or confidential (single/double-blind). Referenced by: at.scholarly.decision. References: at.scholarly.manuscript, at.scholarly.version (both via strongRef), at.scholarly.reviewer (via DID).",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "manuscript",
1313+ "version",
1414+ "reviewer",
1515+ "submittedDate",
1616+ "comments"
1717+ ],
1818+ "properties": {
1919+ "manuscript": {
2020+ "type": "ref",
2121+ "ref": "at.scholarly.definition#strongRef",
2222+ "description": "StrongRef reference to the manuscript being reviewed. Uses strongRef (URI + CID hash) to lock this review to a specific immutable version of the manuscript, not just 'the latest'. Points to an at.scholarly.manuscript record. This ensures the review is permanently tied to exactly what the reviewer read. Required field. See at.scholarly.definition#strongRef for structure."
2323+ },
2424+ "version": {
2525+ "type": "ref",
2626+ "ref": "at.scholarly.definition#strongRef",
2727+ "description": "StrongRef reference to the specific version of the manuscript being reviewed (e.g., v1, v2). Points to an at.scholarly.version record. Manuscripts often go through multiple revision cycles - this precisely identifies WHICH version this review evaluated. Uses strongRef for immutability. If authors submit v2 after revisions, a new review of v2 would be created. Required field."
2828+ },
2929+ "reviewer": {
3030+ "type": "string",
3131+ "format": "did",
3232+ "description": "Decentralised Identifier (DID) of the reviewer who evaluated this manuscript. Points to their at.scholarly.reviewer profile. Format: did:plc:abc123xyz. In double-blind review, this may be kept private/redacted until review is complete. In open peer review, this is public. Allows tracking reviewer contributions and expertise. Required field."
3333+ },
3434+ "submittedDate": {
3535+ "type": "string",
3636+ "format": "datetime",
3737+ "description": "Date and time when the reviewer submitted this review to the editor. ISO 8601 format: 2024-03-20T16:45:00Z. Used to track review speed and ensure timely peer review process. Most journals give reviewers 2-4 weeks to complete reviews. Required field."
3838+ },
3939+ "recommendation": {
4040+ "type": "string",
4141+ "enum": [
4242+ "accept",
4343+ "reject",
4444+ "major-revision",
4545+ "minor-revision"
4646+ ],
4747+ "description": "Reviewer's recommendation to the editor about what should happen with this manuscript. Values: 'accept' (publish as-is), 'reject' (do not publish), 'major-revision' (substantial changes needed, will need re-review), 'minor-revision' (small fixes needed, no re-review). Editor makes final decision based on all reviews. Getting 'major-revision' is common and not a rejection - it means the work has merit but needs improvement. Optional field."
4848+ },
4949+ "confidentiality": {
5050+ "type": "ref",
5151+ "ref": "at.scholarly.definition#confidentialityLevel",
5252+ "description": "Confidentiality level of this review - determines who can see what. Values from at.scholarly.definition#confidentialityLevel: 'open' (reviewer identity and comments are public), 'single-blind' (authors don't know reviewer, but reviewer knows authors), 'double-blind' (neither party knows the other), 'triple-blind' (editor also doesn't know), 'confidential' (review contents private). Most journals use double-blind. Affects whether reviewer DID is exposed. Optional field."
5353+ },
5454+ "comments": {
5555+ "type": "string",
5656+ "maxLength": 50000,
5757+ "description": "The reviewer's substantive feedback on the manuscript - critique, suggestions for improvement, questions, praise for strengths. This is shared with the authors. Should be constructive, specific, and actionable. Examples: 'The methodology in Section 3 needs clarification...', 'Figure 2 is unclear...', 'The conclusions are well-supported by the data.' Can be quite lengthy for thorough reviews. Maximum 50,000 characters (~8,000 words). Required field - the core of the review."
5858+ },
5959+ "commentsToEditor": {
6060+ "type": "string",
6161+ "maxLength": 50000,
6262+ "description": "Confidential comments from the reviewer to the editor only - NOT shared with authors. Used to explain reasoning behind recommendation, flag concerns about ethics/plagiarism, or discuss sensitive issues. Example: 'I recommend rejection because this duplicates work in [unpublished paper X] that I'm aware of'. Helps editor make informed decision. Maximum 50,000 characters. Optional field."
6363+ },
6464+ "score": {
6565+ "type": "integer",
6666+ "minimum": 1,
6767+ "maximum": 10,
6868+ "description": "Optional numerical score rating the manuscript's quality. Scale 1-10 where 1 = poor/reject, 10 = excellent/accept. Different journals use different scales (some 1-5, some 1-10). This provides a quick quantitative summary alongside the qualitative comments. Not all journals use scoring. Optional field."
6969+ },
7070+ "createdAt": {
7171+ "type": "string",
7272+ "format": "datetime",
7373+ "description": "Timestamp when this review record was created in the system. ISO 8601 format. Not the same as submittedDate (when reviewer finished writing). This is for system record-keeping and audit trails. Optional field."
7474+ }
7575+ }
7676+ }
7777+ }
7878+ }
7979+}
+24
lexicons/reviewer/README.md
···11+# at.scholarly.reviewer
22+33+Reviewer profile for researchers who evaluate manuscripts through peer review.
44+55+## Use Cases
66+- Matching manuscripts to appropriate reviewers based on expertise
77+- Providing recognition and credit for peer review contributions
88+- Tracking reviewer performance (turnaround time, review count)
99+- Supporting open peer review with attributed reviews
1010+- Avoiding conflicts of interest via affiliation checking
1111+1212+## Challenges
1313+- **Privacy requirements**: Identity must be protected in single/double-blind review systems
1414+- **Expertise constraints**: Declared expertise may limit review invitation opportunities
1515+- **Profile maintenance**: Another profile to keep current alongside author profile
1616+- **Reviewer fatigue**: Making profile visible may increase unsolicited review requests
1717+1818+## Notes
1919+- `expertise` array is critical for manuscript-reviewer matching - be specific and comprehensive
2020+- Set `reviewCount` to track total completed reviews for experience indication
2121+- Use `publications` array to identify potential conflicts of interest (shouldn't review papers heavily citing own work)
2222+- ORCID enables credit for peer review contributions via services like Publons/Web of Science
2323+- In blind review, restrict access to reviewer DID; in open review, make it public
2424+- Key is `literal:self` - one reviewer profile per DID (user account)
+72
lexicons/reviewer/reviewer.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.reviewer",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing a peer reviewer profile - a user account for researchers who evaluate and provide expert feedback on manuscripts submitted for publication. Reviewers are critical to maintaining quality in academic publishing through peer review. This profile stores their identity, institutional affiliation, areas of expertise (crucial for manuscript matching), and review history. Editors use these profiles to find appropriate reviewers for manuscripts. Referenced by: at.scholarly.review (via DID). Key 'literal:self' means one profile per user (DID).",
88+ "key": "literal:self",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "name",
1313+ "affiliation",
1414+ "expertise"
1515+ ],
1616+ "properties": {
1717+ "name": {
1818+ "type": "string",
1919+ "maxLength": 500,
2020+ "description": "Full name of the reviewer as it should appear in open peer review contexts. Format: usually 'FirstName MiddleName(s) LastName' but respect cultural naming conventions. Examples: 'Jane Smith', 'Dr. Ahmed Al-Rahman', 'Prof. Li Wei'. In double-blind review, this is kept private from authors. In open review, appears alongside the review. Maximum 500 characters. Required field."
2121+ },
2222+ "orcid": {
2323+ "type": "ref",
2424+ "ref": "at.scholarly.definition#orcid",
2525+ "description": "ORCID identifier - a unique persistent digital identifier for researchers. Format: 0000-0001-2345-6789 (16 digits in groups of 4). ORCID helps link reviews to reviewer identity (in open peer review systems), disambiguate common names, and track peer review contributions. Some journals now give credit for peer review via ORCID. See at.scholarly.definition#orcid for pattern. Optional but increasingly expected."
2626+ },
2727+ "email": {
2828+ "type": "string",
2929+ "format": "email",
3030+ "description": "Contact email address for review invitations and communication with editors. Format: name@institution.edu. Editors use this to send review requests, deadlines, and thank-you notes. Should be a reliable, regularly checked address. Privacy: typically kept private, not shared with authors. Optional field."
3131+ },
3232+ "affiliation": {
3333+ "type": "string",
3434+ "maxLength": 1000,
3535+ "description": "Current institutional affiliation - where you work. Include department and institution. Examples: 'Department of Chemistry, MIT, USA', 'Francis Crick Institute, London, UK', 'Independent Researcher'. Helps editors assess expertise and avoid conflicts of interest (reviewers shouldn't review work from their own institution). Maximum 1000 characters. Required field."
3636+ },
3737+ "bio": {
3838+ "type": "string",
3939+ "maxLength": 5000,
4040+ "description": "Professional biography focusing on research background and reviewing experience. What makes you qualified to review in your fields? Career stage? Notable expertise? Examples: 'Assistant Professor with expertise in computational neuroscience. Published 20+ papers and completed 40+ peer reviews', 'Senior researcher specialising in organic synthesis and catalysis'. Maximum 5000 characters. Optional field."
4141+ },
4242+ "expertise": {
4343+ "type": "array",
4444+ "items": {
4545+ "type": "string",
4646+ "maxLength": 200
4747+ },
4848+ "description": "List of research areas and topics you can competently review. Be specific - this is critical for manuscript-reviewer matching. Examples: ['RNA splicing', 'CRISPR gene editing', 'developmental genetics'], ['machine learning', 'computer vision', 'medical image analysis'], ['climate modelling', 'atmospheric chemistry']. Editors use this to find appropriate reviewers. Each expertise up to 200 characters. Required field - at least one area needed."
4949+ },
5050+ "reviewCount": {
5151+ "type": "integer",
5252+ "minimum": 0,
5353+ "description": "Total number of peer reviews you have completed in this system. Starts at 0 for new reviewers, increments with each completed review. Editors may consider this when inviting reviewers - high count indicates experience and reliability. Also used for reviewer recognition and incentive schemes. Minimum 0. Optional - automatically tracked by system."
5454+ },
5555+ "publications": {
5656+ "type": "array",
5757+ "items": {
5858+ "type": "string",
5959+ "format": "at-uri"
6060+ },
6161+ "description": "Array of AT Protocol URI references to publications this reviewer has authored or co-authored. Points to at.scholarly.publication records. Format: at://did:plc:abc123/at.scholarly.publication/xyz789. Shows the journals/conferences the reviewer publishes in, helping editors assess suitability and avoid conflicts of interest (reviewers shouldn't review papers citing their own work heavily). Optional field."
6262+ },
6363+ "createdAt": {
6464+ "type": "string",
6565+ "format": "datetime",
6666+ "description": "Timestamp when this reviewer profile was created in the system. ISO 8601 format. Indicates when you became available for peer review. For system record-keeping and to track reviewer tenure/experience. Optional field."
6767+ }
6868+ }
6969+ }
7070+ }
7171+ }
7272+}
+23
lexicons/supplement/README.md
···11+# at.scholarly.supplement
22+33+Supplementary materials accompanying a manuscript - datasets, source code, videos, figures, appendices.
44+55+## Use Cases
66+- Providing raw datasets for reproducibility (CSV, Excel, HDF5 files)
77+- Sharing source code and analysis scripts (Python, R, MATLAB)
88+- Including video demonstrations of experiments or techniques
99+- Publishing high-resolution images or additional figures
1010+- Attaching detailed methodological appendices
1111+1212+## Challenges
1313+- **Storage limitations**: 100MB maximum file size may not accommodate very large datasets
1414+- **File format diversity**: Must support wide variety of formats with different viewers
1515+- **Version coupling**: Strongly tied to specific manuscript version, not easily reusable
1616+- **Discoverability**: Supplements may be overlooked compared to main manuscript
1717+1818+## Notes
1919+- Use `strongRef` to lock supplement to specific manuscript version - ensures supplements match the paper they support
2020+- Set `supplementType` (data, code, video, image, appendix, etc.) to help with categorisation and appropriate rendering
2121+- For datasets > 100MB, consider external repositories (Zenodo, Dryad) and link in the `description` field
2222+- Include detailed `description` explaining file format, software requirements, and how to use the supplement
2323+- Assign separate DOI if the supplement is independently citable (e.g., major dataset)
+61
lexicons/supplement/supplement.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.supplement",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing supplementary materials that accompany a manuscript - additional data, code, videos, figures, appendices, or other content too large or detailed for the main paper. Modern research increasingly includes substantial supplementary materials to support reproducibility and provide complete methodological details. Examples: raw datasets, source code repositories, additional statistical analyses, video demonstrations, high-resolution images. Often published alongside the paper with their own DOI. References: at.scholarly.manuscript (via strongRef).",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "manuscript",
1313+ "title",
1414+ "file"
1515+ ],
1616+ "properties": {
1717+ "manuscript": {
1818+ "type": "ref",
1919+ "ref": "at.scholarly.definition#strongRef",
2020+ "description": "StrongRef reference to the manuscript this supplement accompanies. Uses strongRef (URI + CID hash) to lock this supplement to a specific immutable version of the manuscript. Points to an at.scholarly.manuscript record. Ensures supplements are permanently tied to the exact manuscript version they support, even if the manuscript is later revised. Required field."
2121+ },
2222+ "title": {
2323+ "type": "string",
2424+ "maxLength": 500,
2525+ "description": "Descriptive title of this supplementary material. Examples: 'Supplementary Data 1: Raw RNA-seq datasets', 'Supplementary Code: Source code for statistical analyses', 'Supplementary Video 1: Cell division timelapse', 'Supplementary Table S1: Complete gene expression data'. Should be specific enough to distinguish from other supplements. Maximum 500 characters. Required field."
2626+ },
2727+ "description": {
2828+ "type": "string",
2929+ "maxLength": 5000,
3030+ "description": "Detailed description of what this supplement contains and how to use it. Explain file formats, software requirements, data structure, or viewing instructions. Examples: 'CSV file containing normalised gene expression values for 20,000 genes across 100 samples. Column headers indicate sample IDs, row names are gene symbols', 'Python scripts for reproducing Figure 3 analyses. Requires pandas, numpy, matplotlib. Run main.py after installing dependencies'. Maximum 5000 characters. Optional but highly recommended."
3131+ },
3232+ "supplementType": {
3333+ "type": "ref",
3434+ "ref": "at.scholarly.definition#supplementType",
3535+ "description": "Type of supplementary material. Values from at.scholarly.definition#supplementType: 'data' (datasets, raw data files), 'code' (source code, scripts, software), 'video' (movies, animations, timelapse), 'audio' (recordings, sounds), 'image' (high-resolution figures, photos), 'appendix' (additional text, methods), 'other' (anything else). Helps with categorisation and appropriate viewing/processing tools. Optional field."
3636+ },
3737+ "file": {
3838+ "type": "blob",
3939+ "maxSize": 100000000,
4040+ "description": "The actual supplementary file - dataset, code archive, video, etc. Any file format supported. Maximum size 100MB (100,000,000 bytes) which accommodates most supplementary materials. For larger datasets, consider providing download links in the description. Content-addressed via CID hash ensuring immutability and integrity. Required field - this is the actual supplement content."
4141+ },
4242+ "doi": {
4343+ "type": "ref",
4444+ "ref": "at.scholarly.definition#doi",
4545+ "description": "Optional DOI assigned to this supplement if it has its own persistent identifier. Some publishers assign separate DOIs to major supplements (especially datasets) for independent citation. Format: 10.1038/nature12373.s1. Not all supplements get DOIs. See at.scholarly.definition#doi for pattern. Optional field."
4646+ },
4747+ "license": {
4848+ "type": "ref",
4949+ "ref": "at.scholarly.definition#license",
5050+ "description": "Licence governing use of this supplement, which may differ from the main manuscript licence. Examples: code might be MIT licence whilst paper is traditional copyright, datasets might be CC0 (public domain). Important for reuse rights, especially for data and code. See at.scholarly.definition#license for structure. Optional field."
5151+ },
5252+ "createdAt": {
5353+ "type": "string",
5454+ "format": "datetime",
5555+ "description": "Timestamp when this supplement record was created in the system. ISO 8601 format. For system record-keeping and audit trails. Optional field."
5656+ }
5757+ }
5858+ }
5959+ }
6060+ }
6161+}
+23
lexicons/version/README.md
···11+# at.scholarly.version
22+33+A specific version of a manuscript during its revision process (v1 initial, v2 revised, v3 final).
44+55+## Use Cases
66+- Tracking manuscript evolution from initial submission through multiple revision rounds
77+- Providing transparent revision history showing how peer review improved the work
88+- Allowing citations to reference exact version that was used or reviewed
99+- Enabling comparison of changes between versions (diff tools)
1010+1111+## Challenges
1212+- **Storage overhead**: Each version stores a complete PDF file (can be 1-5MB each)
1313+- **Version number management**: Must maintain sequential versioning without gaps
1414+- **Authorship changes**: Authors may be added/removed between versions requiring version-specific author lists
1515+- **Review coupling**: Reviews are tied to specific versions, complicating cross-version analysis
1616+1717+## Notes
1818+- Always create v1 when manuscript is first submitted - this is the baseline
1919+- Increment `versionNumber` sequentially for each revision (v1, v2, v3...)
2020+- Use `changeLog` to document what changed - helps reviewers and readers understand revisions
2121+- Store complete PDF for each version via `versionFile` - ensures exact reproducibility
2222+- Link version to parent manuscript using `strongRef` for immutable provenance
2323+- If authorship changes, populate the `authors` field; otherwise inherit from parent manuscript
+63
lexicons/version/version.json
···11+{
22+ "lexicon": 1,
33+ "id": "at.scholarly.version",
44+ "definition": {
55+ "main": {
66+ "type": "record",
77+ "description": "Record representing a specific version of a manuscript during its revision process. Academic manuscripts typically go through multiple versions as authors respond to peer review: initial submission (v1), revised version (v2), final accepted version (v3), etc. Each version is a complete document with potentially different content, author lists, or methodology. Tracking versions provides transparency, reproducibility, and audit trails for the publication process. References: at.scholarly.manuscript (via strongRef). Referenced by: at.scholarly.review (reviews reference specific versions).",
88+ "key": "tid",
99+ "record": {
1010+ "type": "object",
1111+ "required": [
1212+ "manuscript",
1313+ "versionNumber",
1414+ "submittedDate",
1515+ "versionFile"
1616+ ],
1717+ "properties": {
1818+ "manuscript": {
1919+ "type": "ref",
2020+ "ref": "at.scholarly.definition#strongRef",
2121+ "description": "StrongRef reference to the parent manuscript this is a version of. Uses strongRef (URI + CID hash) to create an immutable link to the manuscript record. Points to an at.scholarly.manuscript record. This establishes the relationship: Manuscript > Versions (v1, v2, v3...). Required field."
2222+ },
2323+ "versionNumber": {
2424+ "type": "integer",
2525+ "minimum": 1,
2626+ "description": "Sequential version number starting from 1. Example: v1 (initial submission), v2 (first revision), v3 (second revision), v4 (final accepted version). Minimum value 1. Used in citations and to track manuscript evolution. Some systems use semantic versioning (1.0, 1.1) but integers are more common in academic publishing. Required field."
2727+ },
2828+ "submittedDate": {
2929+ "type": "string",
3030+ "format": "datetime",
3131+ "description": "Date and time when this version was submitted to the journal or made available. ISO 8601 format: 2024-04-15T10:30:00Z. For v1, this matches the original manuscript submission date. For revisions, this is when the revised version was resubmitted. Used to track revision timing and process duration. Required field."
3232+ },
3333+ "versionFile": {
3434+ "type": "blob",
3535+ "accept": [
3636+ "application/pdf"
3737+ ],
3838+ "maxSize": 50000000,
3939+ "description": "The actual manuscript file for this version as a PDF. This is the complete document that was submitted/reviewed. Must be PDF format. Maximum size 50MB (50,000,000 bytes). Content-addressed via CID hash ensuring each version is immutably stored. Allows exact reproduction of what reviewers saw. Required field - this is the version content."
4040+ },
4141+ "changeLog": {
4242+ "type": "string",
4343+ "maxLength": 10000,
4444+ "description": "Summary of changes made in this version compared to the previous version. What was added, removed, or modified? Examples: 'Addressed reviewer comments about statistical methods. Added new control experiment (Figure 4). Fixed typos in abstract and discussion', 'Major revision incorporating all reviewer suggestions. Restructured paper with new introduction'. Maximum 10,000 characters. Optional but valuable for transparency."
4545+ },
4646+ "authors": {
4747+ "type": "array",
4848+ "items": {
4949+ "type": "ref",
5050+ "ref": "at.scholarly.definition#personRef"
5151+ },
5252+ "description": "List of authors for this specific version, if different from the main manuscript author list. Sometimes authors are added or removed during revision (new collaborators join, others leave). If not specified, assumes same authors as parent manuscript. Uses personRef for each author with name, ORCID, affiliation. Optional field - only needed if authorship changed."
5353+ },
5454+ "createdAt": {
5555+ "type": "string",
5656+ "format": "datetime",
5757+ "description": "Timestamp when this version record was created in the system. ISO 8601 format. Not the same as submittedDate (when this version was actually submitted). For system record-keeping and audit trails. Optional field."
5858+ }
5959+ }
6060+ }
6161+ }
6262+ }
6363+}