-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
140 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "Climate DISK" | ||
summary: "Climate DISK uses the DISK framework to automate climate analysis" | ||
authors: | ||
[ | ||
"varunr", | ||
"yolanda-gil", | ||
"daniel-garijo", | ||
"hernan-vargas", | ||
"deborah-khider", | ||
"maximiliano-osorio", | ||
] | ||
#tags: ["Featured"] | ||
tags: [] | ||
categories: [] | ||
date: 2022-05-09T16:09:29-07:00 | ||
weight: 7 | ||
|
||
# Optional external URL for project (replaces project detail page). | ||
external_link: "" | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Custom links (optional). | ||
# Uncomment and edit lines below to show custom links. | ||
# links: | ||
# - name: Follow | ||
# url: https://twitter.com | ||
# icon_pack: fab | ||
# icon: twitter | ||
|
||
url_code: "" | ||
url_pdf: "" | ||
url_slides: "" | ||
url_video: "" | ||
|
||
# Slides (optional). | ||
# Associate this project with Markdown slides. | ||
# Simply enter your slide deck's filename without extension. | ||
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. | ||
# Otherwise, set `slides = ""`. | ||
slides: "" | ||
--- | ||
|
||
Climate DISK uses the DISK framework to automate climate analysis using observational paleoclimate data stored on the LinkedEarth platform (in the LiPD format). | ||
These datasets consist of paleoclimate measurements (such as tree ring width, the isotopic composition of ice, bulk composition of marine and lake sediments) as a proxy for past environmental variables such as temperature and precipitation. | ||
|
||
Links: | ||
|
||
- [Climate DISK page](http://climate.disk.isi.edu/) | ||
- [LinkedEarth platform](https://wiki.linked.earth/Main_Page) | ||
|
||
Repositories | ||
|
||
- [DISK general](https://github.com/KnowledgeCaptureAndDiscovery/DISK-WEB) | ||
- [DISK UI](https://github.com/KnowledgeCaptureAndDiscovery/DISK-UI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "NeuroDISK" | ||
summary: "The Neuro-DISK project automates the analysis of neuroscience data." | ||
authors: | ||
[ | ||
"varunr", | ||
"yolanda-gil", | ||
"daniel-garijo", | ||
"hernan-vargas", | ||
"deborah-khider", | ||
"maximiliano-osorio", | ||
] | ||
tags: ["Featured"] | ||
categories: [] | ||
date: 2022-05-09T16:09:29-07:00 | ||
weight: 6 | ||
|
||
# Optional external URL for project (replaces project detail page). | ||
external_link: "" | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Custom links (optional). | ||
# Uncomment and edit lines below to show custom links. | ||
# links: | ||
# - name: Follow | ||
# url: https://twitter.com | ||
# icon_pack: fab | ||
# icon: twitter | ||
|
||
url_code: "" | ||
url_pdf: "" | ||
url_slides: "" | ||
url_video: "" | ||
|
||
# Slides (optional). | ||
# Associate this project with Markdown slides. | ||
# Simply enter your slide deck's filename without extension. | ||
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. | ||
# Otherwise, set `slides = ""`. | ||
slides: "" | ||
--- | ||
|
||
There is abundant brain image and genetic data for researchers to understand brain structure, functions and disease. It is challenging to carry out comprehensive analyses that integrate available data. Though data generation is continuous, analyses are seldom repeated and their results updated. | ||
|
||
The Neuro-DISK project automates the analysis of neuroscience data through artificial intelligence (AI). | ||
NeuroDISK is an AI-driven discovery engine that will continually processes neuroscience data. | ||
We use ontologies of hypotheses to represent science driving questions, semantic representations to reason about the data available, machine learning to improve accuracy, and intelligent workflows to customize the analysis to the data. | ||
Given a science question, NeuroDISK autonomously determines what data is needed, triggers the execution of relevant families of workflows, customize them to the data at hand, and alert users of interesting findings. | ||
|
||
We are developing NeuroDISK in collaboration with researchers from the ENIGMA consortium who study different neuroscience questions. | ||
|
||
Links: | ||
|
||
- [NeuroDISK landing page](https://knowledgecaptureanddiscovery.github.io/NeuroDISK/) | ||
- [NeuroDISK page](http://neuro.disk.isi.edu/) | ||
|
||
Repositories | ||
|
||
- [DISK general](https://github.com/KnowledgeCaptureAndDiscovery/DISK-WEB) | ||
- [DISK UI](https://github.com/KnowledgeCaptureAndDiscovery/DISK-UI) |