forked from AlexanderWillner/Core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfillTemplateTest.sh
executable file
·13 lines (12 loc) · 1.28 KB
/
fillTemplateTest.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
./lib/fillTemplate.py \
--first "Alexander" --last "Willner" --mail "[email protected]" \
--institution "Technical University Berlin" --country "Germany" --city "Berlin" --zip "10587" \
--title "The Edge Computing Paradigm for Smart Manufacturing" \
--context "The digital transformation in industrial domains can contribute to ecologically sound, economically successful and socially balanced world." \
--problem "Within the manufacturing context, however, challengingly requirements have to be met when applying modern information and communication technologies." \
--work "Under the umbrella of the term Industry 4.0 a number of approaches are currently being discussed that often involve the use of centralized Cloud Computing components." \
--approach "In this paper, we discuss how the Edge Computing paradigm can address the specific challenges and augment Cloud Computing approaches." \
--result "The core contribution is to provide an overview of related standards, initiatives and future engineering issues." \
--evaluation "The results have been validated by interviews with domain experts." \
--outlook "Based on this work, a reference architecture model for Edge Computing could be developed to identify open research and engineering questions."