-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
547 lines (514 loc) · 28.9 KB
/
index.html
File metadata and controls
547 lines (514 loc) · 28.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!doctype html>
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
<title>Cursos Prof. Fernando Passold</title><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color: #ffffff; --text-color: #333333; --select-text-bg-color: #B5D6FC; --select-text-font-color: auto; --monospace: "Lucida Console",Consolas,"Courier",monospace; }
html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { margin: 0px; padding: 0px; height: auto; inset: 0px; font-size: 1rem; line-height: 1.428571; overflow-x: hidden; background: inherit; tab-size: 4; }
iframe { margin: auto; }
a.url { word-break: break-all; }
a:active, a:hover { outline: 0px; }
.in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
#write { margin: 0px auto; height: auto; width: inherit; word-break: normal; overflow-wrap: break-word; position: relative; white-space: normal; overflow-x: visible; padding-top: 40px; }
#write.first-line-indent p { text-indent: 2em; }
#write.first-line-indent li p, #write.first-line-indent p * { text-indent: 0px; }
#write.first-line-indent li { margin-left: 2em; }
.for-image #write { padding-left: 8px; padding-right: 8px; }
body.typora-export { padding-left: 30px; padding-right: 30px; }
.typora-export .footnote-line, .typora-export li, .typora-export p { white-space: pre-wrap; }
.typora-export .task-list-item input { pointer-events: none; }
@media screen and (max-width: 500px) {
body.typora-export { padding-left: 0px; padding-right: 0px; }
#write { padding-left: 20px; padding-right: 20px; }
.CodeMirror-sizer { margin-left: 0px !important; }
.CodeMirror-gutters { display: none !important; }
}
#write li > figure:last-child { margin-bottom: 0.5rem; }
#write ol, #write ul { position: relative; }
img { max-width: 100%; vertical-align: middle; image-orientation: from-image; }
button, input, select, textarea { color: inherit; font-style: inherit; font-variant-caps: inherit; font-weight: inherit; font-width: inherit; font-size: inherit; line-height: inherit; font-family: inherit; font-size-adjust: inherit; font-kerning: inherit; font-variant-alternates: inherit; font-variant-ligatures: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-feature-settings: inherit; font-optical-sizing: inherit; font-variation-settings: inherit; }
input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
*, ::after, ::before { box-sizing: border-box; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
p { line-height: inherit; }
h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 4; }
p { orphans: 4; }
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }
.md-math-block, .md-rawblock, h1, h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; }
.hidden { display: none; }
.md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
a { cursor: pointer; }
sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.7); color: rgb(85, 85, 85); border-radius: 4px; cursor: pointer; }
sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
#write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
figure > table { margin: 0px; }
tr { break-inside: avoid; break-after: auto; }
thead { display: table-header-group; }
table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
table.md-table td { min-width: 32px; }
.CodeMirror-gutters { border-right-width: 0px; border-right-style: none; border-right-color: currentcolor; background-color: inherit; }
.CodeMirror-linenumber { }
.CodeMirror { text-align: left; }
.CodeMirror-placeholder { opacity: 0.3; }
.CodeMirror pre { padding: 0px 4px; }
.CodeMirror-lines { padding: 0px; }
div.hr:focus { cursor: none; }
#write pre { white-space: pre-wrap; }
#write.fences-no-line-wrapping pre { white-space: pre; }
#write pre.ty-contain-cm { white-space: normal; }
.CodeMirror-gutters { margin-right: 4px; }
.md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background: inherit; position: relative !important; }
.md-diagram-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
#write .md-fences.mock-cm { white-space: pre-wrap; }
.md-fences.md-fences-with-lineno { padding-left: 0px; }
#write.fences-no-line-wrapping .md-fences.mock-cm { white-space: pre; overflow-x: auto; }
.md-fences.mock-cm.md-fences-with-lineno { padding-left: 8px; }
.CodeMirror-line, twitterwidget { break-inside: avoid; }
.footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
.footnotes + .footnotes { margin-top: 0px; }
.md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; background: 0px 0px; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; }
li div { padding-top: 0px; }
blockquote { margin: 1rem 0px; }
li .mathjax-block, li p { margin: 0.5rem 0px; }
li { margin: 0px; position: relative; }
blockquote > :last-child { margin-bottom: 0px; }
blockquote > :first-child, li > :first-child { margin-top: 0px; }
.footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
#write .footnote-line { white-space: pre-wrap; }
@media print {
body, html { border: 1px solid transparent; height: 99%; break-after: avoid; break-before: avoid; font-variant-ligatures: no-common-ligatures; }
#write { margin-top: 0px; padding-top: 0px; border-color: transparent !important; }
.typora-export * { print-color-adjust: exact; }
html.blink-to-pdf { font-size: 13px; }
.typora-export #write { break-after: avoid; }
.typora-export #write::after { height: 0px; }
.is-mac table { break-inside: avoid; }
}
.footnote-line { margin-top: 0.714em; font-size: 0.7em; }
a img, img a { cursor: pointer; }
pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background: rgb(204, 204, 204); display: block; overflow-x: hidden; }
p > .md-image:only-child:not(.md-img-error) img, p > img:only-child { display: block; margin: auto; }
#write.first-line-indent p > .md-image:only-child:not(.md-img-error) img { left: -2em; position: relative; }
p > .md-image:only-child { display: inline-block; width: 100%; }
#write .MathJax_Display { margin: 0.8em 0px 0px; }
.md-math-block { width: 100%; }
.md-math-block:not(:empty)::after { display: none; }
[contenteditable="true"]:active, [contenteditable="true"]:focus, [contenteditable="false"]:active, [contenteditable="false"]:focus { outline: 0px; box-shadow: none; }
.md-task-list-item { position: relative; list-style-type: none; }
.task-list-item.md-task-list-item { padding-left: 0px; }
.md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); border: medium; }
.math { font-size: 1rem; }
.md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-radius: 10px; }
.md-toc-content { position: relative; margin-left: 0px; }
.md-toc-content::after, .md-toc::after { display: none; }
.md-toc-item { display: block; color: rgb(65, 131, 196); }
.md-toc-item a { text-decoration: none; }
.md-toc-inner:hover { text-decoration: underline; }
.md-toc-inner { display: inline-block; cursor: pointer; }
.md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
.md-toc-h2 .md-toc-inner { margin-left: 2em; }
.md-toc-h3 .md-toc-inner { margin-left: 4em; }
.md-toc-h4 .md-toc-inner { margin-left: 6em; }
.md-toc-h5 .md-toc-inner { margin-left: 8em; }
.md-toc-h6 .md-toc-inner { margin-left: 10em; }
@media screen and (max-width: 48em) {
.md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
.md-toc-h4 .md-toc-inner { margin-left: 5em; }
.md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
.md-toc-h6 .md-toc-inner { margin-left: 8em; }
}
a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
.footnote-line a:not(.reversefootnote) { color: inherit; }
.md-attr { display: none; }
.md-fn-count::after { content: "."; }
code, pre, samp, tt { font-family: var(--monospace); }
kbd { margin: 0px 0.1em; padding: 0.1em 0.6em; font-size: 0.8em; color: rgb(36, 39, 41); background: rgb(255, 255, 255); border: 1px solid rgb(173, 179, 185); border-radius: 3px; box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset; white-space: nowrap; vertical-align: middle; }
.md-comment { color: rgb(162, 127, 3); opacity: 0.8; font-family: var(--monospace); }
code { text-align: left; vertical-align: initial; }
a.md-print-anchor { white-space: pre !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; background: 0px 0px !important; text-decoration: initial !important; text-shadow: initial !important; }
.md-inline-math .MathJax_SVG .noError { display: none !important; }
.html-for-mac .inline-math-svg .MathJax_SVG { vertical-align: 0.2px; }
.md-math-block .MathJax_SVG_Display { text-align: center; margin: 0px; position: relative; text-indent: 0px; max-width: none; max-height: none; min-height: 0px; min-width: 100%; width: auto; overflow-y: hidden; display: block !important; }
.MathJax_SVG_Display, .md-inline-math .MathJax_SVG_Display { width: auto; margin: inherit; display: inline-block !important; }
.MathJax_SVG .MJX-monospace { font-family: var(--monospace); }
.MathJax_SVG .MJX-sans-serif { font-family: sans-serif; }
.MathJax_SVG { display: inline; font-style: normal; font-weight: 400; line-height: normal; zoom: 90%; font-size-adjust: none; text-indent: 0px; text-align: left; text-transform: none; letter-spacing: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px; }
.MathJax_SVG * { transition: none; }
.MathJax_SVG_Display svg { vertical-align: middle !important; margin-bottom: 0px !important; margin-top: 0px !important; }
.os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
.md-diagram-panel > svg { max-width: 100%; }
[lang="flow"] svg, [lang="mermaid"] svg { max-width: 100%; height: auto; }
[lang="mermaid"] .node text { font-size: 1rem; }
table tr th { border-bottom-width: 0px; border-bottom-style: none; border-bottom-color: currentcolor; }
video { max-width: 100%; display: block; margin: 0px auto; }
iframe { max-width: 100%; width: 100%; border: medium; }
.highlight td, .highlight tr { border: 0px; }
svg[id^="mermaidChart"] { line-height: 1em; }
mark { background: rgb(255, 255, 0); color: rgb(0, 0, 0); }
.md-html-inline .md-plain, .md-html-inline strong, mark .md-inline-math, mark strong { color: inherit; }
mark .md-meta { color: rgb(0, 0, 0); opacity: 0.3 !important; }
@media print {
.typora-export h1, .typora-export h2, .typora-export h3, .typora-export h4, .typora-export h5, .typora-export h6 { break-inside: avoid; }
.typora-export h1::after, .typora-export h2::after, .typora-export h3::after, .typora-export h4::after, .typora-export h5::after, .typora-export h6::after { content: ""; display: block; height: 100px; margin-bottom: -100px; }
}
import url(https://fonts.googleapis.com/css?family=Open%20Sans);
:root {
--code-block-bg-color: inherit;//#f8f8f8;
--item-hover-bg-color: #0a0d16;
--control-text-color: #b7b7b7;
--control-text-hover-color: #eee;
--window-border: 1px dashed #9b9b9b;
--active-file-bg-color: #0070E0;
--active-file-border-color: #8d8df0;
--primary-color: #a3d5fe;
--active-file-text-color: #0070e0;
--item-hover-bg-color: #70717d;
--item-hover-text-color: white;
--primary-color: #6dc1e7;
}
html,
body,
#write{
color: #5e676d;
font-family: "Open Sans", "Clear Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*font-weight: lighter;*/
font-weight: 100;
color: #5e676d;
font-family: "Open Sans", sans-serif;
margin: 0.5rem 0;
}
html {
font-size:16px;
}
#write {
max-width: 914px;
text-align: justify;
}
#write>h1:first-child {
margin-top: 2.75rem;
}
#write>h2:first-child {
margin-top: 1.75rem;
}
#write>h3:first-child {
margin-top: 1rem;
}
#write>h4:first-child {
margin-top: 0.5rem;
}
h1 {
margin: 1rem 0;
/*line-height: 4rem;
padding: 5px 30px;
text-align: center;
margin-top: 4rem;*/
}
h2 {
margin: 0.8rem 0;
/*
line-height: 3rem;
padding: 0 30px;
text-align: center;
margin-top: 3rem
*/
}
h3 {
}
h4 {
}
h5 {
font-size: 1.125rem;
}
h6 {
font-size: 1.1rem;
}
p {
color: #5e676d;
font-size: 1rem;
line-height: 1.5rem;
margin: 0 0 1.25rem;
}
#write>h3.md-focus:before {
left: -1.875rem;
top: 0.5rem;
padding: 2px;
}
#write>h4.md-focus:before {
left: -1.875rem;
top: 0.3125rem;
padding: 2px;
}
#write>h5.md-focus:before {
left: -1.875rem;
top: 0.25rem;
padding: 2px;
}
#write>h6.md-focus:before {
left: -1.875rem;
top: .125rem;
padding: 2px;
}
/*@media screen and (min-width: 48em) {
.h1,
h1 {
font-size: 3.250rem;
}
.h2,
h2 {
font-size: 2.298rem;
}
.h3,
h3 {
font-size: 1.625rem;
}
.h4,
h4 {
font-size: 1.250rem;
}
.h5,
h5 {
font-size: 1.150rem;
}
.h6,
h6 {
font-size: 1rem;
}
#write>h4.md-focus:before,
#write>h5.md-focus:before,
#write>h6.md-focus:before {
top: 1px;
}
p {
font-size: 1.25rem;
line-height: 1.8;
}
table {
font-size: 1.25rem;
}
}*/
@media screen and (max-width: 48em) {
blockquote {
margin-left: 1rem;
margin-right: 0;
padding: 0.5em;
}
.h1,
h1 {
font-size: 2.827rem;
}
.h2,
h2 {
font-size: 1.999rem;
}
.h3,
h3 {
font-size: 1.413rem;
}
.h4,
h4 {
font-size: 1.250rem;
}
.h5,
h5 {
font-size: 1.150rem;
}
.h6,
h6 {
font-size: 1rem;
}
}
a,
.md-def-url {
color: #007ee5;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
table {
border: 1px solid #e2e2e2;
margin-bottom: 20px
}
table th,
table td {
padding: 8px;
line-height: 1.5rem;
vertical-align: top;
border: 1px solid #e2e2e2;
}
table th {
font-weight: normal;
background-color: #f0f7fd;
}
table thead th {
vertical-align: bottom
}
table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0
}
table tbody+tbody {
border-top: 2px solid #ddd
}
code, .md-fences {
padding: .5em;
background: #f6f9fc;
border: 1px solid #d0d4d9;
border-radius: 3px;
padding: .1em;
font-size: 0.9rem !important;
margin-left: 0.2em;
margin-right: 0.2em;
}
.md-fences {
margin: 0 0 20px;
font-size: 1em;
padding: 0.3em 1em;
padding-top: 0.4em;
}
.task-list{
padding-left: 0;
}
.task-list-item {
padding-left:2.125rem;
}
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
.task-list-item input:before {
margin-top: -0.2rem;
}
.task-list-item input:checked:before,
.task-list-item input[checked]:before {
margin-top: -0.2rem;
}
}
blockquote {
margin: 0 0 1.11111rem;
padding: 0.5rem 1.11111rem 0 1.05556rem;
border-left: 2px solid rgba(0, 112, 224, 0.32);
}
blockquote,
blockquote p {
line-height: 1.6;
color: #8f8f8f;
}
#write pre.md-meta-block {
min-height: 30px;
background: #f8f8f8;
padding: 1.5em;
font-weight: 300;
font-size: 1em;
padding-bottom: 1.5em;
padding-top: 3em;
margin-top: -1.5em;
color: #999;
border-left: 1000px #f8f8f8 solid;
margin-left: -1000px;
border-right: 1000px #f8f8f8 solid;
margin-right: -1000px;
margin-bottom: 2em;
}
.MathJax_Display {
font-size: 0.9em;
margin-top: 0.5em;
margin-bottom: 0;
}
p.mathjax-block,
.mathjax-block {
padding-bottom: 0;
}
.mathjax-block>.code-tooltip {
bottom: 5px;
box-shadow: none;
}
.md-image>.md-meta {
padding-left: 0.5em;
padding-right: 0.5em;
}
.md-image>img {
margin-top: 2px;
}
.md-image>.md-meta:first-of-type:before {
padding-left: 4px;
}
#typora-source {
color: #555;
}
/** ui for windows **/
#md-searchpanel {
border-bottom: 1px solid #ccc;
}
#md-searchpanel .btn {
border: 1px solid #ccc;
}
#md-notification:before {
top: 14px;
}
#md-notification {
background: #eee;
}
.megamenu-menu-panel .btn {
border: 1px solid #ccc;
}
.mac-seamless-mode #typora-sidebar {
background-color: #f7f9fa;
}
.pin-outline .outline-active {
color: #0070E0;
}
.file-list-item {
border-bottom: 1px solid;
border-color: #E6E8EB;
}
.file-list-item-summary {
font-weight: 400;
color: #637282;
}
.file-list-item.active {
color: #0070E0;
background-color: #E6E8EB;
}
.file-tree-node.active>.file-node-background {
background-color: #E6E8EB;
}
.file-tree-node.active>.file-node-content {
color: #0070E0;
}
.file-node-content {
color: #5e676d;
}
.sidebar-tab.active {
font-weight: 400;
}
code, kbd, pre, samp {
font-family: "Roboto Mono", Menlo, monospace;
}
</style>
</head>
<body class='typora-export'>
<div id='write' class=''><h1><a name="cursos-prof-fernando-passold" class="md-header-anchor"></a><span>Cursos Prof. Fernando Passold</span></h1><p><img src="initial_image.jpg" referrerpolicy="no-referrer" alt="initial_image.jpg"></p><p><font size="2"><span> Dr. Eng. Fernando Passold (</span><a href='https://marcianazambillo.academia.edu/FernandoPassold'><span>Academia.edu</span></a><span>, </span><a href='https://www.webofscience.com/wos/author/rid/J-3070-2015'><span>Publons/Web of Science</span></a><span>, </span><a href='https://www.researchgate.net/profile/Fernando\_Passold/info'><span>Research Gate</span></a><span>, </span><a href='https://orcid.org/0000-0002-9599-5914'><span>ORCID</span></a><span>, </span><a href='http://pt.slideshare.net/fpassold'><span>Slideshare</span></a><span>, </span><a href='https://scholar.google.com/citations?user=lvvFQ5YAAAAJ&hl=en'><span>Google Scholar</span></a><span>, </span><a href='https://www.linkedin.com/in/fernando-passold-7a553b22/'><span>LinkedIn</span></a><span>, </span><a href='https://www.youtube.com/user/fpassold/videos'><span>Personal YouTube</span></a><span>, </span><a href='https://www.youtube.com/channel/UCF8lEIDVbtjLWNu1zXlJMVA/videos'><span>Institutional YouTube</span></a><span> ) - Prof. </span><a href='https://www.upf.br/fear/curso/engenharia-eletrica/laboratorios'><span>Eng. Elétrica</span></a><span> - </span><a href='https://www.upf.br/'><span>Universidade de Passo Fundo</span></a><span> </span></font></p><center><font color="#00CEFF">"He toi whakairo, he mana tangata.''</font><br>
<font size="2">(Where there is artistic excellence, there is human dignity)<br>
Maori proverb</font>
</center><h1><a name="cursosdisciplinas-ministradas" class="md-header-anchor"></a><span>Cursos/Disciplinas ministradas:</span></h1><figure><table><thead><tr><th style='text-align:left;' ><a href='Digitais_1/index.html'><span>Circuitos Digitais 1</span></a></br><font size="2"><span>(Eletrônica Digital Combinacional - Eng. Elétrica)</span></font></th><th style='text-align:left;' ><a href='Digitais_1/lab_dig1.html'><span>Laboratório de Circuitos Digitais 1</span></a></br><font size="2"><span>(Eng. Elétrica)</span></font></th></tr></thead><tbody><tr><td style='text-align:left;' ><a href='Digitais_2/digitais_2.html'><span>Circuitos Digitais 2</span></a></br><font size="2"><span>(Eletrônica Digital Sequencial - Eng. Elétrica)</span></font></td><td style='text-align:left;' ><a href='Digitais_2/lab_digitais_2.html'><span>Laboratório de Circuitos Digitais 2</span></a></br><font size="2"><span>(Eng. Elétrica)</span></font></td></tr><tr><td style='text-align:left;' ><a href='Sinais_Sistemas/index.html'><span>Sinais & Sistemas</span></a></br><font size="2"><span>(Eng. Elétrica)</span></font></td><td style='text-align:left;' > </td></tr><tr><td style='text-align:left;' ><a href='Controle_1/index.html'><span>Controle Automático 1</span></a></br><font size="2"><span>(Introdução à sistemas, modelagem e análise de sistemas - Eng. Elétrica)</span></font></td><td style='text-align:left;' > </td></tr><tr><td style='text-align:left;' ><a href='Controle_2/index.html'><span>Controle Automático 2</span></a></br><font size="2"><span>(Controle Automático Clássico, Analógico - Eng. Elétrica, Eng. Computação)</span></font></td><td style='text-align:left;' ><a href='Lab_Controle_1/index.html'><span>Laboratório de Controle Automático 1</span></a></br><font size="2"><span>(Lab. Controle Analógico - Eng. Elétrica, Eng. Computação)</span></font></td></tr><tr><td style='text-align:left;' ><a href='Controle_3/index.html'><span>Controle Automático 3</span></a></br><font size="2"><span>(Controle Digital - Eng. Elétrica)</span></font></td><td style='text-align:left;' ><a href='Lab_Controle_2/lab_controle_2.html'><span>Laboratório de Controle Automático 2</span></a></br><font size="2"><span>(Lab. Controle Digital - Eng. Elétrica, Eng. Computação (opcional))</span></font></td></tr><tr><td style='text-align:left;' ><a href='Process_Sinais/index.html'><span>Processamento Digital de Sinais</span></a></br><font size="2"><span>(Eng. Elétrica)</span></font></td><td style='text-align:left;' ><a href='Lab_Processa_Sinais/index.html'><span>Laboratório de Processamento Digital de Sinais</span></a></br><font size="2"><span>(Eng. Elétrica)</span></font></td></tr><tr><td style='text-align:left;' ><a href='Process_Sinais_Controle_ECP/index.html'><span>Processamento de Sinais e Controle Digital</span></a></br><font size="2"><span>(Eng. Computação)</span></font></td><td style='text-align:left;' ><a href='RNs/intro_python.html'><span>Introdução à Python</span></a><span> </span><span>|</span><span> </span><a href='RNs/uso_Jupyter.html'><span>Uso do Jupyter</span></a><span> </span><span>|</span><span> </span><a href='Python/Object_Calisthenics.html'><span>Object Calisthenics & Code Clean</span></a></td></tr><tr><td style='text-align:left;' ><a href='Pneumatica/topicos.html'><span>Acionamento Hidráulico e Pneumático</span></a></br><font size="2"><span>(Eng. Elétrica)</span></font></td><td style='text-align:left;' ><a href='RNs/index.html'><span>Intro Redes Neurais</span></a><span> </span><img src="Fique-de-olho.gif" alt="Fique-de-olho.gif" style="zoom: 33%;" /></td></tr></tbody></table></figure><p> </p><ul><li><p><a href='Matlab/tutorial.html'><span>Tutorial rápido sobre Matlab</span></a><span> ou </span><strong><a href='Matlab/Matlab_guide.pdf'><span>Matlab</span><span>_</span><span>guide.pdf</span></a></strong></br><span>(tutorial mais longo, arquivo PDF de 44 páginas; 13.4 Mbytes);</span></p></li><li><p><strong><a href='Matlab/instalacao_matlab.html'><span>Instalação recomendada</span></a></strong><span> do Matlab (áreas de: Controle E Sinais & Sistemas);</span></p></li><li><p><a href='Octave/octave_inicio.html'><span>Tutorial do </span><strong><span>Octave</span></strong></a><span> (para a área de Controle);</span></p><ul><li><span>Octave on-line → </span><a href='http://octave-online.net/' target='_blank' class='url'>http://octave-online.net/</a></li></ul><p> </p></li><li><p><a href='TCC_Latex/index.html'><span>Dicas para </span><strong><span>estudantes de TCC</span></strong></a><span> (envolve dicas para escrita e dicas sobre </span><span class="MathJax_SVG" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="6.46ex" height="2.577ex" viewBox="0 -806.1 2781.3 1109.7" role="img" focusable="false" style="vertical-align: -0.705ex;"><defs><path stroke-width="0" id="E1-MJMATHI-4C" d="M228 637Q194 637 192 641Q191 643 191 649Q191 673 202 682Q204 683 217 683Q271 680 344 680Q485 680 506 683H518Q524 677 524 674T522 656Q517 641 513 637H475Q406 636 394 628Q387 624 380 600T313 336Q297 271 279 198T252 88L243 52Q243 48 252 48T311 46H328Q360 46 379 47T428 54T478 72T522 106T564 161Q580 191 594 228T611 270Q616 273 628 273H641Q647 264 647 262T627 203T583 83T557 9Q555 4 553 3T537 0T494 -1Q483 -1 418 -1T294 0H116Q32 0 32 10Q32 17 34 24Q39 43 44 45Q48 46 59 46H65Q92 46 125 49Q139 52 144 61Q147 65 216 339T285 628Q285 635 228 637Z"></path><path stroke-width="0" id="E1-MJMATHI-41" d="M208 74Q208 50 254 46Q272 46 272 35Q272 34 270 22Q267 8 264 4T251 0Q249 0 239 0T205 1T141 2Q70 2 50 0H42Q35 7 35 11Q37 38 48 46H62Q132 49 164 96Q170 102 345 401T523 704Q530 716 547 716H555H572Q578 707 578 706L606 383Q634 60 636 57Q641 46 701 46Q726 46 726 36Q726 34 723 22Q720 7 718 4T704 0Q701 0 690 0T651 1T578 2Q484 2 455 0H443Q437 6 437 9T439 27Q443 40 445 43L449 46H469Q523 49 533 63L521 213H283L249 155Q208 86 208 74ZM516 260Q516 271 504 416T490 562L463 519Q447 492 400 412L310 260L413 259Q516 259 516 260Z"></path><path stroke-width="0" id="E1-MJMATHI-54" d="M40 437Q21 437 21 445Q21 450 37 501T71 602L88 651Q93 669 101 677H569H659Q691 677 697 676T704 667Q704 661 687 553T668 444Q668 437 649 437Q640 437 637 437T631 442L629 445Q629 451 635 490T641 551Q641 586 628 604T573 629Q568 630 515 631Q469 631 457 630T439 622Q438 621 368 343T298 60Q298 48 386 46Q418 46 427 45T436 36Q436 31 433 22Q429 4 424 1L422 0Q419 0 415 0Q410 0 363 1T228 2Q99 2 64 0H49Q43 6 43 9T45 27Q49 40 55 46H83H94Q174 46 189 55Q190 56 191 56Q196 59 201 76T241 233Q258 301 269 344Q339 619 339 625Q339 630 310 630H279Q212 630 191 624Q146 614 121 583T67 467Q60 445 57 441T43 437H40Z"></path><path stroke-width="0" id="E1-MJMATHI-45" d="M492 213Q472 213 472 226Q472 230 477 250T482 285Q482 316 461 323T364 330H312Q311 328 277 192T243 52Q243 48 254 48T334 46Q428 46 458 48T518 61Q567 77 599 117T670 248Q680 270 683 272Q690 274 698 274Q718 274 718 261Q613 7 608 2Q605 0 322 0H133Q31 0 31 11Q31 13 34 25Q38 41 42 43T65 46Q92 46 125 49Q139 52 144 61Q146 66 215 342T285 622Q285 629 281 629Q273 632 228 634H197Q191 640 191 642T193 659Q197 676 203 680H757Q764 676 764 669Q764 664 751 557T737 447Q735 440 717 440H705Q698 445 698 453L701 476Q704 500 704 528Q704 558 697 578T678 609T643 625T596 632T532 634H485Q397 633 392 631Q388 629 386 622Q385 619 355 499T324 377Q347 376 372 376H398Q464 376 489 391T534 472Q538 488 540 490T557 493Q562 493 565 493T570 492T572 491T574 487T577 483L544 351Q511 218 508 216Q505 213 492 213Z"></path><path stroke-width="0" id="E1-MJMATHI-58" d="M42 0H40Q26 0 26 11Q26 15 29 27Q33 41 36 43T55 46Q141 49 190 98Q200 108 306 224T411 342Q302 620 297 625Q288 636 234 637H206Q200 643 200 645T202 664Q206 677 212 683H226Q260 681 347 681Q380 681 408 681T453 682T473 682Q490 682 490 671Q490 670 488 658Q484 643 481 640T465 637Q434 634 411 620L488 426L541 485Q646 598 646 610Q646 628 622 635Q617 635 609 637Q594 637 594 648Q594 650 596 664Q600 677 606 683H618Q619 683 643 683T697 681T738 680Q828 680 837 683H845Q852 676 852 672Q850 647 840 637H824Q790 636 763 628T722 611T698 593L687 584Q687 585 592 480L505 384Q505 383 536 304T601 142T638 56Q648 47 699 46Q734 46 734 37Q734 35 732 23Q728 7 725 4T711 1Q708 1 678 1T589 2Q528 2 496 2T461 1Q444 1 444 10Q444 11 446 25Q448 35 450 39T455 44T464 46T480 47T506 54Q523 62 523 64Q522 64 476 181L429 299Q241 95 236 84Q232 76 232 72Q232 53 261 47Q262 47 267 47T273 46Q276 46 277 46T280 45T283 42T284 35Q284 26 282 19Q279 6 276 4T261 1Q258 1 243 1T201 2T142 2Q64 2 42 0Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E1-MJMATHI-4C" x="0" y="0"></use><g transform="translate(356,0)"><use transform="scale(0.707)" xlink:href="#E1-MJMATHI-41" x="0" y="296"></use></g><use xlink:href="#E1-MJMATHI-54" x="716" y="0"></use><g transform="translate(1280,0)"><use xlink:href="#E1-MJMATHI-45" x="0" y="-216"></use></g><use xlink:href="#E1-MJMATHI-58" x="1929" y="0"></use></g></svg></span><script type="math/tex">\LaTeX</script><span>).</span></p></li><li><p><a href='Limite/limite.html'><span>Resolvendo este "enigma"</span></a><span> (como usar DeepSeek e outras ferramentas para tentar aprender sozinho):</span>
<img src="Limite/Cursor_e_Caixas_de_Entrada.png" referrerpolicy="no-referrer" alt="Cursor_e_Caixas_de_Entrada"></p></li></ul><hr /><p><a href='https://hits.sh/fpassold.github.io/'><img src="https://hits.sh/fpassold.github.io.svg" referrerpolicy="no-referrer" alt="Hits"></a></p><p><img src="cat.webp" referrerpolicy="no-referrer" alt="cat"><font size="2"><span> | 🏠 </span><a href='https://fpassold.github.io/'><span>Fernando Passold</span></a><a href='mailto:fpassold@gmail.com'><span> 📬 </span></a><span> |. Página criada em Abril/2020 | Atualizada em 01/08/2025</span></font></p></div>
</body>
</html>