https://github.com/cda-tum/mmft-iso-designer
The MMFT ISO Designer is a tool that validates and generates microfluidic chip designs conforming to the ISO 22916 standard.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Keywords from Contributors
Repository
The MMFT ISO Designer is a tool that validates and generates microfluidic chip designs conforming to the ISO 22916 standard.
Basic Info
- Host: GitHub
- Owner: cda-tum
- Language: TypeScript
- Default Branch: main
- Size: 12.9 MB
Statistics
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
MMFT ISO Designer
The MMFT ISO Designer is a tool that validates and generates microfluidic chip designs following the ISO 22916 standard. It is developed as part of the Munich Microfluidics Toolkit (MMFT) by the Chair for Design Automation at the Technical University of Munich. Currently, it is able to place and route basic modules and channels while validating a number of geometric constraints. For more details, please check out the relevant research paper:
P. Ebner and R. Wille. Automatic Validation and Design of Microfluidic Devices Following the ISO 22916 Standard. In IEEE Computer Society Annual Symposium on VLSI (ISVLSI). 2024.
Usage
To use the tool locally, install node and npm, then run
sh
npm install
npm start
A browser window should open up where you can load an input file using the Load button.
Example configurations featured in the corresponding research paper can be found in the examples directory.
Q&A
Why does the displayed runtime appear to be significantly lower than the time the program takes to deliver results?
The measured runtime includes Z3 solving runtime only. Producing the constraints, passing constraints to the solver and generating output images is not included. This discrepancy becomes obvious mostly for validation cases with a large set of constraints, but low actual solver runtime.
How do I abort the program?
Simply reload or close the tab or browser window.
Owner
- Name: Chair for Design Automation, TU Munich
- Login: cda-tum
- Kind: organization
- Location: Germany
- Website: https://www.cda.cit.tum.de
- Repositories: 22
- Profile: https://github.com/cda-tum
The CDA provides expertise for all main steps in the design and realization of integrated circuits, embedded systems, as well as cyber-physical systems.
GitHub Events
Total
- Watch event: 7
- Delete event: 2
- Push event: 46
- Pull request event: 6
- Create event: 6
Last Year
- Watch event: 7
- Delete event: 2
- Push event: 46
- Pull request event: 6
- Create event: 6
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| philippebner | 2****r | 19 |
| dependabot[bot] | 4****] | 2 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.2
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 6
- Average time to close issues: N/A
- Average time to close pull requests: 7 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- tim-scholl (8)
- philippebner (5)
- dependabot[bot] (5)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 1365 dependencies
- @types/d3 ^7.4.1 development
- @emotion/react ^11.11.1
- @emotion/styled ^11.11.0
- @fontsource/inter ^5.0.8
- @mui/joy ^5.0.0-beta.2
- @reduxjs/toolkit ^1.9.5
- @testing-library/jest-dom ^5.17.0
- @testing-library/react ^13.4.0
- @testing-library/user-event ^13.5.0
- @types/jest ^27.5.2
- @types/node ^16.18.40
- @types/react ^18.2.19
- @types/react-dom ^18.2.7
- coi-serviceworker ^0.1.7
- d3 ^7.8.5
- react ^18.2.0
- react-dom ^18.2.0
- react-scripts 5.0.1
- typescript ^4.9.5
- v4-uuid ^1.1.0
- web-vitals ^2.1.4
- z3-solver ^4.12.2