Skip to content

Commit 3e851d0

Browse files
committed
add missing config for snapshots
1 parent 68db40b commit 3e851d0

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
var data_config = {
2+
tag: "visualization",
3+
mode: "search_repos",
4+
5+
service: "orcid",
6+
7+
title: "",
8+
base_unit: "citations",
9+
use_area_uri: true,
10+
show_multiples: false,
11+
show_dropdown: false,
12+
preview_type: "pdf",
13+
sort_options: ["relevance", "title", "authors", "year"],
14+
is_force_areas: true,
15+
language: "eng_pubmed",
16+
area_force_alpha: 0.015,
17+
show_list: true,
18+
content_based: true,
19+
url_prefix: "https://www.base-search.net/Record/",
20+
21+
show_context: true,
22+
create_title_from_context: true,
23+
context_most_relevant_tooltip: true,
24+
25+
doi_outlink: true,
26+
filter_menu_dropdown: true,
27+
sort_menu_dropdown: true,
28+
filter_options: ["all", "open_access"],
29+
//show number of open access documents in context
30+
show_context_oa_number: false,
31+
};

0 commit comments

Comments
 (0)