mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-24 09:25:52 -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>"
|
"<work summary>"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"n", // patents and publications
|
"n", // patents
|
||||||
"<patent number or application number>",
|
"<patent number or application number>",
|
||||||
"<title>", "<patent url>", "<issued, pending>",
|
"<title>", "<patent url>", "<issued, pending>",
|
||||||
"<issue date unix timestamp>",
|
"<issue date unix timestamp>",
|
||||||
"<patent summary>"
|
"<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
|
"h", // certifications, honors and awards
|
||||||
"<issuer's public key>", // can be blank if not on Nostr yet.
|
"<issuer's public key>", // can be blank if not on Nostr yet.
|
||||||
"<issuer name>", "<city>, <state>, <country>", "<more info url>",
|
"<issuer name>", "<city>, <state>, <country>", "<more info url>",
|
||||||
"<title>", "<image or video url>",
|
"<title>", "<image or video url>",
|
||||||
"<issue date unix timestamp>",
|
"<issue date unix timestamp>",
|
||||||
"<patent summary>"
|
"<summary>"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"u", // languages
|
"u", // languages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user