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的科 ...
随机推荐
- 【GIT】Github上传本地代码详解
本教程结合Github服务端和客户端完成本地代码上传至Github,下面进行详细讲解: 1.创建Github账号,这一个步骤应该不用太多解释,直接上官网进行注册登录即可https://github.c ...
- ”Connection reset by peer“引发的思考
闲来无事,把之前写的一个游戏服务器框架(<一个java页游服务器框架>),部署到阿里云服务器上,测试运行了下,结果看到后台log中打印出了“Connection reset by peer ...
- javascript必知必会:面象对象编程
面象对象编程技术的核心理念:封装.继承.多态:在一些主流的高级编程语言中,比如:C#,VB.NET,JAVA,PHP等都是很容易实现的,而如果要在javascript中实现面象对象编程,可就不那么直接 ...
- Node.js系列基础学习-----回调函数,异步
Node.js基础学习 Node.js回调函数 Node.js异步编程的直接体现就是回调,异步编程依托回调来实现,但不是异步.回调函数在完成任务后就会被调用,Node有很多的回调函数,其所有的API都 ...
- JavaScript基础插曲---apply,call和URL编码等方法
Js基础学习 Js的压缩: 就是利用js的语法格式通过缩短变量名,去掉空格等来进行压缩. Apply和call的使用 1:apply方法:应用某一对象的方法,用于一个对象替换当前对象.主要是改变thi ...
- JAVA - 优雅的记录日志(log4j实战篇)
写在前面 项目开发中,记录错误日志有以下好处: 方便调试 便于发现系统运行过程中的错误 存储业务数据,便于后期分析 在java中,记录日志有很多种方式: 自己实现 自己写类,将日志数据,以io操作方式 ...
- 使用.NET 4.0+ 操作64位系统中的注册表
一.64位系统中的注册表 以 LocalMachine 中的启动项为例: 64位应用的注册表位置还是在: SOFTWARE\Microsoft\Windows\CurrentVersion\Run 而 ...
- 为什么要用 Bootstrap
[Bootstrap](http://hovertree.com/menu/bootstrap/) 是由两个 twitter 员工开发并开源的前端框架,非常火爆,而如此火爆自然有它的道理,在我们团队的 ...
- iOS 阶段学习第七天笔记(函数、递归)
iOS学习(C语言)知识点整理笔记 一.函数 1)概念:具有特定功能的代码块的封装 2)函数的定义: 函数类型+函数名(形参列表) 函数类型 函数名(形参类型1 形参名1,形参类型2 形参名2 ...
- C#实现二叉树的各种遍历
1. 引言 在实际的项目中,树还是用的比较多的一种,尤其是对于具有层次结构的数据.相信很多人都学过树的遍历,比如先序遍历,后序遍历等,利用递归还是很容易理解的. 今天给大家介绍下二叉树的几种遍历算法, ...