Skip to content

Maps generation scripts for IEEE Latam SI AI4Sustainability Manuscript.

Notifications You must be signed in to change notification settings

fbvidal/SIAI4sustainability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIAI4sustainability

How to use:

  1. Create a new project in the SIAI4sustainability repository in the Github cloning the repository.

  2. Open the project in the IDE of your choice (e.g. Visual Studio Code).

  3. Create a new terminal and navigate to the project folder.

  4. Run the following command to create a virtual environment:

virtualenv -p python3 env_name

  1. Activate the virtual environment:

source env_name/bin/activate

  1. Install the dependencies:

pip3 install -r requirements.txt

  1. Run the following command to run the application and build maps with the data in the csv files from Scopus:

python3 gendata-scopus.py

  1. To build the maps with the data in the text files extracted from Web of Science, you need to run the following command:

python3 gendata-wos.py

  1. For more details and instructions on how to use the application, please refer to instructions in the comments inside of the *.py files available in the repository.

  2. To cite the application, please refer to bibtex entry below:

As plain text:

J. Salas, G. Patterson and F. de Barros Vidal, "A Systematic Mapping of Artificial Intelligence Solutions for Sustainability Challenges in Latin America and the Caribbean," in IEEE Latin America Transactions, vol. 20, no. 11, pp. 2312-2329, Nov. 2022, doi: 10.1109/TLA.2022.9904756.

As BibTex:

@ARTICLE{9904756,
  author={Salas, Joaquin and Patterson, Genevieve and de Barros Vidal, Flavio},
  journal={IEEE Latin America Transactions}, 
  title={A Systematic Mapping of Artificial Intelligence Solutions for Sustainability Challenges in Latin America and the Caribbean}, 
  year={2022},
  volume={20},
  number={11},
  pages={2312-2329},
  doi={10.1109/TLA.2022.9904756}}

About

Maps generation scripts for IEEE Latam SI AI4Sustainability Manuscript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published