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的科 ...
随机推荐
- java实现将汉字转为拼音
有时候为了方便操作程序的开发,需要将汉字转为拼音等操作.下面这个是自己结合网上的资料,加上自己在公司项目中的亲自实践.完整的实现了将汉字转为拼音的操作.这个Demo只是负责将其转换,在main方法中测 ...
- tomcat连接器
Connector是Tomcat最核心的组件之一,负责处理一个WebServer最核心的连接管理.Net IO.线程(可选).协议解析和处理的工作.一.连接器介绍在开始Connector探索之路之前, ...
- 【JDK源码分析】String的存储区与不可变性
// ... literals are interned by the compiler // and thus refer to the same object String s1 = " ...
- Swift泛型Protocol对比C#泛型Interface
本篇纯属抬杠之作,之前我们提到了Swift的泛型Protocol使用associatedtype关键字,而不是使用<Type>语法的泛型参数.这其中有什么好处呢? 我就这个问题搜索了一些回 ...
- StreamHelper
public static MemoryStream CreateMemoryStreamFromBytes(byte[] inputData) { if (inputData == null || ...
- Java 多线程下的单例模式
单例对象(Singleton)是一种常用的设计模式.在Java应用中,单例对象能保证在一个JVM中,该对象只有一个实例存在.正是由于这个特 点,单例对象通常作为程序中的存放配置信息的载体,因为它能保证 ...
- 【转载】Memcached在.Net中的基本操作
一.Memcached ClientLib For .Net 首先,不得不说,许多语言都实现了连接Memcached的客户端,其中以Perl.PHP为主. 仅仅memcached网站上列出的语言就有: ...
- C语言学习009:管道连接输入输出
现在我们需要对gpsdata.csv文件中的数据进行筛选,然后将符合条件的数据输出到output.json文件中,第一种方式当然是在之前的代码中进行修改,但是如果我们不想修改原来的代码就能得到我们期望 ...
- c# 访问SQL Server 其他会话正在使用事务的上下文
这个异常是我第二次遇到! 从网上查找资料后知道了是由于数据库链接字符串是远程链接造成的,去掉链接服务器地址就行了,换成普通的链接字符串就可以了
- jquery输入数字随机抽奖特效
简介:jQuery自定义数值抽奖活动代码是一款点击开始按钮计算机会产生玩家输入范围内的随机数,点击停止按钮,将显示数字最终结果的效果. 效果展示 http://hovertree.com/texiao ...