From 7cedd4dc3a7741bb18ca431f6dc772f7467dc44a Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Wed, 3 Apr 2024 09:45:40 -0400 Subject: [PATCH] removed languages from index --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8cb43df63..b3ae02d2b 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,6 @@ Sign up for our [mailing list](http://eepurl.com/igE6ez) and follow XGI on [Twit - [License](#license) - [Funding](#funding) - [Other Resources](#other-resources) - - [Julia](#julia) - - [Python](#python) - - [R](#r) ## What is XGI? @@ -119,11 +116,11 @@ The XGI package has been supported by NSF Grant 2121905, ["HNDS-I: Using Hypergr ## Other Resources This library may not meet your needs and if this is this case, consider checking out these other resources: -### Julia +**Julia** * [HyperGraphs.jl](https://github.com/lpmdiaz/HyperGraphs.jl): A Julia package for representing, analyzing, and generating hypergraphs which may be oriented and weighted. * [SimpleHypergraphs.jl](https://pszufe.github.io/SimpleHypergraphs.jl/v0.1): A Julia package for representing, analyzing, and generating hypergraphs. -### Python +**Python** * [EasyGraph](https://easy-graph.github.io/): A Python package for analyzing undirected and directed networks as well as hypergraphs. * [halp](http://murali-group.github.io/halp): A Python package with directed and undirected hypergraph implementations and several algorithms. * [Hypergraph Analysis Toolbox (HAT)](https://hypergraph-analysis-toolbox.readthedocs.io): A Python/Matlab package for hypergraph construction, visualization, and analysis (Especially for Pore-C data). @@ -133,5 +130,5 @@ This library may not meet your needs and if this is this case, consider checking * [Reticula](https://docs.reticula.network): A Python package wrapping C++ functions for representing, analyzing, and visualizing temporal and static graphs and hypergraphs. -### R +**R** * [hyperG](https://cran.r-project.org/package=HyperG): An R package for storing and analyzing hypergraphs