1. Main page

The home page includes the main functions of the navigation bar, datasets, tools, policies and information about us. Gobeta mainly displays the latest data and research on the homepage. You can also search for the dataset you need in the search bar in the upper right corner.

 

下载_meitu_1

  1. How to submit data to goBeta

The first step, you need to register and log in to your account, and then click the button labeled by submit in the upper right the corner of the main page.

The second step, matters needing attention in submitting data

         You can submit data on the data submission page, select data keywords, and describe the data;

         Choose the corresponding network data topic, you will help others find your data in the corresponding topic;

         Fill in the necessary identity information, which supports co-signing by multiple authors, and you can also associate the corresponding article and its information with this;

         You need to select the appropriate copyright information. Please refer to the copyright policy for the corresponding copyright;

         If you do not choose to public the data but want others to use the data, you can click private and submit it;

         Links related to processing data, and whether the dataset accepts fund support, if so, please fill in the relevant information;

         If your dataset is attached with external links, or supported by funds, please fill in the relevant infomation.

         You can upload data through a browser, or upload a files via FTP.

The picture below shows users uploading data and choosing not to public data

You can view the submitted data in My Data; the uploaded data does not support modification after submission.

In the third step, the data will be reviewed by the administrator and released after the review is passed;

 

The fourth step is about data release: select the public dataset for retrieval, download and use, while the dataset for private release does not provide a download path.

 

 

  1. How to find the dataset you need

You can directly select the topic or category to find the dataset you need.

You can also search for keywords in the search box in the upper right corner to view related datasets and topics.

  1. How to use private data

goBETA providesonline and non-public analysis of private data and maximizes the value of data. When you upload the dataset, select the data to be set to privacy mode. On the data details page, the data will not be provided with a download path; but the user can upload the code above the data information column, use the data you posted, and return the data calculation result to the user.

 

  1. The user in the followed picture uploads code to use non-public data.

  1. Querying the code running status in My data->My Task, the administrator will review your code. The different status will be displayed in My Task. For codes that have ended normally and passed the review, you can click the green text to get the result file.

  1. Specification of user upload code
  1. Currently only c, c++, python3, go are supported.
  2. The maximum file output is 1G.
  3. The supported operating environment is as follows:

Programming Language

Compiling Environment

File Suffixes

C

gcc 4.8.5

.c

C++

g++ 4.8.5 std11

.cpp

Python

python3.8.5

.py

Go

go 1.15.4

.go

 

  1. About runtime error
  1. There can be no illegal characters in the code parameters, including "*? []!-{}, $> <| & () ;";
  2. The atempt to write to any place of OS, establish a network connection, or create a file locally will cause the program to be terminated;
  3. Third-party libraries are not supported, input is input by stdin, and program stdout is output.
  4. goBETA has restrictions on the code running time in the background, and the general running time is within 1 hour.
  5. For data processing with large amounts of data, please try to optimize your code logic.

 

  1. GoBETA toolkits

GoBETA provides one-stop service. Provide not only network datasets, but also the usage these data tools. These data are open source, the latest tools, or tools for processing data citations in related papers. The following figure is to select the viewing tool

图片1

  1. Service and terms

The service and terms involve your data submission, data protection, content and license, and termination of data. The agreement involves precautions and permission levels when using data content.

1.   首页

首页中包括导航栏的主要功能,数据集,工具,政策和关于我们。gobeta主要在首页展示最新的数据和研究成功,您也可以在右上角搜索您需要的数据集。

 

下载

 

2.   如何提交数据至goBETA 

第一步,您首先需要注册并登录账户,点击右上角的submit

第二步,提交数据中需要注意事项

         您可以在数据提交页提交数据,选择数据关键字,并描述这份数据;

         选择对应的网络数据主题,您将帮助他人在对应专题找到您的数据;

         填写必要的身份信息,可支持多作者共同署名,与此您也可以关联对应的文章及其信息;

         您需要选择合适的版权信息,对应版权请参见版权政策

         如您选择不公开数据,但希望他人使用数据,请勾选private后在进行提交;

         如果您的数据带有外部链接,或者您的数据受到基金支持,请填写相关信息;

         上传文件可通过浏览器,或者FTP大文件上传数据。

下图为用户上传数据,选择不公开数据

 

         第三步,数据将由管理员进行审核、以及审核成功后的发布;您可以在My Data中查看已经提交的数据。

第四步,关于数据发布:选择公开的数据集可进行检索,下载和使用,而选择隐私发布的数据集不提供下载途径。

 

3.   如何查找您所需的数据集

您可以直接选择专题或者分类,寻找所需要的数据集。

您也可以在右上角的搜索框中去搜索关键字,查看相关的数据集和专题。

 

 

4.   如何使用隐私数据

goBETA为提供隐私数据不离场分析,最大化使用数据价值。您在上传数据集时选择数据设置为隐私模式,在数据详情信息页,数据将不提供下载途径;但用户可以在数据信息栏目上方上传代码,使用您发布的数据,并将数据计算结果将返回给使用者。

  1. 下图用户上传代码使用不公开数据:

  1. My data->My Task中查看代码运行情况,管理员会审核您的代码运行结果。不同的状态会显示在My Task中。正常运行且通过审核的代码,可以点击绿色文字获取结果文件。

图片2_meitu_2

5.   用户上传代码规范

  1. 目前仅支持c, c++, python3, go
  2. 文件最大输出为1G
  3. 支持运行环境如下:

语言

编译环境

文件后缀

C

gcc 4.8.5

.c

C++

g++ 4.8.5 std11

.cpp

Python

python3.8.5

.py

Go

go 1.15.4

.go

6.   运行错误是什么状况

  1. 代码参数里不能有不合法字符,包括“* ? [ ] ! - { } , $ > < | & ( ) ;" ;
  2. OS任何地方执行write、尝试建立网络连接、在本地创建文件都会导致程序被终止;
  3. 不支持第三方库,输入由stdin输入,程序stdout输出。
  4. goBETA 后台对代码运行时间都有限制,一般运行时间在1小时以内。
  5. 对于大数据量的数据处理,请尽量优化你的代码逻辑。

7.   Gobeta 工具

GoBETA提供一站式服务。提供网络的数据集,也提供如何使用这些数据工具的方法。这些数据都是开源,最新的工具,或者是相关论文处理数据引用的工具。下图是选择查看工具

图片1

8.   服务与条款

服务与条款涉及您的数据提交,数据保护,内容和许可,及终止数据。协议中涉及数据内容使用时的注意事项与许可等级。