Writing a technical paper
Writing a technical paper by Michael Ernst April, 2005 Last updated: September 4, 2013 Contents: Know your message, and stay on message Which details to include…
View More Writing a technical paperTRB (Transportation Research Board) Bibliography Style for Word 2007/2010
A wonderful citation manager was introduced in Microsoft Word 2007 (found on the ‘Reference’ tab, see below). It allows one to add sources to a…
View More TRB (Transportation Research Board) Bibliography Style for Word 2007/2010Matlab – Working with Videos———-IMAGE WARPING and MOSAICING
the process of combining multiple photographic images with overlapping fields of view to produce a segmented panorama or high-resolution image. Commonly performed through the use…
View More Matlab – Working with Videos———-IMAGE WARPING and MOSAICINGObama Outlines Ambitious Plan to Cut Greenhouse Gases
http://www.nytimes.com/2013/06/26/us/politics/obama-plan-to-cut-greenhouse-gases.html?smid=li-share&_r=1& Christopher Gregory/The New York Times Obama Unveils Climate Change Plan: At Georgetown University on Tuesday, the president outlined steps to reduce greenhouse gas emissions…
View More Obama Outlines Ambitious Plan to Cut Greenhouse GasesWriting a for-loop in R
by Patrick on 23 March, 2013 in Patrick’s Ponderables There may be no R topic that is more controversial than the humble for-loop. And, to top it off, good help…
View More Writing a for-loop in R10+ Notepad++ Tips For Fast Development
Notepad++ is an open-source text editor for Windows. I have to work on different technologies, It’s not possible to install all editors (like Dreamweaver, Visual studio…
View More 10+ Notepad++ Tips For Fast DevelopmentPlotting a 3D surface plot with contour map overlay, using R
I have a 3-tuple data set (X,Y,Z points) that I want to plot using R. I want to create a surface plot from the data,…
View More Plotting a 3D surface plot with contour map overlay, using RReading in data from an external file
Reading in data from an external file The data sets: test.txt, cars.txt, test_missing.txt, test_missing_comma.txt, test_fixed.txt, scan.txt, 1. Reading in data from the console using the scan function For very small data vectors it…
View More Reading in data from an external fileVMT/Travel Demand
State Transportation Research Board NCHRP Other Resources State Reducing Vehicle Miles Traveled Through Smart Land-Use Design, New York State Department of Transportation (December 2011). This…
View More VMT/Travel DemandReturn Value Based On Cell Being Within Numeric Range
=INDEX({“high”,”medium”,”low”},1,MATCH(A1,{500,50,10},-1)) This will return; “high” if A1 is between 51 to 500 “medium” if A1 is between 11 to 50 “low” if A1 is…
View More Return Value Based On Cell Being Within Numeric Range