W. Randolph Franklin, Professor

Electrical, Computer, and Systems Engineering Dept.,
6026 JEC,
Rensselaer Polytechnic Institute,
110 Eighth St,
Troy NY, 12180
USA

Communication

Vcards         How To Email Me         GPG key
phone: +1.518.276.6077 (let it ring many times)
Travel Directions to RPI

Professional

BSc (Toronto), AM, PhD, Applied Math (Harvard).
Program Director, Numeric, Symbolic, and Geometric Computation Program, CISE, National Science Foundation, 2000-2002.
Visiting Professor, UC Berkeley, 1985-1986.
Visiting positions at Genoa, Laval, CSIRO Canberra, National University of Singapore, 1992-1993.
supervised 13 PhD and 65 masters graduates.
Brief Bio       Long resume
          

Teaching, students

ECSE-4750 Computer Graphics Fall 2009
ECSE-6800 Advanced Computer Graphics Spring 2009 
Older courses
Advice To Grad Student Applicants
Advice To DQE Examinees
Teaching philosophy (Jan 2007)
Famous RPI graphics-related grads

Research

Geometry has been my overriding interest since high school in the 1960s. Geometry is the "branch of mathematics that deals with the measurement, properties, and relationships of points, lines, angles, surfaces, and solids" 1. The Geo in geometry is from the Greek Γη meaning, ''earth, ground, land''. 2. My major recently concluded project was Geo*, a DARPA-funded project for representing and operating on terrain, that is, elevation.

Geo* accomplishments:

  1. efficient hi-res visibility computation on terrain,
  2. multiple observer siting to maximize joint viewshed,
  3. ODETLAP, an extension of the Laplacian PDE to an overdetermined system of equations, which is used in many of the following results,
  4. extremely compact lossy terrain (elevation) compression,
  5. terrain compression that reconstructs slopes accurately,
  6. lossily compressed terrain supports motion-planning (path planning),
  7. path planning with sophisticated cost metric on large terrain, and
  8. a better surface fitting procedure for bathymetry data that is very unevenly spaced.

My current project 3 attempts to predict how erosion occurs in levee failure by overtopping, and, after a failure, to reverse-simulate what happened.

I've applied the same underlying principles in Computational Geometry producing algorithms useful for large datasets, mostly in 3D, and usually implemented.

Here are various details: strategy · computational cartography · computational geometry · other topics · proposal writing notes · misc notes · former masters (65) and doctoral (13) students · new topics.

Recent research

FWCG2009

Christopher S. Stuetzle, Zhongxian Chen, Katrina Perez, Jared Gross, Barbara Cutler, W. Randolph Franklin, and Thomas Zimmie. Segmented height field and smoothed particle hydrodynamics in erosion simulation. extended abstract.

ACM SIGSPATIAL GIS2009

Tsz-Yam Lau, You Li, Zhongyi Xie, and W. Randolph Franklin. Sea floor bathymetry trackline surface fitting without visible artifacts using ODETLAP. paper, poster, fast forward talk. video.

FWCG2008

Operating on large geometric datasets,

Fall Workshop in Computational Geometry (FWCG) 2008, 1 Nov 2008, extended abstract, talk, (11/2/2008). Longer papers and talks on the same topic:

  1. Analysis of mass properties of the union of millions of polygedra
  2. Mass properties of the union of millions of identical cubes]
  3. related talk
  4. earlier but more detailed talk

ACMGIS2008

3 presentations by my students at 16th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems (ACM GIS 2008), Irvine CA, 5-7 Nov 2008.
  1. Parallel ODETLAP for terrain compression and reconstruction. paper, talk.
  2. Path planning on a compressed terrain. poster.
  3. Evaluating hydrology preservation of simplified terrain representations. PhD student poster (won a best poster award), fast forward presentation.

Things that don't fit anywhere else

New on this site

  • HTML version of my resume including links to most of my papers and talks. (6/22/2009)
  • Reorganization and updating of my Research pages. (6/17/2009)
  • My letter to the Albany (NY) Times Union recommending Pres. Jackson to replace Sen Clinton. (1/4/2009)
  • New Workshop Organizers Cheat Sheet. (12/13/2008)
  • Updated Proposal Writers Cheat Sheet. (10/30/2008)
  • Reorganized web site, (10/19/2008)
  • The Fall Workshop in Computational Geometry 2008 (FWCG2008) is at RPI on Fri Oct 31 and Sat Nov 1, 2008. The local arrangements chair is Barb Cutler. The accepted abstracts are online. (10/30/2008)
  • Updated resume-franklin.pdf with links to most papers and some talks. (5/5/2008)
  • Update home page; new page: GeoStar. (4/26/2008)
  • My letter to the Albany NY Times Union on state support of private higher education, (12/28/2007)
  • reorganized home page, (12/13/2007)
  • NSF And DARPA - talk at RPI, (12/10/2007)
  • Misc points for my advisees (started 3/13/2007)

HW I have used (at least a little)

DEC PDP 1, 8, 10, 11, Vax 11/780; IBM 1620, 7094, 360, 370, 5100; Prime; Lisp Machine; Motorola 6811, 68000, 68010, 68020; Sequent Balance; CM-2; Intel 8051, 8086, Pentium, Xeon; Sun Sparc; AMD Opteron.

Wordlengths: 8, 12, 16, 32, 36 (containing 5 7-bit chars plus 1 spare bit)

How to program a low-level machine

  1. Toggle in a bootstrap loader on the front panel.
  2. Read in a paper tape with a text editor.
  3. Read in a paper tape with your program, written in assembly.
  4. Use TECO to edit your program on the teletypewriter.
  5. Punch out a paper tape with the new version of your program.
  6. Read in a paper tape with the assembler.
  7. Read in the paper tape with your program.
  8. Punch out your assembled program.
  9. Read in your assembled program.
  10. Run it.
  11. Correct small errors by toggling on the front panel new values for certain words in core.
  12. For big errors, go back to step 2.

How to program a slightly higher level machine

  1. Write out your program on paper.
  2. Punch your program onto cards, one card per line, using a machine called a keypunch, the size of a desk.
  3. Correct any typos by inserting a card into a read slot in the keypunch, duplicating it onto a new card up to the typo, typing the correct char, and then duplicating the rest of the line.
  4. If a card is damaged it may jam in the keypunch. Use a card saw (like a hacksaw blade) to pry it out in pieces.
  5. Add job control cards before and after your program to tell the computer how to compile and run it and what files it will read and write. When creating a new file, specify a few parameters:
    1. name
    2. volume it will go in (like a partition)
    3. whether to catalog it (so future users don't need to know the partition)
    4. is the file new or existing?
    5. disposition when the job finishes, e.g., keep or delete
    6. disposition if the job ends abnormally
    7. type of units of storage to allocate, e.g., cylinder or track
    8. number of those units
    9. number more to allocate whenever more space is needed
    10. whether to keep or release any extra storage at the end
    11. format of records in the file, e.g., fixed or variable length
    12. if fixed, the record length
    13. how the records are grouped into blocks
    Most of the above are required and do not have useful defaults. Example:
    //SYSUT2 DD DSN=MYFILE,DISP=(NEW,KEEP,DELETE),
    // SPACE=(CYL,(5,1),RLSE),RECFM=(FB,80,3200)
  6. Use a magic marker to draw a diagonal line across the top edge of the card desk to aid in sorting the cards if you drop them.
  7. Read the card deck into the computer.
  8. Wait for it to print out the result on 15" wide fanfold paper.
  9. Examine the output. Add lines to your program by punching new cards and inserting them into the deck.
  10. Repeat.

Locations of visitors to this page

 

1 (Merriam-Webster dictionary)

2 The American Heritage® Book of English Usage

3 Cutler, Zimmie, Franklin. NSF CMMI-0835762: CDI-Type I: Fundamental Terrain Representations and Operations

This page looks best in Firefox, Mozilla, or Epiphany, almost as good in Opera, and worst in Explorer.