Difference between revisions of "Concept:Scholar"
Jump to navigation
Jump to search
(pushed from media by wikipush) |
(modified by py-yprinciple-gen 0.2.6) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Topic | {{Topic | ||
|name=Scholar | |name=Scholar | ||
Line 8: | Line 7: | ||
|wikiDocumentation=[https://www.wikidata.org/wiki/Q1650915] person who engages in research, professionally or otherwise see also [https://www.wikidata.org/wiki/Q2248623 scholar] | |wikiDocumentation=[https://www.wikidata.org/wiki/Q1650915] person who engages in research, professionally or otherwise see also [https://www.wikidata.org/wiki/Q2248623 scholar] | ||
|defaultstoremode=property | |defaultstoremode=property | ||
− | |listLimit= | + | |listLimit=200 |
− | |cargo= | + | |cargo=false |
|context=CrSchema | |context=CrSchema | ||
|storemode=property | |storemode=property | ||
Line 21: | Line 20: | ||
[https://www.wikidata.org/wiki/Q1650915] person who engages in research, professionally or otherwise see also [https://www.wikidata.org/wiki/Q2248623 scholar] | [https://www.wikidata.org/wiki/Q1650915] person who engages in research, professionally or otherwise see also [https://www.wikidata.org/wiki/Q2248623 scholar] | ||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title Scholar | title Scholar | ||
note as ScholarDiagramNote | note as ScholarDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2023 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 31: | Line 30: | ||
end note | end note | ||
class Scholar { | class Scholar { | ||
+ | External identifier wikiDataId | ||
text name | text name | ||
text firstName | text firstName | ||
+ | text description | ||
url homepage | url homepage | ||
− | + | External identifier orcid | |
− | + | External identifier dblpId | |
− | + | External identifier googleScholarUser | |
− | + | External identifier linkedInId | |
− | + | External identifier researchGate | |
− | + | External identifier gndId | |
− | + | External identifier smartCRMId | |
+ | Page affiliations | ||
} | } | ||
ScholarNote .. Scholar | ScholarNote .. Scholar | ||
+ | Scholar "authors (*)" -- "papers(*)" Paper | ||
+ | Scholar "authors (*)" -- "papers(*)" Paper | ||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
− | ' Copyright (c) 2015- | + | ' Copyright (c) 2015-2023 BITPlan GmbH |
− | ' see | + | ' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI |
− | ' skinparams generated by | + | ' skinparams generated by py-yprinciple-gen |
skinparam note { | skinparam note { | ||
BackGroundColor #FFFFFF | BackGroundColor #FFFFFF | ||
Line 122: | Line 126: | ||
' end of skinparams ' | ' end of skinparams ' | ||
</uml> | </uml> | ||
− | |||
{{#concept: | {{#concept: | ||
− | + | [[Scholar name::+]] | |
|Scholars | |Scholars | ||
see also | see also | ||
Line 133: | Line 136: | ||
* [[:Category:Scholar]] | * [[:Category:Scholar]] | ||
* [[:Template:Scholar]] | * [[:Template:Scholar]] | ||
− | * [[:Form:Scholar]] | + | * [[:Form:Scholar]] |
− | topic links: | + | topic links:* [[:Category:Paper]] |
}} | }} | ||
[[Category:Scholar]] | [[Category:Scholar]] |
Latest revision as of 16:39, 10 March 2023
Topic | |
---|---|
edit | |
name | Scholar |
pluralName | Scholars |
icon | |
icon Url | /images/5/5b/ScholarIcon-64px.png |
documentation | scholar/researcher: person who engages in research, professionally or otherwise |
wikiDocumentation | [1] person who engages in research, professionally or otherwise see also scholar |
default storemode | property |
list Limit | 200 |
use cargo | false |
headerTabs | |
context | CrSchema |
properties
name | label | type | index | sortPos | primaryKey | mandatory | namespace | size | uploadable | defaultValue | inputType | allowedValues | documentation | values_from | showInGrid | isLink | nullable | topic | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Scholar affiliations | affiliations | affiliations | Types/Page | dropdown | affiliations | Institution | true | Scholar | |||||||||||
Scholar dblpId | dblpId | dblpId | Types/External identifier | 7 | false | false | 50 | false | dblp id of the scholar as index in https://dblp.org/ | false | Scholar | ||||||||
Scholar description | description | description | Types/text | 4 | false | false | 50 | false | A wikidata compatible description of the scholar | false | Scholar | ||||||||
Scholar firstName | firstName | firstName | Types/text | 3 | 2 | false | false | 50 | false | The first name of the scholar | false | Scholar | |||||||
Scholar gndId | gndId | gndId | Types/External identifier | 11 | false | false | 50 | false | gnd id of the scholar as indexed in https://portal.dnb.de/opac.htm | false | Scholar | ||||||||
Scholar googleScholarUser | googleScholarUser | googleScholarUser | Types/External identifier | 8 | false | false | 50 | false | googleScholarUser Author id of the scholar | false | Scholar | ||||||||
Scholar homepage | homepage | homepage | Types/url | 5 | false | false | 100 | false | The homepage of the scholar | false | Scholar | ||||||||
Scholar linkedInId | linkedInId | linkedInId | Types/External identifier | 9 | false | false | 50 | false | linkedIn id of the scholar | false | Scholar | ||||||||
Scholar name | name | name | Types/text | 2 | 1 | false | true | 50 | false | The last name of the scholar | false | Scholar | |||||||
Scholar orcid | orcid | orcid | Types/External identifier | 6 | false | false | 50 | false | orcid id of the scholar it is used to provide the identifier with which an entity is indexed in http://orcid.org | false | Scholar | ||||||||
Scholar researchGate | researchGate | researchGate | Types/External identifier | 10 | false | false | 50 | false | research gate profile id of the scholar as indexed in https://www.researchgate.net | false | Scholar | ||||||||
Scholar smartCRMId | smartCRMId | smartCRMId | Types/External identifier | 12 | false | false | 50 | false | smartCRM id of the scholar | false | Scholar | ||||||||
Scholar wikiDataId | wikiDataId | wikiDataId | Types/External identifier | 1 | false | false | 50 | false | wikidata id of the scholar | false | Scholar |
Documentation
[2] person who engages in research, professionally or otherwise see also scholar
uml
Description of concept "Scholar"RDF feed
Scholars
see also
topic links:* Category:Paper[[Scholar name::+]]