@@ -144,7 +145,7 @@ OpenDBM is published under the GNU AGPL 3.0 license.
# ⭐️ 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 AiCure––a 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.
Back to TOC ☝️
@@ -153,4 +154,3 @@ OpenDBM was developed by Anzar Abbas and Vijay Yadav, alongside Vidya Koesmaharg
-
From ff0b97b42893966c740092de84cf1b926a495f03 Mon Sep 17 00:00:00 2001
From: Andre Daniel Paredes <34843515+ADParedes@users.noreply.github.com>
Date: Thu, 12 Jan 2023 17:00:44 -0500
Subject: [PATCH 2/7] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b019df76..0edbbab7 100644
--- a/README.md
+++ b/README.md
@@ -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 individual’s
behavior. It integrates existing tools for behavioral measurements such as
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
@@ -135,6 +135,7 @@ For more in-depth tutorials about OpenDBM, you can check out:
- [OpenDBM Github Pages]([https://github.com/AiCure/open_dbm/wiki](https://aicure.github.io/open_dbm/))
- [OpenDBM 2.0 Documentation](https://docs.google.com/document/d/1zek5fBvOZ_OwPYpsD6pso4u1N4K-ZuTO7j9ycHJSB-s/edit?usp=sharing)
- [AiCure page](https://aicure.com/opendbm/)
+- [Sign up to join the list serve](https://docs.google.com/forms/d/e/1FAIpQLScKUCdYdK9UTd569IuF3O8Q2A9fXuMJ5z9wXbX4r5yzcwfphQ/viewform?fbzx=-1747756377554914236&pli=1)
Back to TOC ☝️
From a368315f16202a3f9f10e9eb79fc54d854b7e639 Mon Sep 17 00:00:00 2001
From: Andre Daniel Paredes <34843515+ADParedes@users.noreply.github.com>
Date: Thu, 12 Jan 2023 17:02:08 -0500
Subject: [PATCH 3/7] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0edbbab7..f149bfb2 100644
--- a/README.md
+++ b/README.md
@@ -132,9 +132,10 @@ For more in-depth tutorials about OpenDBM, you can check out:
# ⭐️ More resources
-- [OpenDBM Github Pages]([https://github.com/AiCure/open_dbm/wiki](https://aicure.github.io/open_dbm/))
+- [OpenDBM Github Pages](https://github.com/AiCure/open_dbm/wiki](https://aicure.github.io/open_dbm/)
- [OpenDBM 2.0 Documentation](https://docs.google.com/document/d/1zek5fBvOZ_OwPYpsD6pso4u1N4K-ZuTO7j9ycHJSB-s/edit?usp=sharing)
- [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)
From a5214ee6eaba664c135ea33c774d5335066a0f18 Mon Sep 17 00:00:00 2001
From: Andre Daniel Paredes <34843515+ADParedes@users.noreply.github.com>
Date: Mon, 6 Feb 2023 11:04:42 -0500
Subject: [PATCH 4/7] Update CONTRIBUTING.md
---
CONTRIBUTING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 88b6051a..21c174ad 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,6 +5,7 @@ Please visit [openDBM](https://aicure.com/opendbm/) page if you have not seen it
## What you should know
- 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).
- Agree to contribute code under openDBM(GPL v3.0).
- Before adding new feature/algorithmn make sure it's not patented.
From 1e434e92dbbfaa224e6529911e82cfda6edb4b6e Mon Sep 17 00:00:00 2001
From: Andre Daniel Paredes <34843515+ADParedes@users.noreply.github.com>
Date: Mon, 6 Feb 2023 11:17:44 -0500
Subject: [PATCH 5/7] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f149bfb2..d75e5edf 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,7 @@ For more in-depth tutorials about OpenDBM, you can check out:
# ⭐️ More resources
-- [OpenDBM Github Pages](https://github.com/AiCure/open_dbm/wiki](https://aicure.github.io/open_dbm/)
+- [OpenDBM Github Pages](https://aicure.github.io/open_dbm/)
- [OpenDBM 2.0 Documentation](https://docs.google.com/document/d/1zek5fBvOZ_OwPYpsD6pso4u1N4K-ZuTO7j9ycHJSB-s/edit?usp=sharing)
- [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)
From c1efe98705ae9a6ae7261d021599c2574c06929c Mon Sep 17 00:00:00 2001
From: Andre Daniel Paredes <34843515+ADParedes@users.noreply.github.com>
Date: Mon, 6 Feb 2023 14:29:21 -0500
Subject: [PATCH 6/7] Create FUNDING.yml
---
.github/FUNDING.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 .github/FUNDING.yml
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 00000000..0f9f0beb
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -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: # Replace with a single Open Collective username
+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']
From de1029715a66d5b29f427f0618db75f663b9dd8c Mon Sep 17 00:00:00 2001
From: Andre Daniel Paredes <34843515+ADParedes@users.noreply.github.com>
Date: Mon, 6 Feb 2023 17:25:23 -0500
Subject: [PATCH 7/7] Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 0f9f0beb..bd35e138 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -2,7 +2,7 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective 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