diff --git a/index.html b/index.html index 0b5f1411c..1c3b36be6 100755 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ , "visualization" //append to tag , [{ title: "dna" - , file: "test_rplos" + , file: "bibliometrics" } ] //data , {title: "Overview of dna" @@ -27,10 +27,10 @@ , min_diameter_size: 30 , max_area_size: 110 , min_area_size: 50 - , use_area_uri: false , input_format: "json" , use_area_uri: true , base_unit: "views" + , force_areas: true } //options ) diff --git a/index.php b/index.php index 392e79523..a249b38a8 100644 --- a/index.php +++ b/index.php @@ -27,12 +27,13 @@ , min_diameter_size: 30 , max_area_size: 110 , min_area_size: 50 - , use_area_uri: false - , input_format: "json" , use_area_uri: true + , input_format: "json" , base_unit: "views" , show_timeline: false , show_dropdown: false + , is_force_areas: true + , preview_type: "pdf" } //options ) diff --git a/search_plos.html b/search_plos.html index 1a39310c5..ab0a16ae3 100644 --- a/search_plos.html +++ b/search_plos.html @@ -6,7 +6,7 @@ --> - Turn a PLOS search into a visualization + Search PLOS and turn it into a visualization @@ -14,19 +14,22 @@ - + - +
-
+

Search PLOS and turn it into a visualization

+ -
+
-
+
+ + Github repo