diff --git a/our-work/collaborations/burke.yml b/our-work/collaborations/burke.yml new file mode 100644 index 00000000..2655a122 --- /dev/null +++ b/our-work/collaborations/burke.yml @@ -0,0 +1,12 @@ +title: Taylor Burke, Ph.D. +id: burke-lab +description: Dr. Burke's research aims to utilize novel technologies, methodologies, and computational approaches to improve the prediction and prevention of self-injurious thoughts and behaviors among adolescents. The goal of this project is to collect and analyze image data from individuals with scarring from self-harm injuries. This data will be used to train computer vision models to predict various clinical outcome variables. CCV supports the data collection, analysis and model development infrastructure in collaboration with the Massachusetts General Hospital. +tags: + - active + - computer-vision +investigators: + - name: Taylor Burke, Ph.D. + - name: Thomas Serre, Ph.D. +people: + - name: Matt Slivinski + github_user: mattsliv \ No newline at end of file diff --git a/our-work/collaborations/vci.yml b/our-work/collaborations/vci.yml new file mode 100644 index 00000000..c8f6379f --- /dev/null +++ b/our-work/collaborations/vci.yml @@ -0,0 +1,11 @@ +title: Venture Capital Inclusion Lab +id: vci-lab +description: The Venture Capital Inclusion (VCI) Lab uses data to identify levers for change towards a more inclusive venture capitalist (VC) industry. CCV's collaboration with the VCI Lab and Crunchbase focuses on examining how VC decsion-making and networks impact the flow of resources in entrepreneurial ecosystems. +tags: + - active + - finance +investigators: + - name: Banu Ozkazanc-Pan, PhD +people: + - name: Matt Slivinski + github_user: mattsliv \ No newline at end of file diff --git a/schemas/collaborations.yml b/schemas/collaborations.yml index 3adb0fe5..2af70d79 100644 --- a/schemas/collaborations.yml +++ b/schemas/collaborations.yml @@ -13,9 +13,11 @@ id: "enum( 'pphc', 'riddc', 'shenhav-lab', + 'vci-lab', + 'burke-lab', 'vrl', 'fedulov-lab', - 'dennery-lab' + 'dennery-lab' )" description: str() investigators: list(include('investigator')) @@ -31,6 +33,8 @@ tag: "enum( 'sociology', 'ecology', 'epidemiology', + 'finance', + 'computer-vision', 'computational-biology', 'vr' )"