Merge branch 'AiCure:master' into dev/usage

This commit is contained in:
Andre Daniel Paredes
2023-02-06 23:34:59 -06:00
committed by GitHub
3 changed files with 24 additions and 8 deletions

13
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: opendbm
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: AiCure/open_dbm
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@@ -5,6 +5,7 @@ Please visit [openDBM](https://aicure.com/opendbm/) page if you have not seen it
## What you should know ## What you should know
- Read [code of conduct](https://github.com/AiCure/open_dbm/blob/master/CODE_OF_CONDUCT.md). - Read [code of conduct](https://github.com/AiCure/open_dbm/blob/master/CODE_OF_CONDUCT.md).
- Read [issues](https://github.com/AiCure/open_dbm/blob/master/ISSUES.md).
- Read [License](https://github.com/AiCure/open_dbm/blob/master/license.txt). - Read [License](https://github.com/AiCure/open_dbm/blob/master/license.txt).
- Agree to contribute code under openDBM(GPL v3.0). - Agree to contribute code under openDBM(GPL v3.0).
- Before adding new feature/algorithmn make sure it's not patented. - Before adding new feature/algorithmn make sure it's not patented.

View File

@@ -28,7 +28,7 @@ OpenDBM is a software package that allows for calculation of digital
biomarkers of health and functioning from video or audio of an individuals biomarkers of health and functioning from video or audio of an individuals
behavior. It integrates existing tools for behavioral measurements such as behavior. It integrates existing tools for behavioral measurements such as
facial activity, voice, speech, and movement into a single package for measurement facial activity, voice, speech, and movement into a single package for measurement
of overall behavior. Checkout the OpenDBM [**digital biomarker variables**](https://aicure.github.io/open_dbm/docs/biomaker-variables). of overall behavior. Checkout the OpenDBM [**digital biomarker variables**](https://aicure.github.io/open_dbm/docs/biomaker-variables) and [list of scientific publications](https://docs.google.com/spreadsheets/d/1p22VDBA6A7md5335oqAtzSV3NUs0fFb7aufQH2cqhyQ/edit#gid=0)
# More About OpenDBM # More About OpenDBM
@@ -122,18 +122,21 @@ landmark.to_dataframe() # convert results as pandas dataframe
For more in-depth tutorials about OpenDBM, you can check out: For more in-depth tutorials about OpenDBM, you can check out:
- [Introduction to OpenDBM](https://aicure.github.io/open_dbm/docs/intro) - [Introduction to OpenDBM](https://aicure.github.io/open_dbm/docs/getting-started)
- [Advance Guide](https://aicure.github.io/open_dbm/docs/advance) - [Digital Biomarker Variables](https://aicure.github.io/open_dbm/docs/biomaker-variables)
- [API Documentation](https://aicure.github.io/open_dbm/docs/category/api) - [API Documentation](https://aicure.github.io/open_dbm/api/api-doc)
- [Contribution Guide](https://aicure.github.io/open_dbm/extras/extras)
<div align="right"> <div align="right">
<a href="#table-of-contents">Back to TOC ☝️</a> <a href="#table-of-contents">Back to TOC ☝️</a>
</div> </div>
# ⭐️ More resources # ⭐️ More resources
- [Our wiki](https://github.com/AiCure/open_dbm/wiki) - [OpenDBM Github Pages](https://aicure.github.io/open_dbm/)
- [OpenDBM 2.0 Documentation](https://docs.google.com/document/d/1O6OUSY9FHFCZfpIWu3Kgg0Q_dyp073xjjQ2K3viEffU/edit#heading=h.rxr2y5t62mwa) - [OpenDBM 2.0 Documentation](https://docs.google.com/document/d/1zek5fBvOZ_OwPYpsD6pso4u1N4K-ZuTO7j9ycHJSB-s/edit?usp=sharing)
- [AiCure page](https://aicure.com/opendbm/) - [AiCure page](https://aicure.com/opendbm/)
- [Submit to the list of publications](https://docs.google.com/forms/d/e/1FAIpQLScVDFF8Kkl_C4iq6N6-T6m4JwwPmFIt-Wwa70DgL4L4eGLaeA/viewform?vc=0&c=0&w=1&flr=0)
- [Sign up to join the list serve](https://docs.google.com/forms/d/e/1FAIpQLScKUCdYdK9UTd569IuF3O8Q2A9fXuMJ5z9wXbX4r5yzcwfphQ/viewform?fbzx=-1747756377554914236&pli=1)
<div align="right"> <div align="right">
<a href="#table-of-contents">Back to TOC ☝️</a> <a href="#table-of-contents">Back to TOC ☝️</a>
@@ -144,7 +147,7 @@ OpenDBM is published under the GNU AGPL 3.0 license.
# ⭐️ People # ⭐️ People
OpenDBM was developed by Anzar Abbas and Vijay Yadav, alongside Vidya Koesmahargyo and Isaac Galatzer-Levy, from within the Research and Development department at AiCurea health tech startup in New York. It was made open source in October 2020. You can contact us at opendbm@aicure.com. OpenDBM is maintained by the Clinical Data Science Team (including Andre Paredes, Director of OpenDBM) at AiCure. Current development and maintenance build on the efforts of Anzar Abbas and Vijay Yadav, alongside Vidya Koesmahargyo and Isaac Galatzer-Levy. OpenDBM was made open source in October 2020. Email the community at opendbm@aicure.com.
<div align="right"> <div align="right">
<a href="#table-of-contents">Back to TOC ☝️</a> <a href="#table-of-contents">Back to TOC ☝️</a>
@@ -153,4 +156,3 @@ OpenDBM was developed by Anzar Abbas and Vijay Yadav, alongside Vidya Koesmaharg