Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderEndING authored Jun 18, 2024
1 parent e12b778 commit 48061e5
Showing 1 changed file with 35 additions and 4 deletions.
39 changes: 35 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,21 @@ <h2>关于我</h2>
<li>💬 可以向我询问:电子信息工程专业学生,希望成为物联网开发工程师或嵌入式系统开发工程师。</li>
</ul>
</section>

<section id="blogs">
<h2>个人博客</h2>

<div class="blog">
<h3>Blog</h3>
<p><a href="https://www.cnblogs.com/delehub" target="_blank">https://www.cnblogs.com/delehub</a></p>
</div>

<div class="blog">
<h3>CSDN</h3>
<p><a href="https://delehub.blog.csdn.net/" target="_blank">https://delehub.blog.csdn.net/</a></p>
</div>

</section>

<section id="skills">
<h2>技能</h2>
Expand All @@ -68,9 +83,28 @@ <h2>技能</h2>
<li>了解Arm和RISC-V体系框架。</li>
</ul>
</section>

<section id="papers">
<h2>SCI论文</h2>

<div class="paper">
<h3>Design and analysis of image encryption based on memristor chaotic systems with hidden attractors</h3>
<p>Physica Scripta 2024</p>
<p><a href="https://iopscience.iop.org/article/10.1088/1402-4896/ad56cf/pdf" target="_blank">查看论文</a></p>
</div>

<div class="paper">
<h3>Generation multi-scroll chaotic attractors using composite sine function and its application in image encryption</h3>
<p>Physica Scripta 2024</p>
<p><a href="https://iopscience.iop.org/article/10.1088/1402-4896/ad2b3f" target="_blank">查看论文</a></p>
</div>

<!-- Add more papers as needed -->

</section>

<section id="projects">
<h2>项目</h2>
<h2>嵌入式项目</h2>
<div class="project">
<h3>EmbeddedNote</h3>
<p><a href="https://gitee.com/End-ING/embedded-note" target="_blank">https://gitee.com/End-ING/embedded-note</a>
Expand Down Expand Up @@ -143,9 +177,6 @@ <h3>Embedded MM32 Board Template 灵动微电子</h3>
<h3>Matlab Code Chaotic-System Image-Encryption</h3>
<p><a href="https://gitee.com/End-ING/matlab-code-chaotic-system-image-encryption" target="_blank">https://gitee.com/End-ING/matlab-code-chaotic-system-image-encryption</a></p>
</div>




</section>

Expand Down

0 comments on commit 48061e5

Please sign in to comment.