{date} {title}
++
diff --git a/src/pages/content/dataforge/news/02_16_update.md b/src/pages/content/dataforge/news/02_16_update.md new file mode 100644 index 0000000..a30c709 --- /dev/null +++ b/src/pages/content/dataforge/news/02_16_update.md @@ -0,0 +1,16 @@ +--- +content_type: df-news +title: February site update +date: 2016-02-08 +published: true +--- + +The site haven't been update for almost 6 months so it is time for some news. + +First of all, the work on project is not stopped. The API's and core concepts are constantly updated. Last few months the main work was concentrated on refining the storage API and on new control architecture. + +Second, sadly we failed to obtain a separate funding for the project in 2016, so it still will be developed mostly fro the purposes of "Troitsk nu-mass" experiment and in my free time (of which I sadly do not have much). + +The work in near future will be concentrated on finalizing storage and control APIs and the main task is... tasks (the pull data flow model implementation). + +The new [DataForge BitBucket repository](https://bitbucket.org/Altavir/dataforge/src/default/) is separated from "Troitsk nu-mass" code and therefore could be used as a standalone library. There is still quite a lot unsolved issues and a terrible shortage in documentation, but I am working on it. diff --git a/src/pages/content/dataforge/news/08_07_update.md b/src/pages/content/dataforge/news/08_07_update.md new file mode 100644 index 0000000..0b7cb6e --- /dev/null +++ b/src/pages/content/dataforge/news/08_07_update.md @@ -0,0 +1,7 @@ +--- +content_type: df-news +title: Site update +date: 2017-08-02 +published: true +--- +Documentation and front update. \ No newline at end of file diff --git a/src/pages/content/dataforge/news/lomonosov_2015.md b/src/pages/content/dataforge/news/lomonosov_2015.md new file mode 100644 index 0000000..094c561 --- /dev/null +++ b/src/pages/content/dataforge/news/lomonosov_2015.md @@ -0,0 +1,8 @@ +--- +content_type: df-news +title: Poster talk on Lomonosov 2015 conference +date: 2015-08-16 +published: true +--- + +The poster about DataForge was presented on Lomonosov 2015 conference on particle physics. The poster itself could be downloaded from [here](https://drive.google.com/file/d/0B9tlm5xMb9SdNjQwX0pncVpoYkk/view). \ No newline at end of file diff --git a/src/pages/content/dataforge/news/site-start.md b/src/pages/content/dataforge/news/site-start.md new file mode 100644 index 0000000..2fbb690 --- /dev/null +++ b/src/pages/content/dataforge/news/site-start.md @@ -0,0 +1,7 @@ +--- +content_type: df-news +title: DataForge site launched +date: 2015-08-16 +published: true +--- + This site is launched. The repository for site development is here. \ No newline at end of file diff --git a/src/pages/dataforge/news.js b/src/pages/dataforge/news.js index 426f33d..4dcb548 100644 --- a/src/pages/dataforge/news.js +++ b/src/pages/dataforge/news.js @@ -1,8 +1,43 @@ import React from "react" -import {Link, graphql} from "gatsby" +import {graphql} from "gatsby" +import Layout from "../../components/dataforge/layout" -const NewsPage = ({data}) => ( -