update: resume

This commit is contained in:
mozzie 2023-11-01 16:18:17 +08:00
parent 308647eb1a
commit e2cbc0ea57
4 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -278,7 +278,7 @@
<p><a target="_blank" rel="noopener" href="https://baidu.com/">https://baidu.com</a></p>
<p><a target="_blank" rel="noopener" href="http://www.this-anchor-link.com/">锚点链接</a> </p>
<p><a href="mailto:test.test@gmail.com">mailto:test.test@gmail.com</a></p>
<p>GFM a-tail link <a target="_blank" rel="noopener" href="https://my.oschina.net/u/3691274">@pandao</a> 邮箱地址自动链接 <a href="mailto:&#116;&#x65;&#x73;&#x74;&#46;&#x74;&#x65;&#115;&#x74;&#x40;&#x67;&#x6d;&#97;&#x69;&#x6c;&#x2e;&#x63;&#111;&#109;">&#116;&#x65;&#x73;&#x74;&#46;&#x74;&#x65;&#115;&#x74;&#x40;&#x67;&#x6d;&#97;&#x69;&#x6c;&#x2e;&#x63;&#111;&#109;</a> <a href="mailto:&#x77;&#x77;&#x77;&#64;&#118;&#105;&#x70;&#46;&#x71;&#113;&#x2e;&#x63;&#111;&#109;">&#x77;&#x77;&#x77;&#64;&#118;&#105;&#x70;&#46;&#x71;&#113;&#x2e;&#x63;&#111;&#109;</a></p>
<p>GFM a-tail link <a target="_blank" rel="noopener" href="https://my.oschina.net/u/3691274">@pandao</a> 邮箱地址自动链接 <a href="mailto:&#116;&#101;&#115;&#x74;&#46;&#x74;&#101;&#x73;&#116;&#64;&#x67;&#x6d;&#x61;&#105;&#108;&#x2e;&#99;&#111;&#109;">&#116;&#101;&#115;&#x74;&#46;&#x74;&#101;&#x73;&#116;&#64;&#x67;&#x6d;&#x61;&#105;&#108;&#x2e;&#99;&#111;&#109;</a> <a href="mailto:&#119;&#x77;&#x77;&#64;&#x76;&#105;&#112;&#46;&#113;&#x71;&#46;&#99;&#111;&#109;">&#119;&#x77;&#x77;&#64;&#x76;&#105;&#112;&#46;&#113;&#x71;&#46;&#99;&#111;&#109;</a></p>
<blockquote>
<p>@pandao</p>
</blockquote>

View File

@ -442,6 +442,8 @@
<ul class="list">
<li>基于容器,解决算法输出 stl 模型增加血管壁厚等后处理需求</li>
<li>在 OHIF 基础上重新规划项目结构工程化相关优化构建速度提升8倍</li>
<li>对 orthanc 配置进行了优化,使用 postgreSQL 存储影像数据</li>

View File

@ -53,6 +53,7 @@ projectExp:
- name: TAVR手术辅助决策系统 Tavigator™
desc: 系统实现了对CT影像主动脉根部解剖结构的全自动化、全流程手术规划测量为瓣膜选型、术中并发症风险预测
list:
- 基于容器,解决算法输出 stl 模型增加血管壁厚等后处理需求
- 在 OHIF 基础上重新规划项目结构工程化相关优化构建速度提升8倍
- 对 orthanc 配置进行了优化,使用 postgreSQL 存储影像数据
- 实践了 threejs 替换了 vtk.js 的默认三维渲染引擎,节省了某些场景下 Vtk.js占用内存过大的问题