You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subject_cleaned= gsub("([A-Za-z]+:[A-Za-z0-9][A-Za-z0-9\\/\\.]+);?", "", subject_cleaned, perl=TRUE) # clean up annotations with prefix e.g. theme:annotation
192
+
subject_cleaned= gsub("([A-Za-z]+:[A-Za-z0-9 \\/\\.-]+);?", "", subject_cleaned, perl=TRUE) # clean up annotations with prefix e.g. theme:annotation
193
193
if (!is.null(params$vis_type) &¶ms$vis_type=="timeline") {
194
194
subject_cleaned= gsub("FOS ", "", subject_cleaned) # remove FOS classification tag, but keep classifcation name
0 commit comments