DEV Community

Cover image for ECS Meeting Explorer - webapp for scientific conference
konkon
konkon

Posted on

ECS Meeting Explorer - webapp for scientific conference

Introduction

I'm Kohei Ishikawa (a.k.a. konkon). Ph.D student in Nagoya-University, Japan.

My research topic is Li battery, especially, Li metal anodes.
If space permits, I'd like to introduce my research, but it's not a main topic in this article.

This article aims for introduction of webapp I made, ECS Meeting Explorer!

Motivation

ECS meeting is biannual scientific conference organized by the electrochemical society.
Before the conference open, we should read huge amounts of meeting abstracts (usually in a plane or train) and make a schedule.
In the ECS 236th meeting held in October 13-17, 2019 in Atlanta, there are 2461 abstracts in all. It is almost impossible for us to read all of them!

The ECS provides online program and mobile apps and they can search abstracts with keywords.
However, even if we use this, making a meeting schedule is hard work. Sometimes, we lose an opportunity to attend interesting presentation.

This is my motivation to make original search app!

Overview

Search with number

Alt Text

This is a main page of ECS Meeting Explorer.
If you are a participant, please enter your presentation number in upper form and submit it!

Alt Text

This is a sample result for No. 0213, presentation titled 'Tripling the Energy Density of Insertion-Type Electrode Materials for Rechargeable Alkali-Ion Batteries By Introducing Carefully Selected Dopants'.
There are 70 presentation displayed in descending similarities.

Alt Text

If you want to save the result, please push 'Download CSV'!

Alt Text

On the top of search result, there is an interactive scatter plot.
This is a visualization of all presentation in the vector space. PCA and t-sne were used for dimensional reduction of document vectors.
Magenta colored and lime colored points are represents target and extracted similar presentation.
If you click the plot, you can move to corresponding abstract web page in ECS digital library.

Search with text

You are not a presenter?, no worries!
Let's search with free text in lower form. For example, search with 'Suppression of Lithium dendrite' is like below.

Alt Text

Presentations about Li metal anodes seems to be successfully extracted.
Now, you can search with any text related to your research interest!

Technical details

This apps based on natural language processing (vector space model) and machine learning, works with Python.
I used Word2vec implemented in Gensim to obtain vector representation of words, and sparse composite document vector (SCDV) to build document vectors.
For further instruction, below articles are very useful!

Flask, Jinja2 and Bootstrap are used for web application frameworks, design template and CSS framework.

I chose Heroku as a web platform. It works with Hobby dyno (about $7.00 per month) and average memory usage is less than 256MB, so far.

I'm planning to write an article for technical instruction, later date...

Closing talk

Fortunately, we can download all meeting abstracts of 236th meeting as zip format from official page.
Recently, ECS initiates Free the Science to propagate an open science. I have a great respect for this action. I hope they enjoy it!

Actually, This is my first apps for English speaker.
If you have any comments or question, feel free to contact me!

Top comments (0)