Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mconlon17/vivo-medinfo
Update VIVO from data in the UF medinfo directory
https://github.com/mconlon17/vivo-medinfo
Last synced: 11 days ago
JSON representation
Update VIVO from data in the UF medinfo directory
- Host: GitHub
- URL: https://github.com/mconlon17/vivo-medinfo
- Owner: mconlon17
- License: bsd-3-clause
- Created: 2014-06-24T15:40:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T20:18:24.000Z (over 10 years ago)
- Last Synced: 2023-08-05T04:38:04.002Z (over 1 year ago)
- Language: Python
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consume Medinfo data
Medinfo is a long running directory system of the University of Florida College of Medicine Office of Medical Informatics that tracks some data elements of interest to VIVO. The software here reads Medinfo data and updates VIVO accordingly.
## Data Elements updated from Medinfo
1. Photo
2. Education
3. Medical speciality
4. Awards and honorsOther data elements are considered to authoritative from other source. Home Department, for example comes to UF VIVO from the UF HR System.
## Technique
Medinfo data is formatted in XML. We use elementree to read and navigate the resulting DOM.