diff --git a/monitor/methodology/terminology.component.ts b/monitor/methodology/terminology.component.ts index 40c4f746..dcdb5d45 100644 --- a/monitor/methodology/terminology.component.ts +++ b/monitor/methodology/terminology.component.ts @@ -80,17 +80,17 @@ declare var ResizeObserver;
-
-
+
More information for OpenAIRE Research Graph .
-
-
+
+
-
+
@@ -122,6 +122,7 @@ export class TerminologyComponent implements OnInit, OnDestroy, AfterViewInit, A public graph_offset: number = 0; public graph_height: number = 0; @ViewChild("graph_element") graph_element; + @ViewChild("graph_element_mobile") graph_element_mobile; public contentSections: string[] = ['entities', 'inherited-and-inferred-attributes', 'constructed-attributes']; public activeSection: string; public properties = properties;