mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
distinguishes publications and patents.
This commit is contained in:
parent
762c64bbe8
commit
ea90f1f5a7
11
55.md
11
55.md
|
@ -32,19 +32,26 @@ This NIP defines event kind `11000` as the pubkey's resume. Life acomplishments
|
|||
"<work summary>"
|
||||
],
|
||||
[
|
||||
"n", // patents and publications
|
||||
"n", // patents
|
||||
"<patent number or application number>",
|
||||
"<title>", "<patent url>", "<issued, pending>",
|
||||
"<issue date unix timestamp>",
|
||||
"<patent summary>"
|
||||
],
|
||||
[
|
||||
"j", // publications
|
||||
"<publication's DOI number>",
|
||||
"<title>", "<journal>", "<vol., issue no., pages # - #>", "<publication url>", "<published, pending>",
|
||||
"<publication date unix timestamp>",
|
||||
"<publication summary>"
|
||||
],
|
||||
[
|
||||
"h", // certifications, honors and awards
|
||||
"<issuer's public key>", // can be blank if not on Nostr yet.
|
||||
"<issuer name>", "<city>, <state>, <country>", "<more info url>",
|
||||
"<title>", "<image or video url>",
|
||||
"<issue date unix timestamp>",
|
||||
"<patent summary>"
|
||||
"<summary>"
|
||||
],
|
||||
[
|
||||
"u", // languages
|
||||
|
|
Loading…
Reference in New Issue
Block a user