From 43a2a94a2e201f9db434693a2f7227cf90131665 Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Thu, 8 Jun 2023 07:50:35 -0700 Subject: [PATCH] Added CITATION.cff file. --- .github/workflows/ci.yml | 2 +- CITATION.cff | 18 ++++++++++++++++++ README.md | 14 -------------- python/README.md | 14 -------------- 4 files changed, 19 insertions(+), 29 deletions(-) create mode 100644 CITATION.cff diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 307711d..07c76ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: python3 -m pip install --upgrade pip python3 -m pip install ruff - name: Script - run: ruff --format=github --target-version py37 --select F,E,W,I,D,UP,YTT,S,BLE,B,A,C4,T10,EM,EXE,ISC,ICN,G,PIE,PYI,Q,RSE,RET,SLF,SIM,TID,TCH,ARG,PGH,PL,RUF --ignore E101,E501,W191,D211,D213,D401,PLR09,PLR2004,RUF003 . + run: ruff --format=github --target-version py37 --select F,E,W,I,D,UP,YTT,S,BLE,B,A,C4,T10,EM,EXE,ISC,ICN,G,PIE,PYI,Q,RSE,RET,SLF,SIM,TID,TCH,ARG,PGH,PL,TRY,FLY,RUF --ignore E101,E501,W191,D211,D213,D401,PLR09,PLR2004,RUF003 . continue-on-error: true Python: diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..7e6fed1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,18 @@ +cff-version: 1.2.0 +title: Console Table and Graph/Plot Libraries +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Teal + family-names: Dulcet + affiliation: Portland State University + orcid: 'https://orcid.org/0009-0008-6616-2631' +repository-code: 'https://github.com/tdulcet/Table-and-Graph-Libs' +abstract: >- + C++ and Python header only libraries that use box-drawing, + braille, fraction and other Unicode characters and + terminal colors and formatting to output tables and + graphs/plots to the console. +license: GPL-3.0 diff --git a/README.md b/README.md index 5d8f860..bbe6d97 100644 --- a/README.md +++ b/README.md @@ -491,25 +491,18 @@ Option: `style`\ Values: 0. `style_ASCII`: ASCII - ![](images/ASCII%20table.png) 1. `style_basic`: Basic - ![](images/basic%20table.png) 2. `style_light`: Light (default) - ![](images/light%20table.png) 3. `style_heavy`: Heavy - ![](images/heavy%20table.png) 4. `style_double`: Double - ![](images/double%20table.png) 5. `style_light_dashed`: Light Dashed - ![](images/light%20dashed%20table.png) 6. `style_heavy_dashed`: Heavy Dashed - ![](images/heavy%20dashed%20table.png) #### Check size @@ -809,25 +802,18 @@ Option: `style`\ Values: 0. `style_ASCII`: ASCII - ![](images/ASCII%20graph.png) 1. `style_basic`: Basic - ![](images/basic%20graph.png) 2. `style_light`: Light (default) - ![](images/light%20graph.png) 3. `style_heavy`: Heavy - ![](images/heavy%20graph.png) 4. `style_double`: Double - ![](images/double%20graph.png) 5. `style_light_dashed`: Light Dashed - ![](images/light%20dashed%20graph.png) 6. `style_heavy_dashed`: Heavy Dashed - ![](images/heavy%20dashed%20graph.png) #### Graph/Plot Color diff --git a/python/README.md b/python/README.md index b01a1e7..e66b6f1 100644 --- a/python/README.md +++ b/python/README.md @@ -205,25 +205,18 @@ Option: `style`\ Values: 0. `style_types.ASCII`: ASCII - ![](../images/ASCII%20table.png) 1. `style_types.basic`: Basic - ![](../images/basic%20table.png) 2. `style_types.light`: Light (default) - ![](../images/light%20table.png) 3. `style_types.heavy`: Heavy - ![](../images/heavy%20table.png) 4. `style_types.double`: Double - ![](../images/double%20table.png) 5. `style_types.light_dashed`: Light Dashed - ![](../images/light%20dashed%20table.png) 6. `style_types.heavy_dashed`: Heavy Dashed - ![](../images/heavy%20dashed%20table.png) #### Check size @@ -433,25 +426,18 @@ Option: `style`\ Values: 0. `style_types.ASCII`: ASCII - ![](../images/ASCII%20graph.png) 1. `style_types.basic`: Basic - ![](../images/basic%20graph.png) 2. `style_types.light`: Light (default) - ![](../images/light%20graph.png) 3. `style_types.heavy`: Heavy - ![](../images/heavy%20graph.png) 4. `style_types.double`: Double - ![](../images/double%20graph.png) 5. `style_types.light_dashed`: Light Dashed - ![](../images/light%20dashed%20graph.png) 6. `style_types.heavy_dashed`: Heavy Dashed - ![](../images/heavy%20dashed%20graph.png) #### Graph/Plot Color