Skip to content

A frontend website for a search engine designed for COVID-19 information.

License

Notifications You must be signed in to change notification settings

Somefive/COVID-19-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Da Yin

This project is a front-end website for a search engine designed for COVID-19 related information. Click here to visit the website.

Demo

Main Features

  • Instant Search: Any typings will receive response immediately.
  • Advance Search: You may customize the search by changing the page size or sorting metric.
  • Event exploration: The related events are calculated by k-nearest neighbors on pre-trained graph embeddings.
  • Region Search: Searching for locations such as Beijing or China will get the infection data.
  • Entity Search: Searching for entities such as Coronavirus will get the entity knowledge.

Location

Entity

Techniques

Front-end website is bootstrapped with React Create App written in mainly Typescript. The search engine is largely implemented with a simple text search on MongoDB. The segmentation on Chinese texts uses jieba.

The back-end services is mainly provided by AMiner COVID-19 including the infection data and the news data. The entity search dynamically calls the API from XLore.

The related events are calculated using k-nearest neighbor based on graph embeddings generated by ProNE [1]. The graph is constructed by connected news and segmented words.

[1] Zhang, Jie et al. “ProNE: Fast and Scalable Network Representation Learning.” IJCAI (2019).

About

A frontend website for a search engine designed for COVID-19 information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published