Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network analysis #32

Open
beingkk opened this issue Jun 25, 2021 · 0 comments
Open

Network analysis #32

beingkk opened this issue Jun 25, 2021 · 0 comments
Assignees
Labels
project idea Brief project spec

Comments

@beingkk
Copy link
Contributor

beingkk commented Jun 25, 2021

Network analysis

Basic progress so far

See 32_network_analysis, [notebook for getting started]:(https://github.com/nestauk/innovation_sweet_spots/blob/32_network_analysis/innovation_sweet_spots/analysis/prototyping/network_analysis/01_network_analysis_intro.py)

  • Builds a collaboration network between research organisations working on a technology
    • Nodes = organisations, links = a common project
  • Visualises the network using altair (using Juan's code from the Createch project). There are some issues with the visualisation, i.e. the mouse-over doesn't work in the notebook - whereas in the html file, the zooming doesn't work.

Some potential next steps

Using Gateway to Research data

  1. Interactivity
    • Better visualisation using Altair, allowing to explore the network, check organisations and what projects form the basis of the links
    • Exploring displaying these networks in kumu, which is used by the ASF team
  2. Performing simple analyses and highlighting:
    • Which organisations are most the central ones? (i.e., most interconnected, hinting at their importance)
    • How different types of organisations (universities, businesses, local authorities) are placed in the network, how central they are? Here the challenge is, however, that organisations don't have designated types and we would have to somehow infer this from their names.
    • Perhaps: Communities or connected components of organisations. Maybe a nearest-neighbour subgraph (involving all direct neighbours) is interesting to highlight
    • Also: Can we explain the results (e.g. why a particular organisation might appear very central?)
  3. More advanced analysis: Characterising network growth over years
    • Visualising the new links across years
    • Can we say something about a 'growth mechanism' ? (e.g. does it look like preferential attachment, i.e. rich get richer, or more like random growth)

It would also be very interesting to use Crunchbase data to visualise the network of investors and businesses

We can also keep in mind geographical analysis (as organisations also have address information). This would, however, be a task for another issue.

@beingkk beingkk changed the title Basic network analysis utils Network analysis Oct 12, 2021
@beingkk beingkk added the project idea Brief project spec label Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project idea Brief project spec
Projects
None yet
Development

No branches or pull requests

2 participants