globalwordnet / schemas

WordNet-LMF formats
https://globalwordnet.github.io/schemas/
20 stars 11 forks source link

Can we add a logo to the metadata #3

Closed fcbond closed 3 years ago

fcbond commented 6 years ago

Many (some) projects have logos, and these can be useful to display as visual representations. Can we add a logo to the meta data?

jmccrae commented 6 years ago

Hi Francis, That is a great idea... do we have a logo already? I know we wanted to update the GWA logo... but I need to ask Housam on this. Regards, John

fcbond commented 6 years ago

Not sure actually. Wordnet browser used to have one

On Wed, 16 May 2018, 17:05 John McCrae, notifications@github.com wrote:

Hi Francis, That is a great idea... do we have a logo already? I know we wanted to update the GWA logo... but I need to ask Housam on this. Regards, John

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/globalwordnet/schemas/issues/3#issuecomment-389448995, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD8xtlTIYAEyYGp9w_4r33Raz79ZfPqks5ty-u6gaJpZM4T8ps8 .

fcbond commented 4 years ago

Hi, I meant, can we add inside the schema a place to put the logo of the project that built the wordnet, so that someone using the wordnet can show the logo..

Francis

jmccrae commented 4 years ago

I see...

I guess this would be implemented as another property on Lexicon?

fcbond commented 4 years ago

I think so. Or possibly on Lexical Resource.

On Mon, May 25, 2020 at 5:42 PM John McCrae notifications@github.com wrote:

I see...

I guess this would be implemented as another property on Lexicon?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/globalwordnet/schemas/issues/3#issuecomment-633483053, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIPZRWXOAA7B55AGXNDNVDRTI4QVANCNFSM4E7STM6A .

-- Francis Bond http://www3.ntu.edu.sg/home/fcbond/ Division of Linguistics and Multilingual Studies Nanyang Technological University

jmccrae commented 4 years ago

Ok I propose a property called logo on the Lexicon tag

<Lexicon id="example-en"
         label="Example wordnet (English)"
         language="en" 
         email="john@mccr.ae"
         license="https://creativecommons.org/publicdomain/zero/1.0/"
         version="1.0"
         citation="CILI: the Collaborative Interlingual Index. Francis Bond, Piek Vossen, John P. McCrae and Christiane Fellbaum, Proceedings of the Global WordNet Conference 2016, (2016)."
         url="http://globalwordnet.github.io/schemas/"
         dc:publisher="Global Wordnet Association"
         logo="https://globalwordnet.github.io/schemas/img/GWA_logo.png">
fcbond commented 4 years ago

I think it is a good idea, with the following caveat.

I was thinking that for a project with multiple lexicons, much of the information is likely to be shared (including logos).

so maybe these attributes should also be specified on the Lexical resource, and we assume the lexicons inherit from there when the information is unspecified?

jmccrae commented 3 years ago

Closed by #38