-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3c8a.html
More file actions
756 lines (453 loc) · 26.9 KB
/
Copy pathindex3c8a.html
File metadata and controls
756 lines (453 loc) · 26.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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!doctype html>
<html lang="en">
<!-- Mirrored from neuromat.numec.prp.usp.br/?page=73 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 03 Oct 2025 13:11:34 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Home | NeuroMat</title>
<link rel="shortcut icon" href="static/img/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="RSS" href="content/feeds/rss/index.html">
<link rel="alternate" type="application/atom+xml" title="Atom" href="content/feeds/atom/index.html">
<link rel="stylesheet" href="static/css/bootstrap.css">
<link rel="stylesheet" href="static/css/mezzanine.css">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<script src="static/mezzanine/js/jquery-1.8.3.min.js"></script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/bootstrap-extras.js"></script>
<!-- Simple javascript notifications -->
<link href="static/toastr/toastr.css" rel="stylesheet"/>
<script src="static/toastr/toastr.js"></script>
<script src="static/toastr/toastr_messages.js"></script>
<!--[if lt IE 9]>
<script src="/static/js/html5shiv.js"></script>
<script src="/static/js/respond.min.js"></script>
<![endif]-->
</head>
<body id="body">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header col-sm-6 col-md-5">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse" style="margin-right: -5px">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="top-neuromat" href="index.html">NeuroMat</a>
<p class="top-small">Research, Innovation and Dissemination Center for <br>Neuromathematics</p>
</div>
<div class="navbar-collapse collapse" style="margin-right:15px; margin-bottom:0;">
<form action="https://neuromat.numec.prp.usp.br/search/" class="navbar-form navbar-right" role="search">
<div class="form-group">
<input class="form-control" placeholder="Search" type="text" name="q" value="">
<button type="submit" class="btn btn-default"> <span class="glyphicon glyphicon-search" aria-hidden="true"></span> </button>
</div>
</form>
</div>
<div class="navbar-collapse collapse idioma">
</div>
<nav class="navbar navbar-inverse navbar-collapse collapse">
<ul class="nav navbar-nav"><li class="dropdown
"
id="#"><a href="index.html"
class="dropdown-toggle disabled" data-toggle="dropdown"
>
About NeuroMat
<b class="caret"></b></a><ul class="dropdown-menu"><li class="
"
id="who-we-are"><a href="who-we-are/index.html">Who we are</a></li><li class="
"
id="the-neuromat-project"><a href="the-neuromat-project/index.html">The NeuroMat Project</a></li><li class="
"
id="team"><a href="team/index.html">Team</a></li><li class="
"
id="reports"><a href="reports/index.html">Reports</a></li><li class="
"
id="contact"><a href="contact/index.html">Contact</a></li></ul></li><li class="dropdown
"
id="#"><a href="index.html"
class="dropdown-toggle disabled" data-toggle="dropdown"
>
Research
<b class="caret"></b></a><ul class="dropdown-menu"><li class="
"
id="scientific-project"><a href="scientific-project/index.html">Scientific Project</a></li><li class="
"
id="-content-category-publications-"><a href="content/category/publications/index.html">Publications</a></li><li class="
"
id="-content-category-lectures-"><a href="content/category/lectures/index.html">Lectures</a></li></ul></li><li class="dropdown
"
id="#"><a href="index.html"
class="dropdown-toggle disabled" data-toggle="dropdown"
>
Innovation
<b class="caret"></b></a><ul class="dropdown-menu"><li class="
"
id="open-science"><a href="open-science/index.html">Open Science</a></li><li class="
"
id="neuromatdb"><a href="neuromatdb/index.html">NeuroMat Databases</a></li><li class="
"
id="goalkeeper-game"><a href="goalkeeper-game/index.html">The Goalkeeper Game</a></li><li class="
"
id="nes"><a href="nes/index.html">NES</a></li><li class="
"
id="nira"><a href="nira/index.html">NIRA</a></li><li class="
"
id="intellectual-property"><a href="intellectual-property/index.html">Intellectual Property</a></li></ul></li><li class="dropdown
"
id="#"><a href="index.html"
class="dropdown-toggle disabled" data-toggle="dropdown"
>
Dissemination
<b class="caret"></b></a><ul class="dropdown-menu"><li class="
"
id="-content-category-news-"><a href="content/category/news/index.html">News</a></li><li class="
"
id="-content-category-streaming"><a href="content/category/streaming/index.html">Videos</a></li><li class="
"
id="-content-category-radiocast-"><a href="content/category/radiocast/index.html">Radio</a></li><li class="
"
id="-newsletter-previous"><a href="newsletter/previous/index.html">Newsletter</a></li></ul></li><li class="
"
id="-content-category-events-"><a href="content/category/events/index.html"
>
Events
</a></li><li class="
"
id="-content-category-opportunities-"><a href="content/category/opportunities/index.html"
>
Opportunities
</a></li></ul>
</nav>
</div>
</div>
<div class="container">
<div class="row">
<div class="container">
<img src="static/img/neuromat.png" class="img-responsive center-block" alt="">
</div>
</div>
<div class="row">
<div class="col-md-9 middle">
<h3>
<a href="content/nes-neuromat-browser-based-data-collection/index.html" style="color: #333">NES - NeuroMat - Browser-based data collection</a>
</h3>
<h6 class="post-meta">
<a href="content/category/news/index.html">News</a>
| <span style="color: #666">Feb 26, 2015</span>
</h6>
<p align="justify">NES, from NeuroMat, is an open-source tool to manage clinical data gathered in hospitals and research institutions. Here’s <a href="https://github.com/neuromat/nes" target="_blank">their github link</a>. More info <a href="content/neuromat-develops-an-open-source-software-for-the-management-of-neuroscience-experimental-data/index.html" target="_blank">from the lab</a>. <em>Labrigger, 02/05/2015.</em></p>
<div class="blog-list-detail">
<p>
<a href="content/nes-neuromat-browser-based-data-collection/index.html"><span class="fas fa-plus-circle"></span> Read more</a>
</p>
</div>
<h3>
<a href="content/modeling-networks-of-spiking-neurons-as-interacting-processes-with-memory-of-variable-length/index.html" style="color: #333">Modeling networks of spiking neurons as interacting processes with memory of variable length</a>
</h3>
<h6 class="post-meta">
<a href="content/category/publications/index.html">Publications</a>
| <span style="color: #666">Feb 24, 2015</span>
</h6>
<p align="justify"><em>Antonio Galves, Eva Löcherbach</em></p>
<div class="blog-list-detail">
<p>
<a href="content/modeling-networks-of-spiking-neurons-as-interacting-processes-with-memory-of-variable-length/index.html"><span class="fas fa-plus-circle"></span> Read more</a>
</p>
</div>
<h3>
<a href="content/the-virtuous-cycle-of-research-communication-and-education-an-interview-with-prof-antonio-carlos-roque/index.html" style="color: #333">The virtuous cycle of research, communication and education: an interview with Prof. Antonio Carlos Roque</a>
</h3>
<h6 class="post-meta">
<a href="content/category/newsletter/index.html">Newsletter</a>
| <span style="color: #666">Jan 30, 2015</span>
</h6>
<p align="justify">The Research, Innovation and Dissemination Center for Neuromathematics (CEPID NeuroMat) has ripened its education, culture and communication strategy. A meeting at the University of São Paulo on January, 27, 2015, brought together NeuroMat’s scientific dissemination team as well as Prof. Ernst Hamburger, Prof. Lisbeth Cordani, Prof. Annie Vialà, Prof. Antonio Galves, Prof. André Frazão Helene and Prof. Antonio Carlos Roque. The latter has assumed a leading role in devising NeuroMat’s dissemination strategy.</p>
<div class="blog-list-detail">
<p>
<a href="content/the-virtuous-cycle-of-research-communication-and-education-an-interview-with-prof-antonio-carlos-roque/index.html"><span class="fas fa-plus-circle"></span> Read more</a>
</p>
</div>
<h3>
<a href="content/neuromat-scientific-dissemination-to-emphasize-new-media-technologies/index.html" style="color: #333">NeuroMat scientific dissemination to emphasize new media technologies</a>
</h3>
<h6 class="post-meta">
<a href="content/category/newsletter/index.html">Newsletter</a>
| <span style="color: #666">Jan 30, 2015</span>
</h6>
<p align="justify">New technologies have been an especially significant means of disseminating results and outcomes of the FAPESP’s Research, Innovation and Dissemination Center for Neuromathematics (CEPID NeuroMat). The NeuroMat scientific dissemination team has been involved in media production in <em>wiki</em> frameworks —those related to the Wikimedia Foundation— and social media, especially through a NeuroMat page on Facebook. These media venues are part of what has been called “Web 2.0 services,” a set of sites that allow and encourage interaction and collaboration, thus potentially fostering the emergence of an active community around Neuromathematics and pertaining topics.</p>
<div class="blog-list-detail">
<p>
<a href="content/neuromat-scientific-dissemination-to-emphasize-new-media-technologies/index.html"><span class="fas fa-plus-circle"></span> Read more</a>
</p>
</div>
<h3>
<a href="content/infinite-systems-of-interacting-chains-with-memory-of-variable-lengths/index.html" style="color: #333">Infinite systems of interacting chains with memory of variable lengths</a>
</h3>
<h6 class="post-meta">
<a href="content/category/streaming/index.html">Streaming</a>
| <span style="color: #666">Jan 26, 2015</span>
</h6>
<p align="justify">How to build a mathematical model of neural functioning? Such model must be simple enough to allow higher-level analysis and still present most relevant qualitative features we observe of systems of neurons. This presentation at the 37th Conference on Stochastic Processes and their Applications, Buenos Aires, July 2014, rests upon: Galves, A., & Löcherbach, E. (2013). Infinite Systems of Interacting Chains with Memory of Variable Length—A Stochastic Model for Biological Neural Nets. <em>Journal of Statistical Physics</em>, 151(5), 896-921 <a href="content/infinite-systems-of-interacting-chains-with-memory-of-variable-lengtha-stochastic-model-for-biological-neural-nets/index.html" target="_blank"><span color="blue">(here)</span></a>. Lecturer: Prof. Antonio Galves, NeuroMat.</p>
<div class="blog-list-detail">
<p>
<a href="content/infinite-systems-of-interacting-chains-with-memory-of-variable-lengths/index.html"><span class="fas fa-plus-circle"></span> Read more</a>
</p>
</div>
<ul class="pagination">
<li class="page-info">
<span>Page 73 of 91</span>
</li>
<li class="prev previous">
<a href="indexb7cd.html?page=72">←</a>
</li>
<li>
<a href="indexcd6d.html?page=68">68</a>
</li>
<li>
<a href="indexb58e.html?page=69">69</a>
</li>
<li>
<a href="index6c0b.html?page=70">70</a>
</li>
<li>
<a href="indexfee1.html?page=71">71</a>
</li>
<li>
<a href="indexb7cd.html?page=72">72</a>
</li>
<li class="active">
<a href="index3c8a.html?page=73">73</a>
</li>
<li>
<a href="index3119.html?page=74">74</a>
</li>
<li>
<a href="indexeeed.html?page=75">75</a>
</li>
<li>
<a href="indexd298.html?page=76">76</a>
</li>
<li>
<a href="index1afa.html?page=77">77</a>
</li>
<li class="next">
<a href="index3119.html?page=74">→</a>
</li>
</ul>
</div>
<div class="col-md-3 right">
<div class="panel panel-default">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">NeuroCineMat</th>
</tr>
<tr>
<td>
Featuring this week:<br>
<div class="embed-responsive embed-responsive-4by3">
<!--
<iframe src="https://www.youtube-nocookie.com/embed/FgQIpJvBB4A" frameborder="0" allow="accelerometer; encrypted-media; gyroscope;" allowfullscreen></iframe>
-->
<iframe src="https://www.youtube.com/embed/playlist?list=PLXUXkbNfNLDaP7Xzt4dXGIYEoJfraPgWr&modestbranding=1&rel=0&showinfo=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</td>
</tr>
</table>
</div>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">Newsletter</th>
</tr>
<tr>
<td>
<p>Stay informed on our latest news!</p>
<form enctype="multipart/form-data" method="post" action="https://neuromat.numec.prp.usp.br/newsletter/subscription/">
<input type='hidden' name='csrfmiddlewaretoken' value='G6YZc0yfainFl48kkyTT6e4DiQIkr2Ng6i4HhmqsGcgSuWEzGuC2MVzUUo5vy9R8' />
<div class="input-group">
<span class="input-group-addon" id="basic-addon1"><i class="fas fa-envelope"></i></span>
<input type="email" class="form-control" name="email" placeholder="E-mail" required="" aria-describedby="basic-addon1">
</div>
<br>
<button class="btn btn-success" id="id_submit" name="submit" value="Subscribe" type="submit">Subscribe</button>
</form>
<br>
<p><a href="newsletter/previous/index.html">Previous issues</a></p>
</td>
</tr>
</table>
</div>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">Follow Us on Facebook</th>
</tr>
<tr>
<td>
<div class="fb-page" data-href="https://www.facebook.com/neuromathematics/" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
<!--
<div class="fb-page" data-href="https://www.facebook.com/neuromathematics/" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
-->
<blockquote cite="https://www.facebook.com/neuromathematics/" class="fb-xfbml-parse-ignore">
<a href="https://www.facebook.com/neuromathematics/">NeuroMat - Research Center for Neuromathematics</a>
</blockquote>
</div>
</td>
</tr>
</table>
</div>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">Podcast A Matemática do Cérebro</th>
</tr>
<tr>
<td>
<a title="Podcast a Matemática do Cérebro" href="https://podcast.numec.prp.usp.br/" target="_blank">
<img src="static/img/podcast.png" class="img-responsive center-block" alt="Podcast A Matemática do Cérebro">
</a>
</td>
</tr>
</table>
</div>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">NeuroMat Brachial Plexus Injury Initiative</th>
</tr>
<tr>
<td>
<a href="https://abraco.numec.prp.usp.br/" target="_blank">
<img src="static/img/logoabraco.png" class="img-responsive center-block" alt="Logo of the NeuroMat Brachial Plexus Injury Initiative">
</a>
</td>
</tr>
</table>
</div>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">Neuroscience Experiments System</th>
</tr>
<tr>
<td>
<a href="https://github.com/neuromat/nes/blob/master/README.md" target="_blank">
<img src="static/img/banner_nes.png" class="img-responsive center-block" style="width: 100%;" alt="Logo of the Neuroscience Experiments System">
</a>
</td>
</tr>
</table>
</div>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">NeuroMat Parkinson Network</th>
</tr>
<tr>
<td>
<a href="https://amparo.numec.prp.usp.br/" target="_blank">
<img src="static/img/amparo.jpg" class="img-responsive center-block" alt="Logo of the NeuroMat Parkinson Network">
</a>
</td>
</tr>
</table>
</div>
<div class="table">
<table class="table">
<tr>
<th class="table_sidebar">NeuroMat's scientific-dissemination blog</th>
</tr>
<tr>
<td>
<a href="https://difusaoneuromat.wordpress.com/" target="_blank">
<img src="static/img/logo-blog.jpg" class="img-responsive center-block" alt="Logo of the NeuroMat's scientific-dissemination blog">
</a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div id="id_footer_section" class="container neuromat-footer">
<div class="col-md-6 footer-content-align">
<p class="fapesp-icon">Supported by</p>
<a href="http://www.fapesp.br/" target="_blank"><img src="static/img/fapesp.png" alt=""></a>
</div>
<div class="col-md-6 footer-content-align">
<p>Hosted by</p>
<a href="http://usp.br/" target="_blank"><img src="static/img/usp.png" alt=""></a>
</div>
<div class="col-md-12">
<hr>
</div>
<section class="col-md-3">
<h4>Related Projects</h4>
<ul class="list-group">
<li class="list-group-item"><a href="http://abraco.numec.prp.usp.br/" target="_blank">ABRAÇO</a></li>
<li class="list-group-item"><a href="https://amparo.numec.prp.usp.br/" target="_blank">AMPARO</a></li>
<li class="list-group-item"><a href="http://game.numec.prp.usp.br/" target="_blank">Jogo do Goleiro</a></li>
<li class="list-group-item"><a href="https://web.archive.org/web/20220813210730/https://www.numec.prp.usp.br/" target="_blank">NUMEC</a></li>
</ul>
</section>
<section class="col-md-3">
<h4>Follow us</h4>
<ul class="list-group">
<li class="list-group-item"><a href="https://www.facebook.com/neuromathematics" target="_blank"> <span class="fab fa-facebook"></span>Facebook</a></li>
<li class="list-group-item"><a href="https://www.youtube.com/neuromathematics" target="_blank"> <span class="fab fa-youtube"> </span>Youtube</a></li>
<li class="list-group-item"><a href="https://github.com/neuromat/" target="_blank"> <span class="fab fa-github"> </span>Github</a></li>
</ul>
</section>
<section id="id_footer_contact" class="col-md-6">
<h4>Contact</h4>
<div id="id_footer_contact">
<p>
Address: <br>
Matao St., 1010 - Cidade Universitária - São Paulo - SP - Brasil. 05508-090.
</p>
<p>
Phone: <br>
+55 11 3091-1709
</p>
<p>
Email: <br>
neuromat@numec.prp.usp.br
</p>
</div>
</section>
<div id="id_footer_license" class="footer-license">
<p>
This site content is licensed under a Creative Commons Attributions 4.0
</p>
</div>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46648216-1', 'auto');
ga('send', 'pageview');
</script>
</body>
<!-- Mirrored from neuromat.numec.prp.usp.br/?page=73 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 03 Oct 2025 13:11:34 GMT -->
</html>