最近工作梳理

好久没写博客了,趁着今天数学建模坑死的节奏,来梳理一下吧。。。(:зゝ∠)

前端学习

在暑假的时候跟着百度ife前端学院学了一下web app相关的东西,这次说是自由组队,然而网上结交的队友水平不一时间不一实在是太伤了。。。到后来就我一个人在弄,后来事情一多差点又给忘了。所以现在只是完成了一个简单的记账本。

其实第一次可以有机会在有指导和目标的情况下做自己喜欢的事情还是挺好的~在这期间,我有幸静下心来看了一些web app基础的理论,然后接触到了iScroll、Hammer、requireJS等组件,理解了iScroll的基本原理(下次最好自己做一套,它那个目前还是不太会用),接触了组件式开发,感觉棒棒哒~后来在一个静态网页展示的项目中,我用到了react.js+require.js,感觉理解又更深了一层,开发起来明显优雅许多~

SCBPM paper note

Recently, I read a paper named . Here is some notes about it.

#Abstract

Extraction

  • The automatic extraction of metadata and other information from scholarly documents
  • In academic digital libraries, search engines, and document management systems
  • To allow for the management and categorization of documents and for search to take place

A Web-accessible API can simplify this extraction

by providing a single point of operation for extraction that can be incorporated into multiple document workflows without the need for each workflow to implement and support its own extraction functionality

CiteSeerExtractor

  • a RESTful API for scholarly information extraction that exploits the fact that there is duplication in scholarly big data and makes use of a near duplicate matching backend

  • the duplicate document matching results in a difference of 8.46% in the time required to extract header and citation information from approximately 3.5 million documents compared to a baseline.

日常

昨天尝试用Semantic-ui做了个Easy统计的个人中心,感觉很酷炫~
回来之后要修改页面的布局,写文档,合成app。

暂时就这样吧

逐渐走上正轨

今天,总算是搭好了自己的博客~作为一个有志向的程序媛肿么能木有一个自己的地盘儿捏~~

最近事情有点多,理一下吧~
qdg的项目必须暂时放一放了,待做的事情有:

用Github Pages搭建Hexo个人博客

Hexo是一种静态博客程序,初次使用,具体效果还不确定,但据说很好用,于是就来试试啦~

搭建过程很简单

安装基本工具

首先需要安装nodejs、npm、git,这个之前都用到过,具体安装配置方法就不赘述了。

Github相关

注册Github账号,添加ssh公钥等基本配置。然后新建一个仓库,一定要命名为username.github.iousername是你Github的账号。