Skip to content

MaloMn/research-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research map

Mapping labs with accepted papers to international conferences on speech and signal processing

What is this?

This repository contains code to automatically extract authors affiliations from conference papers pdf files. This data is then used to produce a map, available here.

How does it work?

Architecture

  • The data folder contains:
    • data/conferences/{conference_name}: link of the papers pdf files hosted online associated to an identifier
    • data/papers/{conference_name}.json: manually transcribed authors affiliations

Papers are manually transcribed when the automatic extraction fails. Automatically recognized failures are stored in output/{conference_name}/errors.json. A glance at the data can also help identifying

How can you help?

  1. Propose alternative methods to extract information from papers,
    • Methods should be as broad as possible, relying or not on external sources of information ;
    • Methods should be machine-learning free, in order to keep the carbon footprint of this project as low as possible.
  2. Manually review the data,
    • Correcting coordinates in the locations.csv file, or correcting authors affiliations.
  3. Propose new ways to visualize the data.

To-do

  • [] Add a filterable table with papers below map
  • [] Add papers from ICASSP
  • [] Add papers from LREC
  • [] Add papers from CALLING
  • [] Add statistical analysis of papers collaboration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages