Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rraadd88 committed Feb 25, 2024
1 parent 5bd0997 commit 5581dda
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 24 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
orcid: https://orcid.org/0000-0002-6421-2067
identifiers:
- type: doi
value: /zenodo.
value: 10.5281/zenodo.10703097
repository-code: https://github.com/rraadd88/parag
version: v0.0.1
date-released: '2024-02-24'
date-released: '2024-02-25'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class="quarto-discovered-preview-image" alt="build" />](https://github.com/rraad
<a href="">[![Downloads](https://img.shields.io/pypi/dm/parag?style=for-the-badge.png)](https://pepy.tech/project/parag)</a>
<a href="">[![GNU
License](https://img.shields.io/github/license/rraadd88/parag.svg?style=for-the-badge)](https://github.com/rraadd88/parag/blob/master/LICENSE)</a>
<a href="">[![DOI](https://img.shields.io/badge/DOI-zenodo-blue?style=for-the-badge.png)](https://doi.org//zenodo.)</a>
<a href="">[![DOI](https://img.shields.io/badge/DOI-zenodo-blue?style=for-the-badge.png)](https://doi.org/10.5281/zenodo.10703097)</a>

## Install

Expand Down Expand Up @@ -364,17 +364,17 @@ cfg,df_=to_net(
title = {parag: interactive visualization of higher-order graphs in Python},
author = {Dandage, Rohan},
year = {2024},
url = {https://doi.org//zenodo.},
url = {https://doi.org/10.5281/zenodo.10703097},
version = {v0.0.1},
note = {The URL is a DOI link to the permanent archive of the software.},
}

2. DOI link:
[![DOI](https://zenodo.org/badge/DOI//zenodo..svg)](https://doi.org//zenodo.),
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10703097.svg)](https://doi.org/10.5281/zenodo.10703097),
or

3. Using citation information from [CITATION.CFF
file](https://github.com/rraadd88/parag/blob/main/CITATION.cff).
file](https://github.com/rraadd88/parag/blob/master/CITATION.cff).

## Future directions, for which contributions are welcome

Expand Down
2 changes: 1 addition & 1 deletion examples/outputs/communities.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/outputs/heterogeneous.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/outputs/neighbourhoods.html

Large diffs are not rendered by default.

31 changes: 17 additions & 14 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"<a href=\"\">[![Issues](https://img.shields.io/github/issues/rraadd88/parag.svg?style=for-the-badge)](https://github.com/rraadd88/parag/issues)</a>\n",
"<a href=\"\">[![Downloads](https://img.shields.io/pypi/dm/parag?style=for-the-badge)](https://pepy.tech/project/parag)</a>\n",
"<a href=\"\">[![GNU License](https://img.shields.io/github/license/rraadd88/parag.svg?style=for-the-badge)](https://github.com/rraadd88/parag/blob/master/LICENSE)</a>\n",
"<a href=\"\">[![DOI](https://img.shields.io/badge/DOI-zenodo-blue?style=for-the-badge)](https://doi.org//zenodo.)</a>"
"<a href=\"\">[![DOI](https://img.shields.io/badge/DOI-zenodo-blue?style=for-the-badge.png)](https://doi.org/10.5281/zenodo.10703097)</a>"
]
},
{
Expand Down Expand Up @@ -1170,21 +1170,24 @@
"source": [
"## How to cite? \n",
"\n",
"1. Using BibTeX: \n",
"```\n",
"@software{Dandage_parag,\n",
" title = {parag: interactive visualization of higher-order graphs in Python},\n",
" author = {Dandage, Rohan},\n",
" year = {2024},\n",
" url = {https://doi.org//zenodo.},\n",
" version = {v0.0.1},\n",
" note = {The URL is a DOI link to the permanent archive of the software.},\n",
"}\n",
"```\n",
"1. Using BibTeX: \n",
"\n",
"2. DOI link: [![DOI](https://zenodo.org/badge/DOI//zenodo..svg)](https://doi.org//zenodo.), or \n",
"<!-- -->\n",
"\n",
"3. Using citation information from [CITATION.CFF file](https://github.com/rraadd88/parag/blob/main/CITATION.cff).\n",
" @software{Dandage_parag,\n",
" title = {parag: interactive visualization of higher-order graphs in Python},\n",
" author = {Dandage, Rohan},\n",
" year = {2024},\n",
" url = {https://doi.org/10.5281/zenodo.10703097},\n",
" version = {v0.0.1},\n",
" note = {The URL is a DOI link to the permanent archive of the software.},\n",
" }\n",
"\n",
"2. DOI link:\n",
" [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10703097.svg)](https://doi.org/10.5281/zenodo.10703097),\n",
" or\n",
"\n",
"3. Using citation information from [CITATION.CFF file](https://github.com/rraadd88/parag/blob/master/CITATION.cff).\n",
"\n",
"## Future directions, for which contributions are welcome \n",
"- [ ] Showing degree counts in addition to the percentages \n",
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ audience = Developers
author = Rohan Dandage
author_email = [email protected]
copyright = 2024 ownwards, %(author)s
description = parag: interactive visualization of higher-order graphs in Python
description = parag: Interactive visualization of higher-order graphs in Python
keywords = nbdev jupyter notebook python
language = English
status = 3
Expand Down

0 comments on commit 5581dda

Please sign in to comment.