User Tools

Site Tools


appds:appds-ru:bibliograthy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
appds:appds-ru:bibliograthy [27/03/2018 04:54] shigarovappds:appds-ru:bibliograthy [30/03/2018 14:13] shigarov
Line 23: Line 23:
  
  
-===== Форматы =====+===== Форматы данных =====
  
-==== Kaitai Struct ====+==== Инструменты описания бинарных форматов данных ====
  
 +=== Kaitai Struct ===
  
 [[http://kaitai.io|Kaitai Struct]] [[http://kaitai.io|Kaitai Struct]]
Line 33: Line 34:
  
 The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be compiled with ksc into source files in one of the supported programming languages. These modules will include a generated code for a parser that can read described data structure from a file / stream and give access to it in a nice, easy-to-comprehend API. The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be compiled with ksc into source files in one of the supported programming languages. These modules will include a generated code for a parser that can read described data structure from a file / stream and give access to it in a nice, easy-to-comprehend API.
 +
 +[[https://2016.zeronights.ru/wp-content/uploads/2016/12/ZN2016-Kaitai-Struct.pdf|Обратная разработка бинарных форматов с помощью Kaitai Struct]]
 +
 +=== DFDL ===
 +
 +[[https://www.ogf.org/ogf/doku.php/standards/dfdl/dfdl|Data Format Description Language (DFDL)]]
 +
 +Data Format Description Language (DFDL) is a language for describing text and binary data formats. A DFDL description allows any text or binary data to be read from its native format and to be presented as an instance of an information set. DFDL also allows data to be taken from an instance of an information set and written out to its native format. DFDL achieves this by leveraging W3C XML Schema Definition Language (XSDL) 1.0. It is therefore very easy to use DFDL to convert text and binary data to a corresponding XML document.
 +
 +=== FlexT ===
 +[[http://hmelnov.icc.ru/FlexT/index.ru.html|FlexT: язык спецификаций бинарных форматов данных]]
  
 ===== Методы агрегации ===== ===== Методы агрегации =====
  
 ===== Критерии функционирования системы ===== ===== Критерии функционирования системы =====
 +
 +==== Best Practices in Research Data Curation ====
 +
 +=== Resources ===
 +[[http://www.dcc.ac.uk|Digital Curation Centre (DCC)]]
 +
 +The Digital Curation Centre (DCC) is an internationally-recognised centre of expertise in digital curation with a focus on building capability and skills for research data management. The DCC provides expert advice and practical help to research organisations wanting to store, manage, protect and share digital research data.
 +
 +
 +[[https://www.dataone.org/best-practices|The DataONE Best Practices database]]
 +
 +The DataONE Best Practices database provides individuals with recommendations on how to effectively work with their data through all stages of the data lifecycle.
 +
 +=== Papers ===
  
   * [[http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510|Good enough practices in scientific computing]]   * [[http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510|Good enough practices in scientific computing]]
Line 43: Line 69:
   * [[http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003285|Ten Simple Rules for Reproducible Computational Research]]   * [[http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003285|Ten Simple Rules for Reproducible Computational Research]]
   * [[https://arxiv.org/ftp/arxiv/papers/1512/1512.00988.pdf|Towards a Model for Computing in European Astroparticle Physics]]   * [[https://arxiv.org/ftp/arxiv/papers/1512/1512.00988.pdf|Towards a Model for Computing in European Astroparticle Physics]]
-  * [[https://cci.drexel.edu/mrc/wp-content/uploads/2017/10/11-DC2012-science-metadata-model-rev-final.pdf|Functional and Architectural Requirements for Metadata: Supporting Discovery and Management of Scientific Data]]+  * [[http://www.data-archive.ac.uk/media/2894/managingsharing.pdf|MANAGING AND SHARING DATA]]
 ===== Прочее ===== ===== Прочее =====