Skip to content

DedalArmy/empirical-study-architectural-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

empirical-study-architectural-contributions

This repository contains data related to empirical study about architectural contributions.

How to get data ?

To get data you can use this command in a Linux terminal:

$ mkdir paper_77 && \ 
cd paper_77 && \ 
wget -r https://anonymous.4open.science/r/a390e5b2-fb34-4f2f-b8ed-d758c4430b8c/ && \ 
cd anonymous.4open.science/repository/a390e5b2-fb34-4f2f-b8ed-d758c4430b8c/ && \
mv * ../../.. && \
cd ../../.. && \
rm -rf anonymous.4open.science

What is the data format ?

In order to reduce the size of our data, we have compressed them in gzip format. Hence data have an extension json.gz. To extract data you can use the following command in a linux terminal:

$ cd data && \
gunzip *.json.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors