gazelle

A Biomechanics Note and Life


  • Home

  • Archives

  • Tags

  • Categories

  • About

  • Search

Lazyvim 常用操作

Posted on 2024-08-29 | In shell |
1
2
3
4
5
6
██╗      █████╗ ███████╗██╗   ██╗██╗   ██╗██╗███╗   ███╗          Z
██║ ██╔══██╗╚══███╔╝╚██╗ ██╔╝██║ ██║██║████╗ ████║ Z
██║ ███████║ ███╔╝ ╚████╔╝ ██║ ██║██║██╔████╔██║ z
██║ ██╔══██║ ███╔╝ ╚██╔╝ ╚██╗ ██╔╝██║██║╚██╔╝██║ z
███████╗██║ ██║███████╗ ██║ ╚████╔╝ ██║██║ ╚═╝ ██║
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝

根据lazyvim推荐视频记录 地址:https://www.youtube.com/watch?v=N93cTbtLCIM&t=393s

检查Lazyvim的健康情况

建议安装后运行 ':LazyHealth' 这将加载所有插件并检查是否一切正常。

Read more »

fzf设置与使用

Posted on 2024-08-28 | In Shell |

安装

GitHub地址

地址:https://github.com/junegunn/fzf

在Homebrew中安装

brew install fzf

如果要在Shell中使用

1
2
# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)
Read more »

生物力学资料速查

Posted on 2022-12-03 | In biomechanics |

这里用于记录生物力学有关的资料以及网站,方便速查。


官网

1. BOB

BOB(Biomechanics of Bodies)是一个包含易用肌骨模型的软件,用于分析功能和量化模型。

网站地址: 点我

Read more »

LME线性混合模型处理ERP

Posted on 2022-09-03 | In EEG |

LME线性混合模型处理ERP

存在的问题

  • 时间窗口的选择
  • 通道的选择
  • 模型的选择
  • 变量编码
  • 统计能力 power

文献1--线性混合效应模型在婴儿和儿童事件相关潜力研究中的效用

根据论文《线性混合效应模型在婴儿和儿童事件相关潜力研究中的效用》[1]的处理过程找到了GitHub上的数据处理脚本。脚本共有7个,其中1-5是Matlab从Continues EEG到ERP的处理过程,脚本6-7是R语言对ERP进行LME混合线性模型的处理过程,如Figure 1。

Figure 1. 文献中的处理流程
Figure 1. 文献中的处理流程
Read more »

Zotero+Vim+Markdown

Posted on 2022-08-30 | In papers |

Zotero

Zotero 是一个开源、易用的多平台科研工具,可用来帮助收集、组织、引用、分享各类文献与资料,注册账号之后可以使用官方服务器在多端自动同步以及使用浏览器插件,还可以直接在网页中操作。

  • Zotero官网
  • Zotero Github

下载安装:官网免费下载,安装按默认提示即可。

官网示意图
官网示意图

Read more »

Kistler采集软件Bioware安装

Posted on 2022-08-26 | In biomechanics |

Bioware下载地址

下载地址

进入下载地址下载最新版本。

下载页面
下载页面
Read more »

写作模板

Posted on 2022-08-25 | In papers |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
chapters: false
figureTitle: "图"
figPrefix: "图"
tableTitle: "表"
tablePrefix: "表"
tableTemplate: |
*$$tableTitle$$ $$i$$*$$titleDelim$$ $$t$$
bibliography: "path/EEG.bib"
csl: chinese-gb7714-2005-numeric.csl
reference-section-title: Reference
tableTemplate: |
*$$tableTitle$$ $$i$$*$$titleDelim$$ $$t$$
link-citations: true
lang: en-GB
papersize: a4
colorlinks: true
links-as-notes: true
fontsize: 11.5pt

Read more »

OpenSim教程 1--肌肉骨骼建模入门

Posted on 2020-03-07 | In OpenSim |
intro1-2.png
intro1-2.png
Read more »

pose estimate 收集

Posted on 2018-11-05 | In openpose |

pose estimate 如今发展迅速,在github中有很多开源code。商业应用中我只了解到有simi的motion capture系统中有无标志点的方式,依靠剪影来估计标志点。由于近期希望能应用pose estimate对人体的简单运动进行分析,现在将自己知道的相关项目记录在这里。

openpose

检测人脸,姿势,手势

美国卡耐基梅隆大学(Carnegie Mellon University)

Read more »

Deep Learning With Python笔记

Posted on 2018-08-15 | In 深度学习 |

Read more »
123>

21 posts
13 categories
13 tags
RSS
GitHub E-Mail Google 微博 知乎
Creative Commons
© 2017 — 2024 gazelle
Powered by Hexo
|
Theme — NexT.Muse v6.0.4