Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmeijiao authored Oct 18, 2024
1 parent d87b60b commit 11d1915
Showing 1 changed file with 29 additions and 19 deletions.
48 changes: 29 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<head>

<title>main_grid.html-Personal website, meijiao PhD</title>
<title>Personal website, meijiao PhD</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down Expand Up @@ -91,6 +91,14 @@
margin-right: 20px;
}

.logo-image{

border-radius: 1%;
overflow: visible;
margin-top: 0px;
}


a {
text-decoration: none;
color: #999;
Expand Down Expand Up @@ -144,7 +152,7 @@
.prev, .next {
cursor: pointer;
position: absolute;
top: 75%;
top: 60%;
width: auto;
padding: 16px;
margin-top: -22px;
Expand Down Expand Up @@ -211,16 +219,18 @@
<li><a href="#selected_pub">Publication</a></li>
<li><a href="#aboutme">About me</a></li>
</ul>

</nav>


<h1 id="introduction"> Meijiao Wang PhD.</h1>

<p style="font-family:Arial,sans-serif;text-align: justify;text-indent: 2ch;"> Hi, welcome to my personal web site! I was born on 1984 in Hunan Province,
which locates at the middle south part of the mainland China. Since 2010 I started my PhD training in the institution of Genetics and Biological Developmental Genetics (bioinformatics direction),and complete
the PhD degree in genetics (bioinformatics direction), continuing my Post Doc training in (epigentical) gene expression regulatory in Reproduction (embryo and placenta)
<p style="text-align: justify;text-indent: 2ch;"> Hi, welcome to my personal web site! I was born on 1984 in Hunan Province,
which locates at the middle south part of the mainland China. Since 2010 I started my six years PhD training in the Institute of Genetics
and Developmental Biology major in Genetics (bioinformatics direction). I studied how heterochromatin and heterochromatin gene evolution in plant and
in a comparative genomics way. Bioinformatic traing . After that, I
continuied PostDoc in (epigentical) gene expression regulatory in Reproduction (embryo and placenta).
I devoted myself as a computational biologist with more than fourteen years experience in the fields of comparative genomics, epigenetics, single cell/nucleus sequenencing.

I am good at cooperation with biologist and eager to handle standalone project (both story driven and methodology driven).
</p>

Expand All @@ -230,34 +240,34 @@ <h2>Selected figures from published papers</h2>
<div class="slideshow-container">

<div class="mySlides fade">
<div class="numbertext">1 / 5</div>
<!--<div class="numbertext">1 / 5</div> -->
<img src="image/STB-eGRN-1800x704x144dpi.jpg" style="width:100%">
<div class="text">Caption one</div>
<!--<div class="text">Caption one</div>-->
</div>

<div class="mySlides fade">
<div class="numbertext">2 / 5</div>

<img src="image/STB-markergene_track-1800x704x144dpi.jpg" style="width:100%">
<div class="text">Caption two</div>

</div>

<div class="mySlides fade">
<div class="numbertext">3 / 5</div>

<img src="image/STB-analysis-workflow-1800x704x144dpi.jpg" style="width:100%">
<div class="text">Caption three</div>

</div>

<div class="mySlides fade">
<div class="numbertext">4 / 5</div>

<img src="image/STB-summary-model-1800x704x144dpi.jpg" style="width:100%">
<div class="text">Caption four</div>

</div>


<div class="mySlides fade">
<div class="numbertext">5 / 5</div>

<img src="image/Cnot8-DEG-1800x704x144dpi.jpg" style="width:100%">
<div class="text">Caption five</div>

</div>

<a class="prev" onclick="plusSlides(-1)"></a>
Expand Down Expand Up @@ -340,7 +350,7 @@ <h2 id="selected_pub"><u> <span style="color:rgb(128,34,28);font-family:Helvetic


<p class="auto-width-paragraph">
3. <b>Wang M#</b>, Zhang Y#, Lin ZS*, Ye XG, Yuan YP, Ma W, Xin ZY*. Development of EST-PCR markers for Thinopyrum intermedium chromosome 2Ai#2 and their application in characterization of novel wheat-grass recombinants. <b>Theor Appl Genet</b> (2010) 121(7): 1369-1380.
3. <b>Wang M#</b>, Zhang Y#, Lin ZS*, Ye XG, Yuan YP, Ma W, Xin ZY*. Development of EST-PCR markers for <i>Thinopyrum intermedium</i> chromosome 2Ai#2 and their application in characterization of novel wheat-grass recombinants. <b>Theor Appl Genet</b> (2010) 121(7): 1369-1380.
</p>
<img src="image/cover-picture-tag-2010.jpg" alt="TAG-2010-Wang" width="153" height="203" style="float:left;margin-bottom: 0px;">
<p style="font-size:small;text-align: justify;"> A comparative genomics study in earlier year.
Expand Down Expand Up @@ -440,7 +450,7 @@ <h2 id="contributed_pub"> <u>Contributed publications</u></h2>

<h2 id="aboutme"><u>About me</u></h2>

<p> A critical cooker. </p>
<p> A critical cook. </p>


<script>
Expand Down Expand Up @@ -499,7 +509,7 @@ <h2 id="aboutme"><u>About me</u></h2>

<ul>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://github.com/wangmeijiao">Github</a></li>
<li><a href="https://github.com/wangmeijiao">GitHub</a></li>
</ul>
</footer>

Expand Down

0 comments on commit 11d1915

Please sign in to comment.