Skip to content

Commit

Permalink
deploy: 5411bbf
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Sep 22, 2024
1 parent 1e55cb2 commit 9ff8b1f
Show file tree
Hide file tree
Showing 13 changed files with 3,850 additions and 2 deletions.
35 changes: 35 additions & 0 deletions lectures/04_requirement_analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,41 @@ <h1 id="requirements-analysis-techniques"><a class="header" href="#requirements-
<li>data flow diagram</li>
<li>etc.</li>
</ul>
<h1 id="gantt-chart"><a class="header" href="#gantt-chart">gantt chart</a></h1>
<ul>
<li>illustrates a project schedule</li>
<li>practical to construct the schedule from the deadline and go backward<!-- - a task is often scheduled to start immediately when its prerequisites -->
</li>
</ul>
<div class="fragment">
<p><img src="figures/ccs24.svg" alt="" /></p>
</div>
<h1 id="flowchart"><a class="header" href="#flowchart">flowchart</a></h1>
<div class="columns">
<div class="column mt-4" width="50%">
<ul>
<li>represents a workflow or process</li>
<li>diagrammatic representation of an algorithm, a step-by-step approach
to solving a task</li>
<li>ISO 5807
<ul>
<li>published in 1985</li>
<li>last reviewed in 2019</li>
</ul>
</li>
<li><a href="https://en.wikipedia.org/wiki/Flowchart">Wikipedia / Flowchart</a></li>
</ul>
</div>
<div class="column" width="50%">
<p><img src="figures/common_flowchart_elements.drawio.svg" alt="" /></p>
</div>
</div>
<h2 id="flowchart-example"><a class="header" href="#flowchart-example">flowchart example</a></h2>
<figure>
<img src="figures/proc3.png" height="500" alt="a code review process" />
<figcaption aria-hidden="true">a code review process</figcaption>
</figure>
<!-- # data flow diagram -->
<h1 id="references"><a class="header" href="#references">references</a></h1>
<div id="refs" class="references csl-bib-body hanging-indent"
line-spacing="2">
Expand Down
13 changes: 13 additions & 0 deletions lectures/figures/ccs24.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@startgantt
skin rose
scale 3

printscale daily zoom 3

Project starts 2024-08-29
[yrCCS] starts 2024-08-30 and requires 2 days
[satellite] starts 2024-09-02 and requires 2 days
[main conference] starts 2024-09-04 and requires 3 days

[prezentation] happens at 2024-09-05
@endgantt
1 change: 1 addition & 0 deletions lectures/figures/ccs24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9ff8b1f

Please sign in to comment.