Skip to content

Aggregation and validation of statements about climate change

Notifications You must be signed in to change notification settings

lehmannro/validitychecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climate Goggles

-- protect your brain from climate fiction

How to use

Dependencies

Installation

Just in case you have no idea how to get going here are the required commands for Ubuntu:

git clone git@github.com:lehmannro/validitychecker.git
sudo apt-get install python python-pip python-dev sqlite3
sudo pip install django
sudo pip install beautifulsoup
sudo pip install lxml
cd validitychecker/www/
python manage.py syncdb --noinput
python manage.py runserver

Problem

  • It is difficult for normal people to classify the background of scientific statements and what is serious.
  • Climate change is a very complex subject with a lot of misinformation circulating.
  • This misinformation creates uncertainty.
  • Some incorrect information is scattered by climate skeptics, with the aim to sow doubt and ultimately to prevent climate protection.
  • Problem definition

Challenges

  • Sorting and ranking scientific papers is hard
  • Scientific papers are written in technical language
  • Few resources provide proper APIs

Solution

  • User enters search query
  • Lookup on Google Scholar
  • Match the authors against ISI
  • Compute a score for the authors
  • Find easy-to-read resources of the author

User expierience

  • The user experience is designed to be simple

  • Seamless browser integration with Greasemonkey script

  • Available in English and German

  • Adaptive Design for smaller screen sizes

Remaining issues

  • Register for the ISI Web of Knowledge API and implement the hooks
  • Digestible article summaries

Team

Backend

Frontend

Design

Stuff we used

About

Aggregation and validation of statements about climate change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published