Skip to content
/ Atlas Public
forked from OHDSI/Atlas

Atlas is a unified interface developed to integrate features from across our specialized applications into a single user experience.

License

Notifications You must be signed in to change notification settings

juh7007/Atlas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 app.js file to point to your active OHDSI WebAPI deployment.

    self.services = ko.observableArray([
    	{
    		name: 'My OHDSI API',
    		url: 'http://api.myserver.net/WebAPI/'
    	}
    ]);
    

About

Atlas is a unified interface developed to integrate features from across our specialized applications into a single user experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • HTML 16.7%
  • CSS 6.8%