1 Star 0 Fork 0

YU/YU

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 3.19 KB
一键复制 编辑 原始数据 按行查看 历史
YU 提交于 2023-10-20 12:05 . rename index.php to index.html.
<!DOCTYPE html>
<html lang="en">
<title>ModInfor: Modifications and Bioinformatics
</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css" type="text/css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<style>
main {
min-height: 600px;
min-width: 1220px;
}
section {
width: 90%;
min-width: 1180px;
max-width: 1500px;
margin: 0 auto;
height: auto;
min-height: 320px;
clear: both;
border: 2px dashed #67beb6;
}
.Example {
width: 500px;
height: auto;
float: left;
margin-top: 40px;
}
.Text {
width: 650px;
float: left;
margin-left: 20px;
}
br {
clear: both;
}
</style>
<body>
<!-- Header -->
<?php require("Header.php"); ?>
<!-- Main -->
<main>
<article>
<section>
<img class="Example" src="Img/RNA.png" />
<div class="Text">
<h3>&#10022; Post-transcriptional modifications</h3>
<hr>
<p>In the last few years, our ability to map RNA modifications has revolutionized our understanding
of them and they are far more widespread than previously thought. To date, >170 different types
of post-transcriptional RNA modifications (RMs) have been detected, which occurs on different
types of RNA and regulates nearly every stage of RNA life. Additionally, recent studies have
revealed their roles in cell/embryo/neuron development, tumor development and metastasis, virus
infection, virus-associated metastasis, and resistance to anti-tumor drugs.
<p>To decipher the functions of RMs under physiological conditions and effects of aberrant RMs under
pathological condition, we are developing bioinformatics tools and sources, such as the mutation
associated RMs and conservation of RMs. We are also exploring the dynamic epitranscriptome under
clinical treatment to find the potential therapy method for diseases.</p>
</div>
</section>
<br />
<section>
<img class="Example" src="Img/Phosphorylation.png" />
<div class="Text">
<h3>&#10022; Post-translational modifications (PTMs)</h3>
<hr>
<p>Post-translational modification (PTM) is one of the most important regulatory mechanisms of
biological processes <em>in vivo</em>. Hitherto more than 680 types of PTMs have been reported,
including phosphorylation, ubiquitination, lactylation, and so on. The aberrance of PTM system
is closely associated with human diseases. With the in-depth studies of PTMs and the rapid
development in mass spectrometry-based PTMome, a large number of modification regulators,
substrates and sites have been experimentally characterized. </p>
<p>Therefore, our aim is the investigation of functions and regulation for PTMs in proteins, through
the development of bioinformatics resources and systematical analysis of PTMome.</p>
</div>
</section>
</article>
<!--
<figure>
<h3>Figures</h3>
</figure>
</article>
<aside>
<section>
<h3>Statistics</h3>
<p>XX.</p>
</section>
</aside>
-->
</main>
<!-- Footer -->
<?php require("Footer.php"); ?>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yu_28_0/yu.git
git@gitee.com:yu_28_0/yu.git
yu_28_0
yu
YU
master

搜索帮助