-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed4b1b5
commit 42009b1
Showing
1 changed file
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |