查看原文
其他

hiResearch 定义自己的科研首页

大邓 大邓和他的Python 2022-07-09


Hi Research

参考GreatDanton 项目,丢弃庞杂丑陋的收藏夹, 打造简洁科研首页。

每个人都可以自定义自己的浏览器首页,替换默认浏览器首页/起始页。该项目可在任何现代浏览器上运行,只需将index.html设置为主页并添加自己的链接 到index.html

https://hiresearch.github.io/

视频演示



一、功能

  • 搜索(google)
  • 日历(倒计时)
  • 待办事项
  • 支持DIY自己的首页

二、截图

各位可根据自身科研或者工作需要,更改成自己的标签名,替换为自己需要的网站网址

日历, 在index.html中可以设置自己认为最最重要的日子

<script>
 // 显示日期时钟
 showClock();

 //在日历上显示倒计时
 countDown({"y": 2022,
            "m": 6,
            "d": 1
            }, "Message when your countdown ends");
</script>

待办事项

三、添加链接

网站链接需要直接加到index.html的 <div class="slides-container"标签内,以学术生活如下

<div class="slide" name="科研">
    <div class="part">
        <h1> 数据库 </h1>
        <div class="links">
            <a href='https://scholar.google.com/'>Google Scholar</a>
            <a href='https://webofknowledge.com/'> Web of Science </a>
            <a href='https://search.ebscohost.com/'> EBSCO </a>
     <a href='https://scholar.cnki.net/'> CNKI Scholar </a>
            <a href='https://www.ssrn.com/index.cfm/en/'>SSRN</a>
            <a href='https://www.proquest.com/site/pqdd_unavailable.shtml'> ProQuest </a>
            <a href='https://pubsonline.informs.org/'> Informs </a>
            <a href='https://www.emerald.com/insight/'> Emerald Insight </a>
            <a href='https://link.springer.com/'> Springer </a>
            <a href='http://www.cnki.net/'> 知网 </a>
      </div>
   </div>
</div>


四、使用方法

  • 点击时钟,弹出日期框和倒计时信息。

  • 搜索框支持!command搜索语法. 例如

    搜索框命令目标网站例子作用
    !scholargoogle scholar!scholar python在谷歌学术中搜python相关信息
    !book豆瓣读书!book python在豆瓣读书中搜python相关书籍信息
    !movie豆瓣电影!movie 悬崖之上在豆瓣电影中搜悬崖之上相关电影信息
    !zhihu知乎!zhihu python在知乎网站搜python相关信息
    !youtubeyoutube!youtube python在youtube搜索python相关视频
    !taobao淘宝!taobao python在淘宝搜python相关商品服务
    !jd京东!jd python在京东搜python相关商品服务
    !bilibiliB站!bilibili python在B站搜索python相关视频
    !githubgithub!github python在github上搜python相关仓库代码等信息
    !mailqq邮箱!mail默认打开qq邮箱

五、项目代码结构


├── components
│   ├── calendar.js
│   ├── clock.js
│   ├── countdown.js
│   ├── notes.js
│   ├── search-box.js
│   └── slides.js
├── css
│   ├── main_min.css
│   └── main.scss
├── index.html 
  • Components文件夹: 含有浏览器主页所需的所有组件js文件。
    • calendar.js -> 日历
    • clock.js -> 时钟
    • countdown.js -> 倒计时
    • notes.js ->待办事项todo list
    • search-box.js -> 主页搜索框
    • slides.js -> 页面滑动功能
  • index.html -> 浏览器主页入口

https://hiresearch.github.io/

扫码免费领1万代理IP,高并发不限制,稳定速度快,快去薅羊毛吧!

精选文章

系列视频|Python网络爬虫与文本数据分析
语法最简单的微博通用爬虫weibo_crawler
Jaal 库 轻松绘制动态社交网络关系图
来自kaggle最佳数据分析实践
B站视频 | Python自动化办公
SciencePlots | 科研样式绘图库
使用streamlit上线中文文本分析网站
bsite库 | 采集B站视频信息、评论数据
texthero包 | 支持dataframe的文本分析包
爬虫实战 | 采集&可视化知乎问题的回答
reticulate包 | 在Rmarkdown中调用Python代码
plydata库 | 数据操作管道操作符>>
plotnine: Python版的ggplot2作图库
读完本文你就了解什么是文本分析
文本分析在经管领域中的应用概述  
综述:文本分析在市场营销研究中的应用
plotnine: Python版的ggplot2作图库
Wow~70G上市公司定期报告数据集
漂亮~pandas可以无缝衔接Bokeh  
YelpDaset: 酒店管理类数据集10+G  

    分享”和“在看”是更好的支持

您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存