Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vstirbu/dsrm
Design Science Research diagrams in Latex
https://github.com/vstirbu/dsrm
design-science-research hacktoberfest latex latex-package tikz tikz-figures
Last synced: about 1 month ago
JSON representation
Design Science Research diagrams in Latex
- Host: GitHub
- URL: https://github.com/vstirbu/dsrm
- Owner: vstirbu
- License: lppl-1.3c
- Created: 2024-10-20T10:22:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:25:44.000Z (3 months ago)
- Last Synced: 2024-10-23T02:58:32.450Z (3 months ago)
- Topics: design-science-research, hacktoberfest, latex, latex-package, tikz, tikz-figures
- Language: TeX
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design Science Research methodology in Latex
This a package that allows you to create Design Science Research diagrams in Latex.
## Installation
Copy the `dsrm.sty` to your project.
## Usage
Write the text
```latex
\SDR{
\ProblemIdentification[How to edit the DSRM diagrams in \LaTeX]{Research methodology must be included in papers.\\\vspace{8pt}Creating DSRM diagrams in other tools and importing them is labour intensive.}
\ObjectivesOfTheSolution{The tool should integrate seamlessly in any \LaTeX\ tool, e.g. Overleaf, TexShop\\\vspace{8pt}The tool should have a usable interface, hiding its implementation.}
\Demonstration{Can type the text and diagram is rendered automatically}
\DesignAndDevelopment{Develop the tool that draws the DSRM diagram using TikZ package.}
\Evaluation{Can render the diagram in multiple classes}
\Communication{Create a \LaTeX\ package}
}
```gives this result in IEEE Computer Science magazines projects:
![result](assets/result.png)