-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
30 lines (30 loc) · 1.35 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata from this file."
type: "software"
authors:
- family-names: "van Eck"
given-names: "Nees Jan"
orcid: "https://orcid.org/0000-0001-8448-4521"
email: "[email protected]"
affiliation: "Centre for Science and Technology Studies (CWTS), Leiden University"
title: "networkanalysis-ts"
abstract: "This package is a TypeScript port of the networkanalysis package written in Java. The package provides algorithms and data structures for network analysis. Currently, the package focuses on clustering (or community detection) and layout (or mapping) of networks. In particular, the package contains an implementation of the Leiden algorithm and the Louvain algorithm for network clustering and the VOS technique for network layout. Only undirected networks are supported."
keywords:
- network analysis
- clustering
- community detection
- clustering algorithm
- Leiden algorithm
- Louvain algorithm
- layout
- mapping
- layout algorithm
- VOS technique
- typescript
url: "https://github.com/neesjanvaneck/networkanalysis-ts#readme"
repository-code: "https://github.com/neesjanvaneck/networkanalysis-ts"
repository-artifact: "https://www.npmjs.com/package/networkanalysis-ts"
license: MIT
doi: 10.5281/zenodo.7221171
version: 1.0.0
date-released: 2022-08-29