vocabularies

package
v1.0.55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Map = map[string][]string{
	"user_roles": {
		"user",
		"curator",
	},
	"publication_vabb_types": {
		"VABB-1",
		"VABB-2",
		"VABB-3",
		"VABB-4",
		"VABB-5",
	},
	"publication_facets": {
		"status",
		"locked",
		"faculty_id",
		"type",
		"wos_type",
		"classification",
		"year",
		"vabb_type",
		"has_files",
		"created_since",
		"updated_since",
	},
	"publication_curation_facets": {
		"status",
		"locked",
		"publication_status",
		"extern",
		"faculty_id",
		"type",
		"wos_type",
		"classification",
		"year",
		"vabb_type",
		"file_relation",
		"reviewer_tags",
		"has_message",
		"has_files",
		"created_since",
		"updated_since",
		"legacy",
	},
	"dataset_facets": {
		"status",
		"locked",
		"faculty_id",
		"created_since",
		"updated_since",
	},
	"dataset_curation_facets": {
		"status",
		"locked",
		"faculty_id",
		"reviewer_tags",
		"has_message",
		"created_since",
		"updated_since",
		"identifier_type",
	},
	"dataset_licenses": {
		"CC0-1.0",
		"CC-BY-4.0",
		"CC-BY-SA-4.0",
		"CC-BY-NC-4.0",
		"CC-BY-ND-4.0",
		"CC-BY-NC-SA-4.0",
		"CC-BY-NC-ND-4.0",
		"LicenseNotListed",
	},
	"publication_licenses": {
		"CC0-1.0",
		"CC-BY-4.0",
		"CC-BY-SA-4.0",
		"CC-BY-NC-4.0",
		"CC-BY-ND-4.0",
		"CC-BY-NC-SA-4.0",
		"CC-BY-NC-ND-4.0",
		"InCopyright",
		"LicenseNotListed",
		"CopyrightUnknown",
	},
	"confirmations": {
		"yes",
		"no",
		"dontknow",
	},
	"credit_roles": {
		"first_author",
		"last_author",
		"conceptualization",
		"data_curation",
		"formal_analysis",
		"funding_acquisition",
		"investigation",
		"methodology",
		"project_administration",
		"resources",
		"software",
		"supervision",
		"validation",
		"visualization",
		"writing_original_draft",
		"writing_review_editing",
	},
	"dataset_identifier_types": {
		"DOI",
		"BioStudies",
		"EGA",
		"ENA",
		"ENABioProject",
		"Ensembl",
		"Handle",
	},
	"dataset_access_levels": {
		"info:eu-repo/semantics/openAccess",
		"info:eu-repo/semantics/restrictedAccess",
		"info:eu-repo/semantics/closedAccess",
		"info:eu-repo/semantics/embargoedAccess",
	},
	"dataset_access_levels_after_embargo": {
		"info:eu-repo/semantics/openAccess",
		"info:eu-repo/semantics/restrictedAccess",
	},
	"dataset_link_relations": {
		"data_management_plan",
		"homepage",
		"related_information",
		"software",
	},
	"faculties": {
		"CA",
		"DS",
		"DI",
		"EB",
		"FlandersMake",
		"FW",
		"GE",
		"LA",
		"LW",
		"PS",
		"PP",
		"RE",
		"TW",
		"WE",
		"GUK",
		"UZGent",
		"HOART",
		"HOGENT",
		"HOWEST",
		"IBBT",
		"IMEC",
		"VIB",
	},
	"faculties_core": {
		"CA",
		"DS",
		"DI",
		"EB",
		"FW",
		"GE",
		"LA",
		"LW",
		"PS",
		"PP",
		"RE",
		"TW",
		"WE",
		"GUK",
	},
	"faculties_socs": {
		"FlandersMake",
		"UZGent",
		"HOART",
		"HOGENT",
		"HOWEST",
		"IBBT",
		"IMEC",
		"VIB",
	},
	"publication_types": {
		"journal_article",
		"book",
		"book_chapter",
		"book_editor",
		"issue_editor",
		"conference",
		"dissertation",
		"miscellaneous",
	},
	"visible_publication_statuses": {
		"private",
		"public",
		"returned",
	},
	"publication_statuses": {
		"private",
		"returned",
		"public",
		"deleted",
	},
	"publication_publishing_statuses": {
		"unpublished",
		"accepted",
		"published",
	},
	"publication_versions": {
		"publishedVersion",
		"authorVersion",
		"acceptedVersion",
		"updatedVersion",
	},
	"publication_sorts": {
		"date-updated-desc",
		"date-created-asc",
		"date-created-desc",
		"year-desc",
	},

	"publication_file_access_levels": {
		"info:eu-repo/semantics/openAccess",
		"info:eu-repo/semantics/restrictedAccess",
		"info:eu-repo/semantics/embargoedAccess",
		"info:eu-repo/semantics/closedAccess",
	},
	"publication_file_access_levels_during_embargo": {
		"info:eu-repo/semantics/restrictedAccess",
		"info:eu-repo/semantics/closedAccess",
	},
	"publication_file_access_levels_after_embargo": {
		"info:eu-repo/semantics/openAccess",
		"info:eu-repo/semantics/restrictedAccess",
	},
	"publication_file_relations": {
		"main_file",
		"colophon",
		"data_fact_sheet",
		"peer_review_report",
		"table_of_contents",
		"agreement",
		"supplementary_material",
	},
	"publication_link_relations": {
		"data_management_plan",
		"homepage",
		"peer_review_report",
		"related_information",
		"software",
		"table_of_contents",
		"main_file",
	},
	"conference_types": {
		"proceedingsPaper",
		"abstract",
		"poster",
		"other",
	},
	"journal_article_types": {
		"original",
		"review",
		"letterNote",
		"proceedingsPaper",
	},
	"miscellaneous_types": {
		"artReview",
		"artisticWork",
		"bibliography",
		"biography",
		"blogPost",
		"bookReview",
		"correction",
		"dictionaryEntry",
		"editorialMaterial",
		"encyclopediaEntry",
		"exhibitionReview",
		"filmReview",
		"lectureSpeech",
		"lemma",
		"magazinePiece",
		"manual",
		"musicEdition",
		"musicReview",
		"newsArticle",
		"newspaperPiece",
		"other",
		"preprint",
		"productReview",
		"report",
		"technicalStandard",
		"textEdition",
		"textTranslation",
		"theatreReview",
		"workingPaper",
	},
	"research_fields": {
		"Agriculture and Food Sciences",
		"Arts and Architecture",
		"Biology and Life Sciences",
		"Business and Economics",
		"Chemistry",
		"Cultural Sciences",
		"Earth and Environmental Sciences",
		"General Works",
		"History and Archaeology",
		"Languages and Literatures",
		"Law and Political Science",
		"Mathematics and Statistics",
		"Medicine and Health Sciences",
		"Performing Arts",
		"Philosophy and Religion",
		"Physics and Astronomy",
		"Science General",
		"Social Sciences",
		"Technology and Engineering",
		"Veterinary Sciences",
	},
	"publication_classifications": {
		"A1",
		"A2",
		"A3",
		"A4",
		"B1",
		"B2",
		"B3",
		"C1",
		"C3",
		"D1",
		"P1",
		"V",
		"U",
	},
	"language_codes": {
		"und",
		"eng",
		"dut",
		"fre",
		"ger",
		"aar",
		"abk",
		"ace",
		"ach",
		"ada",
		"ady",
		"afa",
		"afh",
		"afr",
		"ain",
		"aka",
		"akk",
		"alb",
		"ale",
		"alg",
		"alt",
		"amh",
		"ang",
		"anp",
		"apa",
		"ara",
		"arc",
		"arg",
		"arm",
		"arn",
		"arp",
		"art",
		"arw",
		"asm",
		"ast",
		"ath",
		"aus",
		"ava",
		"ave",
		"awa",
		"aym",
		"aze",
		"bad",
		"bai",
		"bak",
		"bal",
		"bam",
		"ban",
		"baq",
		"bas",
		"bat",
		"bej",
		"bel",
		"bem",
		"ben",
		"ber",
		"bho",
		"bih",
		"bik",
		"bin",
		"bis",
		"bla",
		"bnt",
		"tib",
		"bos",
		"bra",
		"bre",
		"btk",
		"bua",
		"bug",
		"bul",
		"bur",
		"byn",
		"cad",
		"cai",
		"car",
		"cat",
		"cau",
		"ceb",
		"cel",
		"cze",
		"cha",
		"chb",
		"che",
		"chg",
		"chi",
		"chk",
		"chm",
		"chn",
		"cho",
		"chp",
		"chr",
		"chu",
		"chv",
		"chy",
		"cmc",
		"cop",
		"cor",
		"cos",
		"cpe",
		"cpf",
		"cpp",
		"cre",
		"crh",
		"crp",
		"csb",
		"cus",
		"wel",
		"cze",
		"dak",
		"dan",
		"dar",
		"day",
		"del",
		"den",
		"ger",
		"dgr",
		"din",
		"div",
		"doi",
		"dra",
		"dsb",
		"dua",
		"dum",
		"dyu",
		"dzo",
		"efi",
		"egy",
		"eka",
		"gre",
		"elx",
		"enm",
		"epo",
		"est",
		"baq",
		"ewe",
		"ewo",
		"fan",
		"fao",
		"per",
		"fat",
		"fij",
		"fil",
		"fin",
		"fiu",
		"fon",
		"frm",
		"fro",
		"frr",
		"frs",
		"fry",
		"ful",
		"fur",
		"gaa",
		"gay",
		"gba",
		"gem",
		"geo",
		"gez",
		"gil",
		"gla",
		"gle",
		"glg",
		"glv",
		"gmh",
		"goh",
		"gon",
		"gor",
		"got",
		"grb",
		"grc",
		"gre",
		"grn",
		"gsw",
		"guj",
		"gwi",
		"hai",
		"hat",
		"hau",
		"haw",
		"heb",
		"her",
		"hil",
		"him",
		"hin",
		"hit",
		"hmn",
		"hmo",
		"hrv",
		"hsb",
		"hun",
		"hup",
		"arm",
		"iba",
		"ibo",
		"ice",
		"ido",
		"iii",
		"ijo",
		"iku",
		"ile",
		"ilo",
		"ina",
		"inc",
		"ind",
		"ine",
		"inh",
		"ipk",
		"ira",
		"iro",
		"ice",
		"ita",
		"jav",
		"jbo",
		"jpn",
		"jpr",
		"jrb",
		"kaa",
		"kab",
		"kac",
		"kal",
		"kam",
		"kan",
		"kar",
		"kas",
		"geo",
		"kau",
		"kaw",
		"kaz",
		"kbd",
		"kha",
		"khi",
		"khm",
		"kho",
		"kik",
		"kin",
		"kir",
		"kmb",
		"kok",
		"kom",
		"kon",
		"kor",
		"kos",
		"kpe",
		"krc",
		"krl",
		"kro",
		"kru",
		"kua",
		"kum",
		"kur",
		"kut",
		"lad",
		"lah",
		"lam",
		"lao",
		"lat",
		"lav",
		"lez",
		"lim",
		"lin",
		"lit",
		"lol",
		"loz",
		"ltz",
		"lua",
		"lub",
		"lug",
		"lui",
		"lun",
		"luo",
		"lus",
		"mac",
		"mad",
		"mag",
		"mah",
		"mai",
		"mak",
		"mal",
		"man",
		"mao",
		"map",
		"mar",
		"mas",
		"may",
		"mdf",
		"mdr",
		"men",
		"mga",
		"mic",
		"min",
		"mis",
		"mac",
		"mkh",
		"mlg",
		"mlt",
		"mnc",
		"mni",
		"mno",
		"moh",
		"mon",
		"mos",
		"mao",
		"may",
		"mul",
		"mun",
		"mus",
		"mwl",
		"mwr",
		"bur",
		"myn",
		"myv",
		"nah",
		"nai",
		"nap",
		"nau",
		"nav",
		"nbl",
		"nde",
		"ndo",
		"nds",
		"nep",
		"new",
		"nia",
		"nic",
		"niu",
		"dut",
		"nno",
		"nob",
		"nog",
		"non",
		"nor",
		"nqo",
		"nso",
		"nub",
		"nwc",
		"nya",
		"nym",
		"nyn",
		"nyo",
		"nzi",
		"oci",
		"oji",
		"ori",
		"orm",
		"osa",
		"oss",
		"ota",
		"oto",
		"paa",
		"pag",
		"pal",
		"pam",
		"pan",
		"pap",
		"pau",
		"peo",
		"per",
		"phi",
		"phn",
		"pli",
		"pol",
		"pon",
		"por",
		"pra",
		"pro",
		"pus",
		"qaa",
		"que",
		"raj",
		"rap",
		"rar",
		"roa",
		"roh",
		"rom",
		"rum",
		"rum",
		"run",
		"rup",
		"rus",
		"sad",
		"sag",
		"sah",
		"sai",
		"sal",
		"sam",
		"san",
		"sas",
		"sat",
		"scn",
		"sco",
		"sel",
		"sem",
		"sga",
		"sgn",
		"shn",
		"sid",
		"sin",
		"sio",
		"sit",
		"sla",
		"slo",
		"slo",
		"slv",
		"sma",
		"sme",
		"smi",
		"smj",
		"smn",
		"smo",
		"sms",
		"sna",
		"snd",
		"snk",
		"sog",
		"som",
		"son",
		"sot",
		"spa",
		"alb",
		"srd",
		"srn",
		"srp",
		"srr",
		"ssa",
		"ssw",
		"suk",
		"sun",
		"sus",
		"sux",
		"swa",
		"swe",
		"syc",
		"syr",
		"tah",
		"tai",
		"tam",
		"tat",
		"tel",
		"tem",
		"ter",
		"tet",
		"tgk",
		"tgl",
		"tha",
		"tib",
		"tig",
		"tir",
		"tiv",
		"tkl",
		"tlh",
		"tli",
		"tmh",
		"tog",
		"ton",
		"tpi",
		"tsi",
		"tsn",
		"tso",
		"tuk",
		"tum",
		"tup",
		"tur",
		"tut",
		"tvl",
		"twi",
		"tyv",
		"udm",
		"uga",
		"uig",
		"ukr",
		"umb",
		"urd",
		"uzb",
		"vai",
		"ven",
		"vie",
		"vol",
		"vot",
		"wak",
		"wal",
		"war",
		"was",
		"wel",
		"wen",
		"wln",
		"wol",
		"xal",
		"xho",
		"yao",
		"yap",
		"yid",
		"yor",
		"ypk",
		"zap",
		"zbl",
		"zen",
		"zha",
		"chi",
		"znd",
		"zul",
		"zun",
		"zxx",
		"zza",
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL