Xiaodong XIE

Results 9 comments of Xiaodong XIE

same, then I replace the `wx.EXPAND` to `wx.RIGHT`, the GUI could be displayed at least. File "e:\program files\python38\env\imageprocessing\lib\site-packages\imagepy\ui\widgets\normal.py", line 283, in init subsizer.Add( self.spin, 0, wx.ALIGN_CENTER|wx.BOTTOM|wx.EXPAND, 5 ) ![image](https://user-images.githubusercontent.com/42539486/93051840-ad86ab00-f697-11ea-81ed-88e4cfcd3194.png) BUT...

当然可以。 这个应该属于历史遗留,因为在 zotero6.0 没出来之前,我尝试着在 obsidian 中阅读 pdf 并批注。

你好,这取决于新增文件的文件名和路径。[v1.7 版本后已新增相关说明](https://github.com/sheldonxxd/obsidian_vault_template_for_researcher/blob/main/03-Projects/99-%E9%BB%91%E6%9B%9C%E7%9F%B3%E7%8E%A9%E5%AE%B6%E6%8C%87%E5%8D%97/4-%E9%99%84%E5%BD%95/obsidian%E6%A8%A1%E6%9D%BF%E5%BA%93%E6%9B%B4%E6%96%B0%E6%96%B9%E6%B3%95.md)。

已修复并提交 [commit](https://github.com/sheldonxxd/obsidian_vault_template_for_researcher/commit/fd11369b5364f29b3d50b5f2f31474cf51f60d6d)

![image](https://user-images.githubusercontent.com/42539486/168462808-deb6ac78-2257-4f71-9d93-7593843ef4d9.png) 刚为常用的若干功能新增了几个按钮(见右侧边栏),通过 shell commands 插件调用 python 代码,应该具有更好的多平台适应性。 git clone 后可自行尝试修改该插件设置: ![image](https://user-images.githubusercontent.com/42539486/168462793-f41ac79b-f5bb-46ca-9cb6-babcfcfeefd9.png)

先需要确保你自己打开的 terminal 能够运行 python(anaconda)。

crossref 的 query 构造是: `https://api.crossref.org/works/{doi}` 如 https://api.crossref.org/works/10.1038/s41592-022-01465-8 直接在浏览器中输入此链接可以查看返回的 json 数据文本。 如果没有,那就无法使用了。

> Hello, > I am trying to set up the U-Net server backend using the simple docker method (startServer.sh). I can successfully create the docker container and connect to it...