An open API service indexing awesome lists of open source software.

https://github.com/SciEcon/blockchain-ethics

Replication Code for: AI Ethics on Blockchain: Topic Analysis on Twitter Data for Blockchain Security
https://github.com/SciEcon/blockchain-ethics

ai-ethics blockchain mev security topic-analysis twitter-data

Last synced: 30 days ago
JSON representation

Replication Code for: AI Ethics on Blockchain: Topic Analysis on Twitter Data for Blockchain Security

Awesome Lists containing this project

README

          

# AI Ethics on Blockchain

[![DOI](https://zenodo.org/badge/569298752.svg)](https://zenodo.org/badge/latestdoi/569298752)

**Portfolio for "AI Ethics on Blockchain: Topic Analysis on Twitter Data for Blockchain Security"**

- Paper accepted and presented at [SAI Computing Conference, London, 2023](https://saiconference.com/Computing)
- by **Yihang Fu, Zesen Zhuang, and [Luyao Zhang](http://scholars.duke.edu/person/luyao.zhang)\***

## CC-BY 4.0 Datasets on Harvard Dataverse
Yihang Fu; Zesen Zhuang; Luyao Zhang, 2023, "Replication Data for: AI Ethics on Blockchain: Topic Analysis on Twitter Data for Blockchain Security", https://doi.org/10.7910/DVN/CTBEF7, Harvard Dataverse, V2, UNF:6:JV12jMWLzoNbU5bbBQiobg== [fileUNF]
```
@data{DVN/CTBEF7_2023,
author = {Yihang Fu and Zesen Zhuang and Luyao Zhang},
publisher = {Harvard Dataverse},
title = {{Replication Data for: AI Ethics on Blockchain: Topic Analysis on Twitter Data for Blockchain Security}},
UNF = {UNF:6:JV12jMWLzoNbU5bbBQiobg==},
year = {2023},
version = {V2},
doi = {10.7910/DVN/CTBEF7},
url = {https://doi.org/10.7910/DVN/CTBEF7}
}
```

## Table of Contents
- [blockchain-ethics](#blockchain-ethics)
- [Environment Setup](#environment-setup)
- [Folders](#folders)

## Environment Setup

Prerequesites:

- [Python](https://www.python.org/downloads/)
- [Pipenv](https://pipenv.pypa.io/en/latest/)

Before setting up the environment, make sure you have `Python` version `3.8.15` and have `pipenv` installed.

This project use `pipenv` for package management. To create the environment, run

```shell
pipenv shell
```

## Folders

| Folder | Description | URL |
| ------- | ------------------------------------------------------------------------------- | ---|
| code | Jupyter notebooks containing code for fetching, processing and visualizing data |https://github.com/SciEcon/blockchain-ethics/tree/main/code|
| figures | Figure produced from the code |https://github.com/SciEcon/blockchain-ethics/tree/main/data|
| data | Queried or auxiliary data files created by the code |https://github.com/SciEcon/blockchain-ethics/tree/main/data|