Skip to content
/ Atlas Public
forked from OHDSI/Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data

License

Notifications You must be signed in to change notification settings

tnovo/Atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATLAS

ATLAS is a unified web interface that attempts to integrate features from various OHDSI applications into a single cohesive experience.

ATLAS is currently in alpha release. Feedback is welcome.

ATLAS is HTML, CSS and Javascript and can be deployed through the following two steps.

  1. Host all files on a web server of your choice.

  2. Update the following section of the config.js file to point to your active OHDSI WebAPI deployment.

    config.services = [ { name: 'My OHDSI API', url: 'http://api.myserver.net/WebAPI/' } ];

About

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.7%
  • HTML 13.0%
  • CSS 2.3%