-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (68 loc) · 4.4 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="EasyMEG is an easy-to-use GNU software for MEG analysis based on FieldTrip and Matlab GUI.">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81220447-1', 'auto');
ga('send', 'pageview');
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>EasyMEG: MEG analysis toolkit | FieldTrip</title>
</head>
<body>
<header>
<div class="inner">
<h1>EasyMEG</h1>
<h2></h2>
<a href="https://github.com/EasyMEG/EasyMEG" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a id="welcome-to-easymeg-home-page" class="anchor" href="#welcome-to-easymeg-home-page" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to EasyMEG Home Page.</h3>
<p>EasyMEG is an easy-to-use software for MEG analysis based on FieldTrip and Matlab GUI.</p>
<img src="images/MainWindow.png">
<p>You are welcome to visit our project page and post your questions or suggestions.</p>
<h3>
<a id="fieldtrip" class="anchor" href="#fieldtrip" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>FieldTrip</h3>
<p><a href="http://www.fieldtriptoolbox.org/">FieldTrip</a> is a great open source toolbox for MEG analysis.
With this toolbox, you can do almost any analysis you need.
It's a command-based toolbox, you can write analysis scripts to do the analysis, which is flexible for advanced users.
EasyMEG is a project based on FieldTrip, devoting to create a easy-to-use software for MEG analysis.</p>
<p><strong>Please also cite the FieldTrip Reference Paper when you have used EasyMEG for data analysis in your study.</strong></p>
<p><em>Robert Oostenveld, Pascal Fries, Eric Maris, and Jan-Mathijs Schoffelen, “FieldTrip: Open Source Software for Advanced Analysis of MEG, EEG, and Invasive Electrophysiological Data,” Computational Intelligence and Neuroscience, vol. 2011, Article ID 156869, 9 pages, 2011. doi:10.1155/2011/156869</em></p>
<h3>
<a id="matlab" class="anchor" href="#matlab" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Matlab</h3>
<p>Matlab is a leading software of mathematical computing for engineers and scientists.
Both EasyMEG and FieldTrip is based on Matlab.</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>This project is maintained by: </p>
<p>Yingnan Nie (<a href="https://github.com/NZACH" class="user-mention">@NZACH</a>)</p>
<p>Beijing University of Technology.</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Having any question? Check out our <a href="https://github.com/EasyMEG/EasyMEG/wiki">documentation</a> or <a href="https://github.com/EasyMEG/EasyMEG">view this project on github</a>.</p>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>