├── Cr‘s Research Toolchain.md ├── My Research Workflow.pptx ├── README.md ├── README_en.md ├── Zotero使用指南.pdf └── img ├── image-20231202004909274.png ├── image-20231202010108149.png ├── image-20231202010713708.png ├── image-20231202011323342.png └── image-20231202124203847.png /Cr‘s Research Toolchain.md: -------------------------------------------------------------------------------- 1 | ## Cr‘s Research Toolchain 2 | 3 | **所有软件支持Windows和MacOS双端** 4 | 5 | ### 文献阅读器 6 | 7 | * 常规PDF:[ Adobe Acrobat ](https://www.adobe.com/acrobat.html) 8 | * 好处:PDF格式发明公司Adobe的工具软件,阅读体验好,能够编辑,分割,合并PDF(网页平替工具[ IlovePDF ](https://www.ilovepdf.com/)) 9 | * 坏处:不能内置翻译工具,对于英语不好的人会有一定的压力 10 | * 文献阅读器:[ Zotero ](https://www.zotero.org/) 11 | * 好处:便捷的文献管理工具,多端云同步(iPad,iPhone,电脑),可自带[ 翻译工具 ](https://github.com/windingwind/zotero-pdf-translate),自带文献导出功能,自带网页端文献一键保存(Zotero Connector),可集成[ ChatPaper ](https://github.com/MuiseDestiny/zotero-gpt)功能 12 | * 坏处:云环境存储容量免费只有300M,多了要付费(只能保存在本地) 13 | 14 | ### 笔记管理 15 | 16 | - [ Notion ](https://www.notion.so/product) 17 | * 好处:多端云同步,Database格式数据存储,教育版无存储上限,集成NotionAI 18 | * An Example 19 | 20 | image-20231202004909274 21 | 22 | - Typora 23 | * 适合写点小东西,排版优美,markdown格式 24 | - [ Hackmd.io ](https://hackmd.io/?nav=overview) 25 | * 在线Markdown,方便分享 26 | 27 | ### 论文在哪找 28 | 29 | - [ Google Scholar ](https://scholar.google.com/) 30 | - [ Arxiv ](https://arxiv.org/) 【每日学术推荐:https://arxivdaily.com】 31 | - [ SCIHub ](https://sci-hub.ren/) 32 | - [ ReadPaper ](https://readpaper.com/) 33 | - Zlibrary:最大的图书资料网站 34 | - Paper With Code:带Code的论文 35 | - Github带Awesome的仓库(例如:https://github.com/youngfish42/Awesome-FL ) 36 | 37 | ### 科研信息源 38 | 39 | - Twitter/X 、LinkedIn:掌握一线最新科研成果,认识很多PhD & AP 40 | 41 | - [ ConnectedPaper ](https://www.connectedpapers.com/) 42 | 43 | ![image-20231202010713708](img\image-20231202010713708.png) 44 | 45 | - Inoreader 46 | 47 | * RSS阅读器,排除推荐算法的干扰 48 | * 配合[ RSSHub ](https://docs.rsshub.app/)使用更香,Everything is RSSible 49 | 50 | ![image-20231202011323342](img\image-20231202011323342.png) 51 | 52 | - AI三大顶会(新智元、机器之心、量子位):最前沿的AI讯息,不过带了很多吹水的成分,小白可以看看,方便了解行业讯息 53 | 54 | - 如何找科研机会 55 | 56 | * 知乎 57 | * 一亩三分地、某些群聊(境外) 58 | * 个人主页 59 | * 微信公众号 60 | 61 | ### 代码 62 | 63 | - [ VSCode ](https://code.visualstudio.com/) 64 | * 好处:内置好用的SSH工具,插件,美观高效,轻量化,Git友好,Copilot 65 | 66 | ### AI工具 67 | 68 | - ChatGPT(最好用的AI工具,平替Bard) 69 | * [ GPTStore ](https://www.gptshunter.com/):集成多个Finetune后的助手 70 | * CodeInterpreter:直接作图,作画等 71 | * 插件:ChatHub(Google插件,可以和Bard AI同时使用) 72 | 73 | ![image-20231202124203847](img\image-20231202124203847.png) 74 | 75 | * 平替:[ GOODLab学术GPT ](https://huggingface.co/spaces/JerryYin777/gpt-academic-good)、代码GPT [ DeekSeek ](https://chat.deepseek.com/coder)、Poe(GPT3.5 Turbo + Claude【好处是上下文token能够增加,号称至多200K】) 76 | 77 | - [ Airy(LLM for System) ](https://colink.in/) 78 | 79 | ![image-20231202010108149](img\image-20231202010108149.png) 80 | 81 | ### SSH工具 82 | 83 | 登录服务器需要SSH工具,本质上相当于通过GUI界面进行了SSH相关命令的转发、桥接 84 | 85 | - MobaXterm:简单的工具,基本上具备所有的功能,调试方便 86 | - VSCode:配置好免密登录之后非常顺滑,同样支持插件、Copilot等 87 | 88 | ### 其他 89 | 90 | - 语音转文字Whisper JAX:https://huggingface.co/spaces/sanchit-gandhi/whisper-jax 91 | - 约时间When2Meet:https://www.when2meet.com/ 92 | - LaTeX编写工具Overleaf:https://www.overleaf.com/project 93 | * 简历模板:https://www.overleaf.com/read/pnhbqqmmdhtx#b49d50 94 | * 双页中文模板:https://www.overleaf.com/read/xmstnmthzsrz#71e2d4 95 | * 单页中文美观模板:https://www.overleaf.com/read/rckyrdjjwtwf#c164dc 96 | * 表格工具:[ LaTeX Tables Editor ](https://www.latex-tables.com/) 97 | 98 | - CCF推荐会议的DDL:https://ccfddl.github.io/ 99 | 100 | * 图标素材: 101 | * [ iconfont ](https://www.iconfont.cn/) 102 | * [ font awesome ](https://fontawesome.com/) 103 | 104 | - 视频录制:OBS 105 | - 代码时间管理工具:Wakatime 106 | - 飞跃手册,保研手册等,Github都能找到,例如[ 清华大学飞跃手册 ](https://feiyue.online/) 107 | - 代理工具: 108 | 109 | * Pigcha 110 | * Clash for Windows/mac 111 | 112 | ### Github推荐外链 113 | 114 | - 论文写作与资料分享:https://github.com/secdr/research-method 115 | - Doing the PhD:https://github.com/shengyp/doing_the_PhD 116 | - A list of resources on how/why to do a PhD:https://github.com/shengyp/doing_the_PhD 117 | - CS-Statement-of-Purpose:https://cs-sop.notion.site/cs-sop/CS-PhD-Statements-of-Purpose-df39955313834889b7ac5411c37b958d 118 | 119 | -------------------------------------------------------------------------------- /My Research Workflow.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JerryYin777/Cr_Research_Toolchain/48e3facadc2414a7e8843efb43f1ea2b24296eb7/My Research Workflow.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Cr‘s Research Toolchain 2 | 3 | [[English]](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/README_en.md)   [[中文]](https://github.com/JerryYin777/Cr_Research_Toolchain/edit/main/README.md) 4 | 5 | **所有软件支持Windows和MacOS双端** 6 | 7 | ### 文献阅读器 8 | 9 | * 常规PDF:[ Adobe Acrobat ](https://www.adobe.com/acrobat.html) 10 | * 好处:PDF格式发明公司Adobe的工具软件,阅读体验好,能够编辑,分割,合并PDF(网页平替工具[ IlovePDF ](https://www.ilovepdf.com/)) 11 | * 坏处:不能内置翻译工具,对于英语不好的人会有一定的压力 12 | * 文献阅读器:[ Zotero ](https://www.zotero.org/) 13 | * 好处:便捷的文献管理工具,多端云同步(iPad,iPhone,电脑),可自带[ 翻译工具 ](https://github.com/windingwind/zotero-pdf-translate),自带文献导出功能,自带网页端文献一键保存(Zotero Connector),可集成[ ChatPaper ](https://github.com/MuiseDestiny/zotero-gpt)功能 14 | * 坏处:云环境存储容量免费只有300M,多了要付费(只能保存在本地) 15 | 16 | ### 笔记管理 17 | 18 | - [ Notion ](https://www.notion.so/product) 19 | * 好处:多端云同步,Database格式数据存储,教育版无存储上限,集成NotionAI 20 | * An Example 21 | 22 | image-20231202004909274 23 | 24 | - Typora 25 | * 适合写点小东西,排版优美,markdown格式 26 | - [ Hackmd.io ](https://hackmd.io/?nav=overview) 27 | * 在线Markdown,方便分享 28 | 29 | ### 论文在哪找 30 | 31 | - [ Google Scholar ](https://scholar.google.com/) 32 | - [ Arxiv ](https://arxiv.org/) 【每日学术推荐:https://arxivdaily.com】 33 | - [ SCIHub ](https://sci-hub.ren/) 34 | - [ ReadPaper ](https://readpaper.com/) 35 | - Zlibrary:最大的图书资料网站 36 | - Paper With Code:带Code的论文 37 | - Github带Awesome的仓库(例如:https://github.com/youngfish42/Awesome-FL ) 38 | 39 | ### 科研信息源 40 | 41 | - Twitter/X 、LinkedIn:掌握一线最新科研成果,认识很多PhD & AP 42 | 43 | - [ ConnectedPaper ](https://www.connectedpapers.com/) 44 | 45 | ![image-20231202010713708](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202010713708.png) 46 | 47 | - Inoreader 48 | 49 | * RSS阅读器,排除推荐算法的干扰 50 | * 配合[ RSSHub ](https://docs.rsshub.app/)使用更香,Everything is RSSible 51 | 52 | ![image-20231202011323342](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202011323342.png) 53 | 54 | - AI三大顶会(新智元、机器之心、量子位):最前沿的AI讯息,不过带了很多吹水的成分,小白可以看看,方便了解行业讯息 55 | 56 | - 如何找科研机会 57 | 58 | * 知乎 59 | * 一亩三分地、某些群聊(境外) 60 | * 个人主页 61 | * 微信公众号 62 | 63 | ### 代码 64 | 65 | - [ VSCode ](https://code.visualstudio.com/) 66 | * 好处:内置好用的SSH工具,插件,美观高效,轻量化,Git友好,Copilot 67 | 68 | ### AI工具 69 | 70 | - ChatGPT(最好用的AI工具,平替Bard) 71 | * [ GPTStore ](https://www.gptshunter.com/):集成多个Finetune后的助手 72 | * CodeInterpreter:直接作图,作画等 73 | * 插件:ChatHub(Google插件,可以和Bard AI同时使用) 74 | 75 | ![image-20231202124203847](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202124203847.png) 76 | 77 | * 平替:[ GOODLab学术GPT ](https://huggingface.co/spaces/JerryYin777/gpt-academic-good)、代码GPT [ DeekSeek ](https://chat.deepseek.com/coder)、Poe(GPT3.5 Turbo + Claude【好处是上下文token能够增加,号称至多200K】) 78 | 79 | - [ Airy(LLM for System) ](https://colink.in/) 80 | 81 | ![image-20231202010108149](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202010108149.png) 82 | 83 | ### SSH工具 84 | 85 | 登录服务器需要SSH工具,本质上相当于通过GUI界面进行了SSH相关命令的转发、桥接 86 | 87 | - MobaXterm:简单的工具,基本上具备所有的功能,调试方便 88 | - VSCode:配置好免密登录之后非常顺滑,同样支持插件、Copilot等 89 | 90 | ### 其他 91 | 92 | - 语音转文字Whisper JAX:https://huggingface.co/spaces/sanchit-gandhi/whisper-jax 93 | - 约时间When2Meet:https://www.when2meet.com/ 94 | - LaTeX编写工具Overleaf:https://www.overleaf.com/project 95 | * 简历模板:https://www.overleaf.com/read/pnhbqqmmdhtx#b49d50 96 | * 双页中文模板:https://www.overleaf.com/read/xmstnmthzsrz#71e2d4 97 | * 单页中文美观模板:https://www.overleaf.com/read/rckyrdjjwtwf#c164dc 98 | * 表格工具:[ LaTeX Tables Editor ](https://www.latex-tables.com/) 99 | 100 | - CCF推荐会议的DDL:https://ccfddl.github.io/ 101 | 102 | * 图标素材: 103 | * [ iconfont ](https://www.iconfont.cn/) 104 | * [ font awesome ](https://fontawesome.com/) 105 | 106 | - 视频录制:OBS 107 | - 代码时间管理工具:Wakatime 108 | - 飞跃手册,保研手册等,Github都能找到,例如[ 清华大学飞跃手册 ](https://feiyue.online/) 109 | - 代理工具: 110 | 111 | * Pigcha 112 | * Clash for Windows/mac 113 | 114 | ### Github推荐外链 115 | 116 | - 论文写作与资料分享:https://github.com/secdr/research-method 117 | - Doing the PhD:https://github.com/shengyp/doing_the_PhD 118 | - A list of resources on how/why to do a PhD:https://github.com/shengyp/doing_the_PhD 119 | - CS-Statement-of-Purpose:https://cs-sop.notion.site/cs-sop/CS-PhD-Statements-of-Purpose-df39955313834889b7ac5411c37b958d 120 | 121 | -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- 1 | ## Cr‘s Research Toolchain 2 | 3 | **All software supports dual platforms, Windows and MacOS.** 4 | 5 | ### Paper Reader 6 | 7 | * Regular PDF:[ Adobe Acrobat ](https://www.adobe.com/acrobat.html) 8 | * Benefits: PDF format is an invention of the company Adobe, the reading experience is good, and it has the ability to edit, split, and merge PDF (web-based tool [IlovePDF](https://www.ilovepdf.com/)). 9 | * Drawback: It does not have built-in translation tools, which may cause some pressure for those who are not proficient in English. 10 | * Literature reader:[ Zotero ](https://www.zotero.org/) 11 | * Advantages: Convenient literature management tool with multi-platform cloud synchronization (iPad, iPhone, computer); equipped with a built-in [translation tool](https://github.com/windingwind/zotero-pdf-translate); native literature export feature; one-click webpage saving with Zotero Connector; and integration of [ChatPaper](https://github.com/MuiseDestiny/zotero-gpt) functionality. 12 | * Drawback: The free cloud storage capacity is only 300MB; exceeding this limit incurs additional charges (only local storage is available). 13 | 14 | ### 笔记管理 15 | 16 | - [ Notion ](https://www.notion.so/product) 17 | * 好处:多端云同步,Database格式数据存储,教育版无存储上限,集成NotionAI 18 | * An Example 19 | 20 | image-20231202004909274 21 | 22 | - Typora 23 | * 适合写点小东西,排版优美,markdown格式 24 | - [ Hackmd.io ](https://hackmd.io/?nav=overview) 25 | * 在线Markdown,方便分享 26 | 27 | ### 论文在哪找 28 | 29 | - [ Google Scholar ](https://scholar.google.com/) 30 | - [ Arxiv ](https://arxiv.org/) 【每日学术推荐:https://arxivdaily.com】 31 | - [ SCIHub ](https://sci-hub.ren/) 32 | - [ ReadPaper ](https://readpaper.com/) 33 | - Zlibrary:最大的图书资料网站 34 | - Paper With Code:带Code的论文 35 | - Github带Awesome的仓库(例如:https://github.com/youngfish42/Awesome-FL ) 36 | 37 | ### 科研信息源 38 | 39 | - Twitter/X 、LinkedIn:掌握一线最新科研成果,认识很多PhD & AP 40 | 41 | - [ ConnectedPaper ](https://www.connectedpapers.com/) 42 | 43 | ![image-20231202010713708](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202010713708.png) 44 | 45 | - Inoreader 46 | 47 | * RSS阅读器,排除推荐算法的干扰 48 | * 配合[ RSSHub ](https://docs.rsshub.app/)使用更香,Everything is RSSible 49 | 50 | ![image-20231202011323342](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202011323342.png) 51 | 52 | - AI三大顶会(新智元、机器之心、量子位):最前沿的AI讯息,不过带了很多吹水的成分,小白可以看看,方便了解行业讯息 53 | 54 | - 如何找科研机会 55 | 56 | * 知乎 57 | * 一亩三分地、某些群聊(境外) 58 | * 个人主页 59 | * 微信公众号 60 | 61 | ### 代码 62 | 63 | - [ VSCode ](https://code.visualstudio.com/) 64 | * 好处:内置好用的SSH工具,插件,美观高效,轻量化,Git友好,Copilot 65 | 66 | ### AI工具 67 | 68 | - ChatGPT(最好用的AI工具,平替Bard) 69 | * [ GPTStore ](https://www.gptshunter.com/):集成多个Finetune后的助手 70 | * CodeInterpreter:直接作图,作画等 71 | * 插件:ChatHub(Google插件,可以和Bard AI同时使用) 72 | 73 | ![image-20231202124203847](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202124203847.png) 74 | 75 | * 平替:[ GOODLab学术GPT ](https://huggingface.co/spaces/JerryYin777/gpt-academic-good)、代码GPT [ DeekSeek ](https://chat.deepseek.com/coder)、Poe(GPT3.5 Turbo + Claude【好处是上下文token能够增加,号称至多200K】) 76 | 77 | - [ Airy(LLM for System) ](https://colink.in/) 78 | 79 | ![image-20231202010108149](https://github.com/JerryYin777/Cr_Research_Toolchain/blob/main/img/image-20231202010108149.png) 80 | 81 | ### SSH工具 82 | 83 | 登录服务器需要SSH工具,本质上相当于通过GUI界面进行了SSH相关命令的转发、桥接 84 | 85 | - MobaXterm:简单的工具,基本上具备所有的功能,调试方便 86 | - VSCode:配置好免密登录之后非常顺滑,同样支持插件、Copilot等 87 | 88 | ### 其他 89 | 90 | - 语音转文字Whisper JAX:https://huggingface.co/spaces/sanchit-gandhi/whisper-jax 91 | - 约时间When2Meet:https://www.when2meet.com/ 92 | - LaTeX编写工具Overleaf:https://www.overleaf.com/project 93 | * 简历模板:https://www.overleaf.com/read/pnhbqqmmdhtx#b49d50 94 | * 双页中文模板:https://www.overleaf.com/read/xmstnmthzsrz#71e2d4 95 | * 单页中文美观模板:https://www.overleaf.com/read/rckyrdjjwtwf#c164dc 96 | * 表格工具:[ LaTeX Tables Editor ](https://www.latex-tables.com/) 97 | 98 | - CCF推荐会议的DDL:https://ccfddl.github.io/ 99 | 100 | * 图标素材: 101 | * [ iconfont ](https://www.iconfont.cn/) 102 | * [ font awesome ](https://fontawesome.com/) 103 | 104 | - 视频录制:OBS 105 | - 代码时间管理工具:Wakatime 106 | - 飞跃手册,保研手册等,Github都能找到,例如[ 清华大学飞跃手册 ](https://feiyue.online/) 107 | - 代理工具: 108 | 109 | * Pigcha 110 | * Clash for Windows/mac 111 | 112 | ### Github推荐外链 113 | 114 | - 论文写作与资料分享:https://github.com/secdr/research-method 115 | - Doing the PhD:https://github.com/shengyp/doing_the_PhD 116 | - A list of resources on how/why to do a PhD:https://github.com/shengyp/doing_the_PhD 117 | - CS-Statement-of-Purpose:https://cs-sop.notion.site/cs-sop/CS-PhD-Statements-of-Purpose-df39955313834889b7ac5411c37b958d 118 | 119 | -------------------------------------------------------------------------------- /Zotero使用指南.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JerryYin777/Cr_Research_Toolchain/48e3facadc2414a7e8843efb43f1ea2b24296eb7/Zotero使用指南.pdf -------------------------------------------------------------------------------- /img/image-20231202004909274.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JerryYin777/Cr_Research_Toolchain/48e3facadc2414a7e8843efb43f1ea2b24296eb7/img/image-20231202004909274.png -------------------------------------------------------------------------------- /img/image-20231202010108149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JerryYin777/Cr_Research_Toolchain/48e3facadc2414a7e8843efb43f1ea2b24296eb7/img/image-20231202010108149.png -------------------------------------------------------------------------------- /img/image-20231202010713708.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JerryYin777/Cr_Research_Toolchain/48e3facadc2414a7e8843efb43f1ea2b24296eb7/img/image-20231202010713708.png -------------------------------------------------------------------------------- /img/image-20231202011323342.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JerryYin777/Cr_Research_Toolchain/48e3facadc2414a7e8843efb43f1ea2b24296eb7/img/image-20231202011323342.png -------------------------------------------------------------------------------- /img/image-20231202124203847.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JerryYin777/Cr_Research_Toolchain/48e3facadc2414a7e8843efb43f1ea2b24296eb7/img/image-20231202124203847.png --------------------------------------------------------------------------------