You are on page 1of 15

Visualisation of massive data from scholarly

Article and Journal Database: A Novel


Scheme

Gouri Ginde

Department of Computer Science and Engineering,


PESIT Bangalore South Campus, Bangalore
gouriginde@pes.edu

21 October, 2016
Visualisation
of massive
data
Introduction
Gouri Ginde

Introduction

Overall
System flow • Various authors and research scholars in recent times have
diagram
been exploring means to find the reputed journals for
Data curing

Cobb Douglas
publication of their articles.
Model
• The drive behind this is to own appreciation/award for the
Neo4j Data
Model quality work they do.
Data • Institutional assessment and evaluation depends heavily on
visualization

Results
the peer reviewed publications irrespective of academia or
Conclusion research labs.
• The basic tendency is to publish their research in journals
with an international tag attached to it.
Visualisation
of massive
data

Gouri Ginde

Introduction

Overall
System flow
diagram Problem
Data curing
• There exists NO metric to rank journals based on the
Cobb Douglas
Model extent or scale of internationality.
Neo4j Data
Model • NO complete solution which can provide holistic
Data visualization of the data at author, country, and journal
visualization
and domain level for all the journals in the world
Results

Conclusion
Visualisation
of massive
data

Gouri Ginde

Introduction

Overall Our Solution


System flow
diagram • Compute Internationality of a Journal (holistic
Data curing
parameterization of the International aspects of a Journals
Cobb Douglas
Model dimensions) = Quality of publications + Measure of
Neo4j Data international span of subscribing readers, authors and
Model
reviewers.
Data
visualization • Characterize a yardstick of scientific contribution and
Results
international diffusion using sophisticated
Conclusion
visualization tools and technology
Visualisation
of massive
data
System flow diagram
Gouri Ginde

Introduction

Overall
System flow
diagram

Data curing

Cobb Douglas
Model

Neo4j Data
Model

Data
visualization

Results

Conclusion
Visualisation
of massive
data
Data acquisition and curing
Gouri Ginde

Introduction

Overall
System flow
diagram

Data curing

Cobb Douglas
Model

Neo4j Data
Model

Data
visualization

Results

Conclusion
Visualisation
of massive
data
Cobb Douglas Model
Gouri Ginde

Introduction
n
Overall
Y
System flow y =A x i αi
diagram
i=1
Data curing
where, y: Internationality score,
Cobb Douglas
Model xi : Predictor variables/input parameters
Neo4j Data αi :elasticity.
Model

Data
visualization
For n = 4, x1 to x4 are the input parameters
Results • x1 : ( other-citations quotient ) = [ 1 - ( self citations /
Conclusion
total citations ) ]
• x2 : International Collaboration / 100
• x3 : SNIP value / maximum value
• x4 : Non-Local Influence Quotient
Visualisation
of massive
data
Visualizations and Neo4j Data Model
Gouri Ginde

Introduction

Overall
System flow
diagram
Visualizations
Data curing
– Author network
Cobb Douglas
Model – Institute network
Neo4j Data – Country network
Model

Data
– Spread of a domain
visualization in a country
Results – Collaboration net-
Conclusion
work of an institute
– Year-wise publica-
tion trend of an author
Visualisation
of massive
data
Journal to Author to Country mapping
Gouri Ginde

Introduction

Overall
System flow
diagram

Data curing

Cobb Douglas
Model

Neo4j Data
Model

Data
visualization

Results

Conclusion
Visualisation
of massive
data
Author to Institute to Country mapping
Gouri Ginde

Introduction

Overall
System flow
diagram

Data curing

Cobb Douglas
Model

Neo4j Data
Model

Data
visualization

Results

Conclusion
Visualisation
of massive
data

Gouri Ginde

Introduction

Overall
System flow
diagram

Data curing

Cobb Douglas
Model

Neo4j Data
Model

Data
visualization

Results

Conclusion

Cypher query: MATCH


(Journal)<-[:PUBLISHED IN]-(Article) WHERE Journal.name
IN [’Applied Soft Computing’, ’Neurocomputing, ’Genetic
Programming and Evolvable Machines’] RETURN Article.year,
Journal.name
Visualisation
of massive
data

Gouri Ginde

Introduction

Overall
System flow
diagram

Data curing

Cobb Douglas
Model

Neo4j Data
Model

Data
visualization

Results

Conclusion

Cypher query:MATCH (n:Article) RETURN n.totalcites,


n.selfcites
Visualisation
of massive
data

Gouri Ginde

Introduction

Overall
System flow
diagram

Data curing

Cobb Douglas
Model

Neo4j Data
Model

Data
visualization

Results

Conclusion

Cypher Query: MATCH


(Author)-[r:WORKS FOR]->(Institute)-[s:IS IN]->(Country)
RETURN Author.name, Country.name
Visualisation
of massive
data
Conclusion
Gouri Ginde

Introduction

Overall
System flow
diagram • Develop Web-scraping and parsing techniques to create
Data curing and develop a platform for ScientoBASE project
Cobb Douglas
Model
(pesitsouthscibase.org)
Neo4j Data • Quantify internationality of Journals, Provide a shape to
Model
the prestige of countries in publishing international
Data
visualization journals.
Results • Develop visualization kit , which will compute the scores
Conclusion
and provide visualizations of of every vital parameters of
’internationality’

You might also like