-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
295 lines (223 loc) · 12.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
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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>CJchen's Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="keywords" content="">
<meta name="description" content="CJchen's Blog">
<meta name="author" content="CJchen">
<meta itemprop="name" content="CJchen's Blog">
<meta itemprop="description" content="CJchen's Blog">
<meta itemprop="image" content="http://cj-chen.github.io/img/author.jpg">
<meta name="twitter:description" content="">
<link rel="alternate" href="http://cj-chen.github.io/feed.xml" title="CJchen's Blog" type="application/rss+xml"/>
<link rel="shortcut icon" href="http://cj-chen.github.io/img/favicon.ico"/>
<link rel="apple-touch-icon" href="http://cj-chen.github.io/apple-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" href="http://cj-chen.github.io/apple-touch-icon.png" />
<link rel="stylesheet" href="http://cj-chen.github.io/highlight/styles/github.css">
<script src="http://cj-chen.github.io/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="http://cj-chen.github.io/font/hack/css/hack.min.css">
<link rel="stylesheet" href="http://cj-chen.github.io/css/style.css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="http://cj-chen.github.io/"><img src="http://cj-chen.github.io/img/logo.svg" alt="CJchen's Blog" title="CJchen's Blog"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="http://cj-chen.github.io/" title="CJchen's Blog">CJchen's Blog</a></h1>
<h2 class="blog-motto">A bioinformatics beginner from SCAU</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="menu"></a></div>
<nav class="animated">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/tbtools/">TBtools</a></li>
<li>
<form class="search" method="get" action="https://www.google.com/search">
<div>
<input type="text" id="search" name="q" placeholder="Search">
</div>
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope itemprop="blogPost">
<a href="http://cj-chen.github.io/tbtools/TBtools-seminar/" title="TBtools seminar" itemprop="url">
<h1 itemprop="name">TBtools seminar</h1>
<p itemprop="description">Hello, there. I have shared TBtools with friends from bioinformatics*中国(QQ group num: 276151571) last night. The video that has recorded all things during the seminar time has been uploaded on YouKu. If the video is not clear enough, you may also Click Me to watch it. Hope that it will be</p>
<time datetime="2016-07-18 08:50:28 +0800 CST" itemprop="datePublished">2016-07-18</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="http://cj-chen.github.io/tbtools/Extracting_Fasta_Records/" title="Extracting_Fasta_Records" itemprop="url">
<h1 itemprop="name">Extracting_Fasta_Records</h1>
<p itemprop="description">Extracting Fasta Records Multiple fasta records extraction is the most frequently needs in daily molecular data analysis. To skillful programmer or bioinformatisian, a small scripts or one command is the only need to achieve it. However, to others, precious time may be wasted on ID searching and text copying. With TBtools, user just need to drag a file containing sequences in fasta format, like transcriptome assembly result and a target id list (or manual enter id list) into the software and then get all sequences of need in a short time.</p>
<time datetime="2016-05-06 19:30:21 +0800 CST" itemprop="datePublished">2016-05-06</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="http://cj-chen.github.io/tbtools/Introduction/" title="About TBtools" itemprop="url">
<h1 itemprop="name">About TBtools</h1>
<p itemprop="description">A Breif Introduction of TBtools TBtool is a Toolset that was written by CJ-Chen for wet-lab biologists. It can run in all Operating system including Mac, Linux, Windows, which have Java 1.8 run time environment. Both command line usages and GUI manipulation have been implemented. U can use it and distribute it freely, for researches or for commecial purpose. Well, if u found it useful to u, I will be very graceful that u cite TBtool in u paper… Download Current Version Click To Download the lastest version See the Manual of GUI part of TBtools Click To Download the manual Aims Facilate some common and elaborate but simple molecular analysis tasks such as sequences extract, gene set funtional enrichment Be a useful toolkit for biologists to better untilizate upstream analysis results of high-throughput data Part of Functions Comparise ID lists Using Venn Diagrams Check Expression Trends of Interesting Genes Get Annotation Information from tables Extract Fasta Records Compare Two sequences(set) leveraging blast automately Visualize Blast Results GO Analysis (Counts On Levels/Parser GO term/GO enrichmen/GO term Compare…) Label Newick Tree (partial functions of EasyCodeML.jar) … GUI usages entry In default mode, if running in working in a environment graphical, the GUI of TBtools will be showed.</p>
<time datetime="2016-04-28 16:17:18 +0800 CST" itemprop="datePublished">2016-04-28</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="http://cj-chen.github.io/post/FirstPost/" title="First Post" itemprop="url">
<h1 itemprop="name">First Post</h1>
<p itemprop="description">Hello,there….again really busy recently Some friends from QQ group asks me about the progress of ‘building’ this blog So tonight.I make some effort on it. The new site just finished. Some post will be updated.</p>
<time datetime="2016-04-27 16:17:18 +0800 CST" itemprop="datePublished">2016-04-27</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="http://cj-chen.github.io/about/" title="about" itemprop="url">
<h1 itemprop="name">about</h1>
<p itemprop="description">Hello, there. Things were not going good recently. My old blog was closed because I was too busy to manage it. WordPress+mySQL always fail.suck~~~ I want to write in Chinese. However, worry about the compatiblity. So, what will be showed here limmited English is my limited English.</p>
<time datetime="2016-04-08 16:17:18 +0800 CST" itemprop="datePublished">2016-04-08</time>
</a>
</section>
<nav id="page-nav" class="clearfix">
<a class="page-number" href="http://cj-chen.github.io/post/">More...</a>
</nav>
</div>
<div class="openaside"><a class="navbutton" href="#" title="ShowSideBar"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="HideSideBar"></a></div>
<aside class="clearfix">
<div class="archiveslist">
<p class="asidetitle">Archive</p>
<ul class="archive-list">
<li class="archive-list-item">
<a class="archive-list-link" href="http://cj-chen.github.io/post/#2016-07">2016-07</a><span class="archive-list-count">1</span>
</li>
<li class="archive-list-item">
<a class="archive-list-link" href="http://cj-chen.github.io/post/#2016-05">2016-05</a><span class="archive-list-count">1</span>
</li>
<li class="archive-list-item">
<a class="archive-list-link" href="http://cj-chen.github.io/post/#2016-04">2016-04</a><span class="archive-list-count">3</span>
</li>
</ul>
</div>
<div class="rsspart">
<a rel="nofollow" href="http://cj-chen.github.io/feed.xml" type="application/rss+xml" target="_blank">RSS</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div style='background:no-repeat url("http://cj-chen.github.io/img/author.jpg") left top;-webkit-background-size:6.875em 6.875em;-moz-background-size:6.875em 6.875em;background-size:6.875em 6.875em;' class="author" ></div>
</div>
<section class="info">
<p>CJchen <br/> A bioinformatics beginner from SCAU</p>
</section>
<div class="social-font clearfix">
<a href="https://github.com/CJ-Chen" target="_blank" title="github"></a>
</div>
<p class="copyright">Powered by <a href="http://gohugo.io" target="_blank" title="hugo">hugo</a> and Theme by <a href="https://github.com/coderzh/hugo-pacman-theme" target="_blank" title="hugo-pacman-theme">hugo-pacman-theme</a> © 2016
<a href="http://cj-chen.github.io/" target="_blank" title="CJchen">CJchen</a>
</p>
</div>
</footer>
<script src="http://cj-chen.github.io/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
done = false;
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
$('form.search').on('submit', function (event) {
if (false === done) {
event.preventDefault();
var orgVal = $(this).find('#search').val();
$(this).find('#search').val('site:http:\/\/cj-chen.github.io\/ ' + orgVal);
done = true;
$(this).submit();
}
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
var $this = $('.share'),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
title = $this.attr('data-title'),
tsina = $this.attr('data-tsina');
var html = [
'<a href="#" class="overlay" id="qrcode"></a>',
'<div class="qrcode clearfix"><span>扫描二维码分享到微信朋友圈</span><a class="qrclose" href="#share"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://s.jiathis.com/qrcode.php?url=' + encodedUrl + '"/></div>',
'<a href="#textlogo" class="article-back-to-top" title="Top"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="#qrcode" class="article-share-qrcode" title="QRcode"></a>',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="http://service.weibo.com/share/share.php?title='+title+'&url='+encodedUrl +'&ralateUid='+ tsina +'&searchPic=true&style=number' +'" class="article-share-weibo" target="_blank" title="Weibo"></a>',
'<span title="Share to"></span>'
].join('');
$this.append(html);
$('.article-share-qrcode').click(function(){
var imgSrc = $('#qrcode-pic').attr('data-src');
$('#qrcode-pic').attr('src', imgSrc);
$('#qrcode-pic').load(function(){
$('.qrcode strong').text(' ');
});
});
});
</script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-10147768-2', 'auto');
ga('send', 'pageview');
$('#messagesbsb').remove();
</script>
</body>
</html>