Jia's Blog

Record & Share


  • Home

  • Categories

  • About

  • Archives

  • Tags

  • Search

Increased complexity of mushroom body Kenyon cell subtypes in the brain is associated with behavioral evolution in hymenopteran insects

Posted on 2020-11-02 | In jc
notes and summary
Read more »

Install jdk and fastqc without root

Posted on 2020-05-28 | In unix
I solved some problems when installing jdk and fastqc. But finally, I decided to use bioconda to install al softwares, which is pretty convenient!
Read more »

Install cmake in unroot account of unix

Posted on 2020-05-11 | In unix
This is a tutorial about how to install softwares in your directory.
Read more »

P1 interneurons promote a persistent internal state that enhances inter-male aggression in Drosophila

Posted on 2019-12-11 | In articles
Review and notes about the article above.
Read more »

龍女-Dragon Lady

Posted on 2019-11-22 | In 鸡尾酒
这款鸡尾酒美观又可口,醇和圆润。使用古典式酒杯,给人以厚重感的鸡尾酒。
Read more »

Next Theme Tutorial

Posted on 2017-07-20 | In NexT-test
NexT is a high quality elegant Jekyll theme ported from Hexo Next. It is crafted from scratch, with love.
Read more »

Highlight Test

Posted on 2017-07-19 | In NexT-test

This is a highlight test.

Normal block

1
alert('Hello World!');
1
print 'helloworld'

Highlight block

1
alert( 'Hello, world!' );
1
print 'helloworld'
1
2
3
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
Read more »

Emoji Test

Posted on 2015-09-19 | In NexT-test

This is an emoji test. :smile: lol.

Read more »

Gallery Post

Posted on 2014-11-18 | In NexT-test
Gallery Post Test. 测试图片类文章的显示。
Read more »

MathJax with Jekyll

Posted on 2014-02-16 | In NexT-test

One of the rewards of switching my website to Jekyll is the ability to support MathJax, which means I can write LaTeX-like equations that get nicely displayed in a web browser, like this one \( \sqrt{\frac{n!}{k!(n-k)!}} \) or this one \( x^2 + y^2 = r^2 \).

Read more »
1 2
JIA

JIA

This page is under construction now...

20 posts
5 categories
23 tags
RSS
GitHub 知乎
© 2020 JIA
Powered by Jekyll
Theme - NexT.Pisces