graphline
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: PMaynard
- License: mit
- Language: HTML
- Default Branch: master
- Size: 31.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Graph Line
Uses Cytoscape.js to create simple graphs.
Usage
- Add a node by click anywhere on the page. You'll be prompted to add a label.
- Add edges by selecting a node (source) then select another (or same) node for the target.

Figure 1: Screen shot of an example graph, using the Compound Spring Embedder (COSE) layout.
Development
You can open the index.html file in your web browser and it will work. Or you can use reload to run a local webserver and automatically refresh the page on changes.
npm install reload
./node_modules/reload/bin/reload -b
Code License
Copyright (c) 2023 Dr. Peter Maynard
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE./
Owner
- Name: Pete
- Login: PMaynard
- Kind: user
- Location: Wales, UK
- Website: https://petermaynard.co.uk
- Repositories: 67
- Profile: https://github.com/PMaynard
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
cff-version: 1.2.0
title: graphline
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Peter
family-names: Maynard
email: pete@port22.co.uk
orcid: 'https://orcid.org/0000-0002-6267-7530'
affiliation: 'Cardiff University, UK'
repository-code: 'https://github.com/PMaynard/graphline'
url: 'https://github.com/PMaynard/graphline'
abstract: >-
A tool for creating simple graphs.
license: MIT