From 039f56fbfde387e71b0b807acb5308c9dac158ca Mon Sep 17 00:00:00 2001 From: "a.lambert@unesco.org" Date: Tue, 8 Jun 2021 15:57:54 +0200 Subject: [PATCH] elaborate the author --- scripts/parser.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/parser.php b/scripts/parser.php index 4e41ba6..96143ec 100755 --- a/scripts/parser.php +++ b/scripts/parser.php @@ -241,7 +241,14 @@ 'CreativeWork' ), 'name' => 'Resource collection for AquaDocs.org', - 'author' => 'Arno Lambert ', + 'author' => array( + '@type' => 'Person', + 'name' => 'Arno Lambert', + 'sameAs' => array( + 'https://oceanexpert.org/expert/35711', + 'https://orcid.org/0000-0002-1859-1588' + ) + ), 'itemListOrder' => 'https://schema.org/ItemListUnordered', 'numberOfItems' => count($outputJSON), 'itemListElement' => $outputJSON