What is research (1)
This abstract tells me a lot of stories about itself. Here I want to discuss two stories about it.
It has demonstrated an excellent job of promoting and abstracting itself to a higher level by playing with words. The work this abstract has done is merely proposing a new land classification system using big data. Essentially, the contribution in this abstract could be nothing new to the scientific literature because a lot of similar work have been done. For example, Soto and Frías-Martínez (2011) conducted an land use identification using mobile phone data, a typical kind of big data. So does Toole et al. (2012). Urban structure, another term which is the other side of urban land use in my opinion, has been also analyzed by many scholars (Long and Liu, 2013; Yuan et al., 2013). But this abstract, by using some philosophical terms in this field, indicated its ‘novelty’ in a very smart way. Let us find that out one by one.
In this abstract, the tile used a term ‘typology’, instead of using the more mediocre term ‘classification’, giving the readers a epistemology-level sense of academic research. In the end of first paragraph, it explained its difference with conventional land use classification which is unit of analysis and the continuity of time and space. Unit of analysis, I suppose, means the basic units this abstract identified are more homogeneous in terms of some characteristics. Thus, as the big data has the time dimension, the new classification using big data did improve its temporal and spatial continuity. All in all, this abstract did not contribute so much as it claimed itself; what it did contribute is just to summarize the implications of this big-data-based land use classification method.
Also, this abstract showed its capability of hiding itself from being probed into. Through the whole abstract, it didn’t say a single word about operationalization and how it is going to do. I guess the author could possibly deleted this operation part which was supposed to be in the second paragraph in this abstract. But, we can not criticize it too much because it is a precaution measure in academic communication scenarios, especially in an academic conference like AAG several thousands of people attended.
Reference
Soto, V., & Frías-Martínez, E. (2011). Automated land use identification using cell-phone records. Paper presented at the Proceedings of the 3rd ACM international workshop on MobiArch.
Toole, J. L., Ulm, M., González, M. C., & Bauer, D. (2012). Inferring land use from mobile phone activity. Paper presented at the Proceedings of the ACM SIGKDD International Workshop on Urban Computing.
Long, Y., & Liu, X. (2013). Automated identification and characterization of parcels (AICP) with OpenStreetMap and Points of Interest.
Yuan, J., Zheng, Y., & Xie, X. (2012). Discovering Regions of Different Functions in a City Using Human Mobility and POIs. Paper presented at the ACM KDD, Beijing, China.
Attached Abstract
Abstract Title: Redefining the Typology of Land Use with Big Data
Author(s): *** - Massachusetts Institute of Technology
Abstract: According to the Wall Street Journal, "check in" was the 12th most popular word of 2010. The underlying picture of this phenomenon is that information sharing and location based services have been so easy in the city. Compared with conventional land use data, these types of big data might tell us much about how urban land is being used in a more dynamic and human-respected way. However there has been few researches focusing on the new opportunities brought by big data onto urban land use classification—the basic "language" of urban geography and planning. In this context, this paper builds a new theoretical framework for urban land use description, and redefines the concept of "land use" in multiple scales of urban geographies. Compared with the conventional land use classification, this new framework is more specific on the key issues of urban geography, such as the unit of analysis and the continuity of time and space.
The new framework of land use typology will challenge our conventional view on land use. Its implication could include but not only: 1) Change the way that land use is defined in the field of urban planning; 2) Develop land use as a language to describe urban activities and settlement; 3) Connect land use typology with broader fields such as travel behavior/transportation analysis, energy consumption of land use, density and urban form and so on.
Keywords: Urban land use; land use categorization; location based big data
What is research (1)的更多相关文章
- hihoCoder 1427 : What a Simple Research(大㵘研究)
hihoCoder #1427 : What a Simple Research(大㵘研究) 时间限制:1000ms 单点时限:1000ms 内存限制:256MB Description - 题目描述 ...
- [转载]Three Trending Computer Vision Research Areas, 从CVPR看接下来几年的CV的发展趋势
As I walked through the large poster-filled hall at CVPR 2013, I asked myself, “Quo vadis Computer V ...
- (转) Deep Learning Research Review Week 2: Reinforcement Learning
Deep Learning Research Review Week 2: Reinforcement Learning 转载自: https://adeshpande3.github.io/ad ...
- MLA Handbook for Writers of Research Papers笔记
MLA Handbook for Writers of Research Papers.7th ed.New York:MLA,2009.print.还有一本,留待阅读MLA Style Manual ...
- A List of Social Tagging Datasets Made Available for Research
This list is not exhaustive - help expand it! Social Tagging Systems Research Group Source Year Obta ...
- PHP serialize && unserialize Security Risk Research
目录 . 序列化的定义 . serialize:序列化 . unserialize:反序列化 . 序列化.反序列化存在的安全风险 . Use After Free Vulnerability -] . ...
- You Can Do Research Too
You Can Do Research Too I was recently discussing gatekeeping and the process of getting started in ...
- Computer Graphics Research Software
Computer Graphics Research Software Helping you avoid re-inventing the wheel since 2009! Last update ...
- You and Your Research(Chinese)
转自:http://lyxh-2003.iteye.com/blog/434014 这是大科学家Richard Hamming的著名讲演,于1986年在贝尔通讯研究中心给200多名Bellcore的科 ...
随机推荐
- RobotFramework - Tips
1 --- API的使用 Robot Framework的版本发展是向下包容,建议尽量使用robot本身的API. 例如:通过导入logger.py(...\Lib\site-packages\rob ...
- Android OpenGL 编写简单滤镜
Android 上使用Opengl进行滤镜渲染效率较高,比起单纯的使用CPU给用户带来的体验会好很多.滤镜的对象是图片,图片是以Bitmap的形式表示,Opengl不能直接处理Bitmap,在Andr ...
- Android TextView 添加下划线的几种方式
总结起来大概有5种做法: 1. 将要处理的文字写到一个资源文件,如string.xml(使用html用法格式化) 2. 当文字中出现URL.E-mail.电话号码等的时候,可以将TextView ...
- SQL分页查询,纯Top方式和row_number()解析函数的使用及区别
听同事分享几种数据库的分页查询,自己感觉,还是需要整理一下MS SqlSever的分页查询的. Sql Sever 2005之前版本: select top 页大小 * from 表名 where i ...
- GoodReader跨域访问HT for Web手册
最近下载了GoodReader App,发现GoodReader中打开的页面不仅支持WebGL,同时还允许跨域访问资源,以前不少HT for Web手册的例子需要Web服务器发布的方式才能访问,否则需 ...
- react路由案例(非常适合入门)
前面已经已经讲过一次路由 稍微有些复杂 考虑到有些同学刚接触到 我准备了一个简单的demo 就当自己也顺便复习一下 data.js const data = [ { name: 'Ta ...
- SpringAOP使用扩展
在<初识Spring>中我们了解到Spring支持AOP且可配置方法的前置曾强和后置曾强,但其实Spring支持多种曾强类型.下面同过一些例子来介绍Spring的几种常用的曾强(前置增强和 ...
- SQL Server时间粒度系列----第5节小时、分钟时间粒度详解
本文目录列表: 1.SQL Server小时时间粒度2.SQL Server分钟时间粒度 3.总结语 4.参考清单列表 SQL Server小时时间粒度 这里说的时间粒度是指带有 ...
- DP - 2016网易杭研笔试题A
2016网易杭研笔试题A Problem's Link ------------------------------------------------------------------------ ...
- 别误用IsDigit与IsNumber函数(转)
1.起因 最近发现程序中有一段控制TextBox数字输入的代码,相信大家都不会太陌生,如下: void int_KeyPress(object sender, KeyPressEventArgs e) ...