|
1 | 1 | <div align="center" style="margin-bottom: 70px"> |
2 | 2 | <h1>Educational Templates</h1><br> |
3 | | - <div align="center"><p>This repository contains educational material made with Latex, LibreOffice Draw and other methods.</p></div> |
4 | | - <div align="center"><p>! This repository is currently under construction.</p></div> |
| 3 | + <div align="center"><p>This repository contains educational material for your presentations, projects, lectures, etc. All materials werde made with Open-Source tools such as Latex, LibreOffice Draw and Python.</p></div> |
5 | 4 | </div> |
6 | 5 |
|
7 | 6 | <div align="center"> |
8 | 7 | <h2>Examples</h2> |
| 8 | +<div align="center"><p>Take a look at some highlights of this project:</p></div> |
9 | 9 | </div> |
10 | 10 |
|
11 | 11 | <div align="center"> |
12 | | -<table width="100%" margin-left="auto" margin-right="auto"> |
13 | | - <tr> |
14 | | - <th>Red-Black-Trees</th> |
15 | | - <th>Sorting-Algorithm</th> |
16 | | - <th>ER-Diagram</th> |
17 | | - </tr> |
18 | | - <tr> |
19 | | - <td width="33%"> |
20 | | - <img src="img/rbtrees.png" |
21 | | - alt="Red-Black-Trees Exp" /> |
22 | | - </td> |
23 | | - <td width="33%"> |
24 | | - <img src="img/sortalg.png" |
25 | | - alt="Sorting Algorithm Exp" /> |
26 | | - </td> |
27 | | - <td width="33%"> |
28 | | - <img src="img/erdiagram.png" |
29 | | - alt="ER-Diagram Exp" /> |
30 | | - </td> |
31 | | - </tr> |
32 | | -</table> |
| 12 | +<img src="Mandelbrot-Set/Mandelbrot-ColoredPictures/Region2_3.jpg" alt="Mandelbrot-Set Example" width="400"/> |
| 13 | +</div> |
| 14 | + |
| 15 | +<div align="center"> |
| 16 | +<img src="img/dijkstra.png" alt="Components for Dijkstra's algorithm" width="600"/> |
| 17 | +</div> |
33 | 18 |
|
34 | | -<table width="100%" margin-left="auto" margin-right="auto"> |
35 | | - <tr> |
36 | | - <th>MTrans</th> |
37 | | - <th>Shortest-Path-Graph</th> |
38 | | - <th>Queue</th> |
39 | | - </tr> |
40 | | - <tr> |
41 | | - <td width="33%"> |
42 | | - <img src="img/mtrans.png" |
43 | | - alt="MTrans Exp" /> |
44 | | - </td> |
45 | | - <td width="33%"> |
46 | | - <img src="img/spgraph.png" |
47 | | - alt="Shortest-Path-Graph Exp" /> |
48 | | - </td> |
49 | | - <td width="33%"> |
50 | | - <img src="img/queue.png" |
51 | | - alt="Queue Exp" /> |
52 | | - </td> |
53 | | - </tr> |
54 | | -</table> |
| 19 | +<div align="center"> |
| 20 | +<img src="img/gene.png" alt="Example of gene expression" width="600"/> |
| 21 | +</div> |
55 | 22 |
|
56 | | -<table width="100%" margin-left="auto" margin-right="auto"> |
57 | | - <tr> |
58 | | - <th>Card</th> |
59 | | - <th>Clock</th> |
60 | | - <th>Circuits</th> |
61 | | - </tr> |
62 | | - <tr> |
63 | | - <td width="33%"> |
64 | | - <img src="img/cardexp.png" |
65 | | - alt="Card Exp" /> |
66 | | - </td> |
67 | | - <td width="33%"> |
68 | | - <img src="img/clock.png" |
69 | | - alt="Clock Exp" /> |
70 | | - </td> |
71 | | - <td width="33%"> |
72 | | - <img src="img/circuits.png" |
73 | | - alt="Circuits Exp" /> |
74 | | - </td> |
75 | | - </tr> |
76 | | -</table> |
| 23 | +<div align="center"> |
| 24 | +<img src="img/rbtree.png" alt="Example of Red-Black-Tree" width="600"/> |
77 | 25 | </div> |
78 | 26 |
|
| 27 | + |
79 | 28 | <!-- |
80 | 29 | <div align="center"> |
81 | 30 | <h2>Highlights</h2> |
|
0 commit comments