ina-tool
A tool for visualising and analysing Institutional Statements
Science Score: 67.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.7%) to scientific vocabulary
Repository
A tool for visualising and analysing Institutional Statements
Basic Info
- Host: GitHub
- Owner: ESI-FAR
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://esi-far.github.io/INA-tool/
- Size: 1.96 MB
Statistics
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 27
- Releases: 1
Metadata Files
README.md
INA Tool
INA Tool is an open-source digital tool developed by the eScience Center aimed at supporting the regulatory framework design process by facilitating the study, analysis, and decision-making through data visualization and interaction.
The web application is running at https://ina-editor.tpm.tudelft.nl/.

Development
You need Node.js >=22 or equivalent to develop the application.
```shell
To install dependencies
npm install
To run development server
Will print the URL to open in the browser
npm run dev
To build the application,
after build host generated dist/ directory on a web server
npm run build
To preview the production build
Will print the URL to open in the browser
npm run preview
To format
npm run format
To lint
npm run lint
To type check
npm run typecheck
To run tests, tests are written with vitest and are named *.test.ts[x].
npm run test
To run e2e tests, tests are written with playwright and are in tests/.
npm run test:e2e
To run e2e test in headfull dashboard mode
npm run test:e2e -- --headed --ui ```
The application is built with
- TypeScript as programming language
- React for user interface
- Vite as build tool
- Tailwind CSS for styling
- React Flow for graph visualization/editing
- Shadcn/ui as component library
- XSLX and d3 for parsing and writing files.
- Zod for validation
- Zustand for state management
- Prettier for code formatting
- ESLint for linting
- Vitest for unit testing
Dev container
If you are using Visual Studio Code, you can use the dev container extension to run the application. The dev container is a pre-configured environment that includes all the necessary tools and dependencies to run the application.
When repository is opened in a devcontainer the website is running on http://localhost:5173 and will update when files are changed.
Bugs and Issues
Have a bug or an issue with this software? Open a new issue here on GitHub or drop a message to us.
AI Disclaimer
The documentation/software code in this repository has been partly generated and/or refined using GitHub CoPilot. All AI-output has been verified for correctness, accuracy and completeness, adapted where needed, and approved by the author.
Owner
- Name: ESI-FAR
- Login: ESI-FAR
- Kind: organization
- Repositories: 1
- Profile: https://github.com/ESI-FAR
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Institutional network analysis tool
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Sander
name-particle: van
family-names: Rijn
email: s.vanrijn@esciencecenter.nl
affiliation: Netherlands eScience Center
orcid: "https://orcid.org/0000-0001-6159-041X"
- given-names: Ermanno
name-particle: Lo
family-names: Cascio
email: ermanno.locascio@esciencecenter.nl
affiliation: Netherlands eScience Center
orcid: "https://orcid.org/0000-0002-7257-8034"
- given-names: Stefan
family-names: Verhoeven
affiliation: "Netherlands eScience Center"
orcid: "https://orcid.org/0000-0002-5821-2060"
- family-names: Moodley
given-names: Kody
orcid: "https://orcid.org/0000-0001-5666-1658"
affiliation: Netherlands eScience Center
- family-names: Ghorbani
given-names: Amineh
orcid: "https://orcid.org/0000-0002-9985-8239"
affiliation: Delft University of Technology
- family-names: Veer
given-names: Renske
orcid: "https://orcid.org/0000-0001-6162-9345"
affiliation: Delft University of Technology
name-particle: "van 't"
repository-code: "https://github.com/ESI-FAR/INA-tool"
url: "https://esi-far.github.io/INA-tool/"
keywords:
- Institutional Network Analysis
- Institutional Grammar
license: MIT
identifiers:
- description: Latest version of software
type: doi
value: 10.5281/zenodo.15639732
GitHub Events
Total
- Create event: 31
- Release event: 1
- Issues event: 65
- Delete event: 25
- Member event: 3
- Issue comment event: 87
- Push event: 120
- Pull request review comment event: 10
- Pull request review event: 18
- Pull request event: 49
Last Year
- Create event: 31
- Release event: 1
- Issues event: 65
- Delete event: 25
- Member event: 3
- Issue comment event: 87
- Push event: 120
- Pull request review comment event: 10
- Pull request review event: 18
- Pull request event: 49
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 38
- Total pull requests: 28
- Average time to close issues: 5 months
- Average time to close pull requests: 13 days
- Total issue authors: 6
- Total pull request authors: 2
- Average comments per issue: 0.47
- Average comments per pull request: 1.43
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 23
- Pull requests: 28
- Average time to close issues: 2 months
- Average time to close pull requests: 13 days
- Issue authors: 4
- Pull request authors: 2
- Average comments per issue: 0.43
- Average comments per pull request: 1.43
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sjvrijn (42)
- ermannolocascio (20)
- sverhoeven (19)
- Rjvtv (6)
- ChristineZwaan (3)
- suvayu (1)
- kodymoodley (1)
Pull Request Authors
- sverhoeven (27)
- sjvrijn (21)
- ermannolocascio (14)
- kodymoodley (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 222 dependencies
- autoprefixer 10.4.14 development
- browser-sync 2.29.1 development
- chokidar 3.5.3 development
- concurrently 6.3.0 development
- postcss 8.4.21 development
- prettier 2.8.6 development
- pug 3.0.2 development
- sass 1.60.0 development
- shelljs 0.8.5 development
- upath 2.0.1 development
- bootstrap 5.2.3