Skip to content

stain/ORCID-Source

 
 

Repository files navigation

ORCID-Source

Welcome to ORCID Source. Here are some resources to get you started.

Getting Support

If you are experience problems using ORCID you can check our help page.

General Application Stack

ORCID Source is set of web apps and libraries built in Java with Spring Web MVC and persistence provided by Postgres Database.

Frontend Technologies (brief version): On the client side we utilize HTML, AJAX, JQuery and AngularJS. Server side we use FreeMarker for view rendering.

Backend Technologies (brief version): Spring Web MVC is our web framework. For security we use Spring Security. Our restful services are built with Jersey and JAXB. Finally we use JPA/Hibernate to persist models to a Postgres Database database.

The above is just a brief introduction. Best way to see everything used is to dig into the code, but baring that please browse our PROJECTS page.

Contributing

Pull requests are welcome; See CONTRIBUTING.md

Development Environment Setup

See DEVSETUP.md

License

See LICENSE.md

Contributors

See CREDITS.md

Projects

See PROJECTS.md

About

ORCID Open Source Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.0%
  • JavaScript 28.9%
  • FreeMarker 7.0%
  • CSS 5.8%
  • HTML 2.1%
  • Shell 0.1%
  • PLpgSQL 0.1%