@@ -56,7 +56,7 @@ CONFIG$MD_TITLES <- list(
5656 " venues" = function (table_details ) {
5757 venue_type <- table_details [[" subcat" ]]
5858 venue_name <- table_details [[" name" ]]
59- paste0(" CODECHECK Register for " , venue_type , " (" , venue_name , " )" )
59+ paste0(" CODECHECK Register for " , venue_name , " (" , venue_type , " )" )
6060 },
6161
6262 " certs" = " CODECHECK Certificate"
@@ -91,7 +91,8 @@ CONFIG$HYPERLINKS <- list(
9191CONFIG $ VENUE_SUBCAT_PLURAL <- list (
9292 conference = " conferences" ,
9393 journal = " journals" ,
94- community = " communities"
94+ community = " communities" ,
95+ institution = " institutions"
9596)
9697
9798# NON-REGISTER_TABLE
@@ -111,7 +112,8 @@ CONFIG$NON_REG_TITLE_FNS <- list(
111112 plural_subcat <- switch (subcat ,
112113 " conference" = " conferences" ,
113114 " journal" = " journals" ,
114- " community" = " communities"
115+ " community" = " communities" ,
116+ " institution" = " institutions"
115117 )
116118 return (paste(" CODECHECK List of" , plural_subcat ))
117119 }
@@ -157,21 +159,21 @@ CONFIG$NON_REG_SUBTEXT <- list(
157159CONFIG $ NON_REG_TABLE_COL_NAMES <- list (
158160 " codecheckers" = c(
159161 " codechecker_name" = " Codechecker name" ,
160- " Codechecker" = " ORCID ID " ,
162+ " Codechecker" = " ORCID" ,
161163 " no_codechecks" = " No. of codechecks"
162164 ),
163165
164166 " venues" = c(
165- " Type" = " Venue type" ,
166167 " Venue" = " Venue name" ,
168+ " Type" = " Venue type" ,
167169 " no_codechecks" = " No. of codechecks"
168170 )
169171)
170172
171173# REGISTER FILTER SUBCATEGORIES
172174# Each filter can be further divided into each of these subgroups
173175CONFIG $ FILTER_SUBCATEGORIES <- list (
174- venues = list (" community" , " journal" , " conference" )
176+ venues = list (" community" , " journal" , " conference" , " institution " )
175177)
176178
177179# For each filter with subcategories we have a reference to the column
@@ -241,7 +243,9 @@ CONFIG$DICT_VENUE_NAMES <- list(
241243 " codecheck NL" = " CODECHECK NL" ,
242244 " in press" = " In press" ,
243245 " preprint" = " Preprint" ,
244- " AUMC" = " Amsterdam UMC"
246+ " AUMC" = " Amsterdam UMC" ,
247+ " Lifecycle Journal" = " Lifecycle Journal" ,
248+ " TU Delft DCC" = " TU Delft Digital Competence Centre"
245249)
246250
247251# JSON FILE INFORMATION
0 commit comments