Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wangleiofficial authored Oct 31, 2024
1 parent ed4b1b5 commit 42009b1
Showing 1 changed file with 86 additions and 1 deletion.
87 changes: 86 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,86 @@
Please visit the <a href="http://isyslab.info">isyslab</a>.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ISYSLAB-HUST Projects</title>
<style>
body {
font-family: Arial, sans-serif;
}
.container {
width: 80%;
margin: auto;
padding: 20px;
}
.project {
margin-bottom: 20px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
.project-title {
font-size: 24px;
margin-bottom: 5px;
}
.project-info {
margin-bottom: 10px;
font-size: 14px;
}
.project-stats {
display: flex;
justify-content: space-between;
font-size: 12px;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>ISYSLAB-HUST Projects</h1>
<div class="project">
<div class="project-title">DNA storage in life with RaptorQ</div>
<div class="project-info">Language: Python</div>
<div class="project-info">License: MIT</div>
<div class="project-info">Stars: 0</div>
<div class="project-info">Updated: Oct 23, 2024</div>
</div>
<div class="project">
<div class="project-title">DeepNeuropePred</div>
<div class="project-info">Language: Python</div>
<div class="project-info">License: MIT</div>
<div class="project-info">Stars: 1</div>
<div class="project-info">Updated: Nov 2, 2023</div>
</div>
<div class="project">
<div class="project-title">topology prediction of alpha-helical transmembrane proteins</div>
<div class="project-info">Language: Jupyter Notebook</div>
<div class="project-info">License: MIT</div>
<div class="project-info">Stars: 0</div>
<div class="project-info">Updated: Feb 1, 2024</div>
</div>
<div class="project">
<div class="project-title">protein domain prediction</div>
<div class="project-info">Language: Python</div>
<div class="project-info">License: MIT</div>
<div class="project-info">Stars: 0</div>
<div class="project-info">Updated: Jun 13, 2022</div>
</div>
<div class="project">
<div class="project-title">neuropeptide prediction</div>
<div class="project-info">Language: Python</div>
<div class="project-info">License: MIT</div>
<div class="project-info">Stars: 1</div>
<div class="project-info">Updated: Sep 2, 2022</div>
</div>
<div class="project">
<div class="project-title">ProtFlash: A lightweight protein language model</div>
<div class="project-info">Language: Python</div>
<div class="project-info">License: MIT</div>
<div class="project-info">Stars: 99</div>
<div class="project-info">Updated: Oct 15, 2024</div>
</div>
<!-- Add more projects here -->
</div>
</body>
</html>

0 comments on commit 42009b1

Please sign in to comment.