SCI论文之数据可用性陈述

数据可用性陈述

Data Availability Statement

ASCE is taking steps to improve the availability and reproducibility of work published in its journals. ASCE is introducing a new policy requiring authors to specify the availability of data, computational models, code, and other electronic materials used in work submitted for publication. The new policy is intended to (1) make it easier for readers and others to use, reproduce, and extend published work; (2) increase the quality of submissions; and (3) further encourage people to use work published in the ASCE Journals and cite that work. This new policy is a step forward to allow readers, authors, and our field to practice more open and reproducible science (Rosenberg, D.E.., D. W. Watkins 2018) (Govindaraju, R.S., M Hantush, X. Chu 2019) .

When submitting a new manuscript, authors will include a new section titled “Data Availability Statement” before the “Acknowledgments.” Within this section, authors will select one or more of the following statements verbatim, with the inclusion of all citations to data, code, or models.

  • Some or all data, models, or code generated or used during the study are available in a repository or online in accordance with funder data retention policies (Provide full citations that include URLs or DOIs.)
  • Some or all data, models, or code used during the study were provided by a third party. (List items). Direct requests for these materials may be made to the provider as indicated in the Acknowledgments.
  • Some or all data, models, or code generated or used during the study are available from the corresponding author by request. (List items).
  • Some or all data, models, or code generated or used during the study are proprietary or confidential in nature and may only be provided with restrictions (e.g. anonymized data).  (List items and restrictions).
  • All data, models, and code generated or used during the study appear in the submitted article.
  • No data, models, or code were generated or used during the study (e.g., opinion or dataless paper).

如果暂时不想分享你的数据或模型:

The raw/processed data required to reproduce these findings cannot be shared at this time as the data also forms part of an ongoing study.

Data Availability Statement一般放在acknowledgements 和 the reference list 之间。

Please place this statement between the acknowledgements and the reference list. Your statement MUST MATCH one of the statements above.

点赞
收藏

评论区

加载中...

相关推荐

MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1

文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s

Oracle 分组与拼接字符串同时使用

SELECTT.,ROWNUMIDFROM(SELECTT.EMPLID,T.NAME,T.BU,T.REALDEPART,T.FORMATDATE,SUM(T.S0)S0,MAX(UPDATETIME)CREATETIME,LISTAGG(TOCHAR(

皕杰报表之UUID

​在我们用皕杰报表工具设计填报报表时,如何在新增行里自动增加id呢?能新增整数排序id吗?目前可以在新增行里自动增加id,但只能用uuid函数增加UUID编码,不能新增整数排序id。uuid函数说明:获取一个UUID,可以在填报表中用来创建数据ID语法:uuid()或uuid(sep)参数说明:sep布尔值,生成的uuid中是否包含分隔符'',缺省为

手写Java HashMap源码

HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22

2020年前端实用代码段,为你的工作保驾护航

有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )

Java爬虫之JSoup使用教程

title:Java爬虫之JSoup使用教程date:201812248:00:000800update:201812248:00:000800author:mecover:https://imgblog.csdnimg.cn/20181224144920712(https://www.oschin