hn-classics/_stories/2010/8053032.md

38 KiB

created_at title url author points story_text comment_text num_comments story_id story_title story_url parent_id created_at_i _tags objectID year
2014-07-18T13:59:28.000Z The 10:10 Code (2010) http://blog.jgc.org/2010/06/1010-code.html? jgrahamc 117 29 1405691968
story
author_jgrahamc
story_8053032
8053032 2010

Source

John Graham-Cumming: The 10:10 Code

John Graham-Cumming

Monday, June 14, 2010

The 10:10 Code

Four years ago I wrote about a way to encode the latitude and longitude of any point on the Earth's surface to 10m of accuracy with a 10 character code. Apart from a modification to the way the check digit is calculated, the code remains unchanged.

The idea is this: instead of giving people addresses, or coordinates, you can give them something like a post code for any point on the Earth's surface. This can then be entered into a GPS device and decoded. Thus a business can provide its 10:10 code and know that people will be able to find it.

I was reminded of this, this weekend when I took the Eurotunnel to France. On their web site they say:


Now those latitude and longitude values are very hard to enter, and, although in the UK post codes are pretty accurate, they are not universal (e.g. in France and the US there's no equivalent). In contrast the 10:10 code is global.

Here's some JavaScript code that calculates the 10:10 code:

The 10:10 code of the Eurotunnel terminal in the UK is: MED 8FV N9K5

PS. Many people have pointed out that there are existing systems like this, and existing patents. As far as I am aware, none of them include a check digit. For example, there's the Military Grid Reference System, the Natural Area Code, this Microsoft patent and Geohash. The check digit is critical because it reduces operator error when entering a location on a GPS device.

Posted by John Graham-Cumming at 15:35

Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest

Labels: pseudo-randomness

30 comments:

Mário Valente said...

You should propose this as worldwide postal code...

-- MV

4:29 PM

Mark Russell said...

It'd be nice if the likes of Google maps (or my phone's Navigation or Maps app) understood it.

... and, if there were a web service like bitly for location that put me on the map of my choice in the right place.

... and, as an extension to that idea, if QR barcodes could link to the service.

5:52 PM

Ross said...
Probably shouldn't use both "8" and "B" or "D" and "0"...

6:58 PM

Bob said...
What about using both lower- and upper-case?

7:14 PM

R said...

This looks like simple arithmetic.

I would suggest two basic improvements...

  1. Take into account that at higher latitudes, longitude need not be encoded as accurately.

  2. don't combine latitude and longitude. Keep them separate, with a space in between. That way, a human reader can tell that two encoded points are near each other.

: 7:17 PM

John said...
What a great idea for a google maps mashup!

7:27 PM

Charlie M said...
this code is made less readable by use of single character variable names. :( Is it too much to expand them please?

7:47 PM

TextLogic Inc said...
Do you have reverse ? i.e. given the string splits to proper lan/lat ?

8:21 PM

Kaveh Shahbazian said...

Very interesting!

Q1: Where in the code the radius 10m is specified? Can we produce code with 500m radius?

Q2: Does this mean all points in a radius of 10m distance of a specific point will produce the same code?

9:07 PM

qbxk said...

cool stuff, two comments tho, first i translated your code to perl and couldn't get the same answer, so i then tried it in js and i got the same answer i got in perl!

so i think that the location at 51.09559,1.12207 maps to MEQ N6G 7NY5

secondly, c %= 29 you probably meant c %= base

10:18 PM

qbxk said...

cool stuff, two comments tho, first i translated your code to perl and couldn't get the same answer, so i then tried it in js and i got the same answer i got in perl!

so i think that the location at 51.09559,1.12207 maps to MEQ N6G 7NY5

secondly, c %= 29 you probably meant c %= base

10:20 PM

jdeisenberg said...
It's a clever idea, but it's too clever for a stupid person like me. I look at "MED 8FV N9K5," and it's not immediately obvious to me that it describes a point north of the equator and east of 0 longitude.

11:09 PM

joe.marcato said...
Here is another way to make the resolution approximately consistent across the globe.
Enclose Earth into a cube. Divide each face of the cube into a 8,000,000 by 8,000,000 grid. Project the location onto the cube. The square number is your code. There are 3.84E14 squares on the cube: that's also 10 characters in base 29 but it gives you a resolution better than 1 meter on the ground anywhere in the world.

12:21 AM

RJ said...

It would be nice (though technically impossible) to use a system where it's easier to calculate the distance between two points.

Perhaps putting a grid over a Winkel Tripel projection would work better

5:19 AM

Yvo said...
I made "GLOCO" a while ago, it encodes lang/lat to a code of 5 up to 10 characters long, since takes into account populair locations in the worlds. Hence city centres have shorter codes, compared to deserts. (www.gloco.com)

6:49 AM

Mukesh Agarwal said...
Hey Nice Idea man.. But I propose either to use alphabets only or remove some confusing (look a likes )LIke: (1 and I,l),(0,o,O),(B,8),(b,6)

8:13 AM

tjp said...

I like this, even though practically it's not very usable. Yahoos WOEID doesn't do error checking, but does a few things that make it v powerful:

- takes accuracy into consideration
- brings some sort of place hierarchy
- helps when the geocode of a place changes (earthquakes etc)

It's a long way for WOEIDS to become something that can be put into a GPS device, but using smart metadata is always better than, er, not that smart.

London is 44418.

http://developer.yahoo.com/geo/geoplanet/guide/concepts.html

8:33 AM

Jonas Hogstrom said...

I translated the code to C#, and I got MEQ N6G 7NY5 as well for the coordinates for the terminal coordinates. The SOC-algoritm from 2006 and the 1010-algorithm differs both in the calculation of the checksum and the alphabet used. the SOC-version uses a 32 character alphabet, and the 1010-version uses only 29 characters. My C# implementation (including exe) for both SOC and 1010 twoway conversions can be found at http://bit.ly/SOC1010

When I converted the 1010-coordinate back to latlong for the eurotunnel terminal, I got a difference of 11.1m from the original coordinates...

9:10 AM

rob said...
So far so good but once encoded how does anyone else use it? Need a decode routine ideally with a link to Gmaps. Apart from that I agree with others who suggest eliminating ambiguous characters like I 1 l

11:44 AM

suzie said...
This comment has been removed by a blog administrator.

11:45 AM

Clay Shannon said...

I am not a scientist, but rather a "jack of all arts" (photography, music, and writing).

I "proposed" a similar way of uniquely encoding locations in my utopian novel "The Vavilovian Conspiracy"

Free to download from www.lulu.com/blackbirdcraven

2:26 PM

id.php said...

Not a bad idea (and the checksum is nifty!). However, the GeoHash scheme has two important properties that 10:10 does not:

  • arbitrary precision (to nearest 5 bits)
  • lat/lon are interleaved

Bit interleaving in particular is useful because a geohash which is the prefix of another contains the other in its bounding box. Two geohashes which share prefixes are near each other. And so on.

This is great for search (e.g. google) and for use as a single database key for a location.

5:47 PM

technogeist said...

Talk about a serendipitous finding.

I've been thinking of, and attempting to create something like this, to extend the concept universally unique identifiers. (UUIDs)

6:38 PM

William T said...
Agree with id.php - any geo-code needs to have the ability to be humanly interpreted - so if you see two codes you can immediately tell if they are close to each other. Geohash has that ability since the left-hand characters encode enclosing (larger) areas.

2:48 AM

mrjbq7 said...

And how about a version in Factor!

By the way, I also get "MEQ N6G 7NY5".

2:47 AM

Nick Berardi said...

The US has something similar but it is not used. In the US it is called ZIP+4 and the +4 such as

12345-1234

Identifies a specific property and can be reversed to an address with the right database. However the ZIP+4 is very rarely used.

12:08 PM

sneakatdatavibe said...

We don't need a twelfth system for encoding lat/lon tuples. Pick an existing one and start using it.

Currently, we have:

- decimal lat/lon

- d/m/s lat/lon

- UTM ( http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system )

- MGRS ( http://en.wikipedia.org/wiki/Military_grid_reference_system )

- Geohash ( http://geohash.org/ )

- "Natural Area Code" ( http://en.wikipedia.org/wiki/Natural_Area_Code )

Please, suggesting something like this and encouraging people to implement it is like coming out with a device that only charges over micro-USB. Just... don't.

1:00 PM

gking86 said...
Maybe it's my military experience, but I find UTM or MGRS the easiest.

1:40 PM

Holtwick said...
If you like it even shorter try my modified Geohash algorithm I used in my twittori.com project. http://blog.twittori.com/about-link-format/

2:43 PM

Kenn Green said...
May someday every place on earth has its own barcode, visitors can learn its history from scanning its qr code.

8:14 AM

Post a Comment

[][144][

[Newer Post][145] [Older Post][146] Home

Subscribe to: [Post Comments (Atom)][147]

Pages

[ ![][148] ][149]

Blog Archive

  • [ ►  ][150] [ 2017 ][151] (4)
    • [ ►  ][150] [ May ][152] (1)
    • [ ►  ][150] [ April ][153] (3)
  • [ ►  ][150] [ 2016 ][154] (11)
    • [ ►  ][150] [ November ][155] (1)
    • [ ►  ][150] [ September ][156] (1)
    • [ ►  ][150] [ July ][157] (2)
    • [ ►  ][150] [ June ][158] (1)
    • [ ►  ][150] [ May ][159] (3)
    • [ ►  ][150] [ April ][160] (1)
    • [ ►  ][150] [ March ][161] (2)
  • [ ►  ][150] [ 2015 ][162] (11)
    • [ ►  ][150] [ November ][163] (1)
    • [ ►  ][150] [ July ][164] (2)
    • [ ►  ][150] [ May ][165] (1)
    • [ ►  ][150] [ April ][166] (5)
    • [ ►  ][150] [ March ][167] (1)
    • [ ►  ][150] [ January ][168] (1)
  • [ ►  ][150] [ 2014 ][169] (4)
    • [ ►  ][150] [ November ][170] (2)
    • [ ►  ][150] [ July ][171] (1)
    • [ ►  ][150] [ June ][172] (1)
  • [ ►  ][150] [ 2013 ][173] (42)
    • [ ►  ][150] [ September ][174] (4)
    • [ ►  ][150] [ August ][175] (1)
    • [ ►  ][150] [ July ][176] (4)
    • [ ►  ][150] [ June ][177] (2)
    • [ ►  ][150] [ May ][178] (6)
    • [ ►  ][150] [ April ][179] (12)
    • [ ►  ][150] [ March ][180] (5)
    • [ ►  ][150] [ February ][181] (2)
    • [ ►  ][150] [ January ][182] (6)
  • [ ►  ][150] [ 2012 ][183] (100)
    • [ ►  ][150] [ December ][184] (3)
    • [ ►  ][150] [ November ][185] (6)
    • [ ►  ][150] [ October ][186] (8)
    • [ ►  ][150] [ September ][187] (7)
    • [ ►  ][150] [ August ][188] (6)
    • [ ►  ][150] [ July ][189] (10)
    • [ ►  ][150] [ June ][190] (10)
    • [ ►  ][150] [ May ][191] (7)
    • [ ►  ][150] [ April ][192] (12)
    • [ ►  ][150] [ March ][193] (12)
    • [ ►  ][150] [ February ][194] (12)
    • [ ►  ][150] [ January ][195] (7)
  • [ ►  ][150] [ 2011 ][196] (149)
    • [ ►  ][150] [ December ][197] (7)
    • [ ►  ][150] [ November ][198] (17)
    • [ ►  ][150] [ October ][199] (5)
    • [ ►  ][150] [ September ][200] (17)
    • [ ►  ][150] [ August ][201] (6)
    • [ ►  ][150] [ July ][202] (16)
    • [ ►  ][150] [ June ][203] (15)
    • [ ►  ][150] [ May ][204] (7)
    • [ ►  ][150] [ April ][205] (9)
    • [ ►  ][150] [ March ][206] (12)
    • [ ►  ][150] [ February ][207] (21)
    • [ ►  ][150] [ January ][208] (17)
  • [ ▼  ][150] [ 2010 ][209] (234)
    • [ ►  ][150] [ December ][210] (19)
    • [ ►  ][150] [ November ][211] (14)
    • [ ►  ][150] [ October ][212] (31)
    • [ ►  ][150] [ September ][213] (37)
    • [ ►  ][150] [ August ][214] (19)
    • [ ►  ][150] [ July ][215] (23)
    • [ ▼  ][150] [ June ][216] (26)
      • [A quite hackable poll][217]
      • [The iGlove][218]
      • [Archive of my NewsTilt stories][219]
      • [An interview with me about The Geek Atlas][220]
      • [The greatest hotel socket collection... ever][221]
      • [What's wrong with Flash Cookies?][222]
      • [Lots of domains are using crackable DKIM RSA keys][223]
      • [Tribute to Alan Turing by a Second World War WREN][224]
      • [UI editing is a professional job][225]
      • [Duodecimal][226]
      • [The BBC needs to fix its "Most Popular Stories Now...][227]
      • [The Elevator Button Problem][228]
      • [A final reply about awarding a Knighthood to Alan ...][229]
      • [Facebook's DKIM RSA key should be crackable][230]
      • [Your last name contains invalid characters][231]
      • [10:10 Code FAQ][232]
      • [The 10:10 Code][233]
      • [Calendar Geeks][234]
      • [Off to Bengaluru][235]
      • [Don't be ashamed to ask for business][236]
      • [How to write a successful blog post][237]
      • [How to write a "Malcolm Gladwell Bestseller" (an M...][238]
      • [Offline HTML5 apps need a way to be installed: the...][239]
      • [Imagine there's no PowerPoint (it isn't hard to do...][240]
      • [How to sleep on a long haul flight][241]
      • [Sun, sand, sea and... science][242]
    • [ ►  ][150] [ May ][243] (8)
    • [ ►  ][150] [ April ][244] (11)
    • [ ►  ][150] [ March ][245] (11)
    • [ ►  ][150] [ February ][246] (15)
    • [ ►  ][150] [ January ][247] (20)
  • [ ►  ][150] [ 2009 ][248] (146)
    • [ ►  ][150] [ December ][249] (24)
    • [ ►  ][150] [ November ][250] (12)
    • [ ►  ][150] [ October ][251] (14)
    • [ ►  ][150] [ September ][252] (19)
    • [ ►  ][150] [ August ][253] (21)
    • [ ►  ][150] [ July ][254] (6)
    • [ ►  ][150] [ June ][255] (18)
    • [ ►  ][150] [ May ][256] (14)
    • [ ►  ][150] [ April ][257] (4)
    • [ ►  ][150] [ March ][258] (7)
    • [ ►  ][150] [ February ][259] (5)
    • [ ►  ][150] [ January ][260] (2)
  • [ ►  ][150] [ 2008 ][261] (61)
    • [ ►  ][150] [ December ][262] (7)
    • [ ►  ][150] [ November ][263] (3)
    • [ ►  ][150] [ October ][264] (2)
    • [ ►  ][150] [ September ][265] (3)
    • [ ►  ][150] [ July ][266] (3)
    • [ ►  ][150] [ June ][267] (4)
    • [ ►  ][150] [ May ][268] (5)
    • [ ►  ][150] [ April ][269] (5)
    • [ ►  ][150] [ March ][270] (10)
    • [ ►  ][150] [ February ][271] (13)
    • [ ►  ][150] [ January ][272] (6)
  • [ ►  ][150] [ 2007 ][273] (64)
    • [ ►  ][150] [ December ][274] (4)
    • [ ►  ][150] [ November ][275] (6)
    • [ ►  ][150] [ October ][276] (6)
    • [ ►  ][150] [ September ][277] (2)
    • [ ►  ][150] [ August ][278] (3)
    • [ ►  ][150] [ July ][279] (6)
    • [ ►  ][150] [ June ][280] (8)
    • [ ►  ][150] [ May ][281] (3)
    • [ ►  ][150] [ April ][282] (4)
    • [ ►  ][150] [ March ][283] (10)
    • [ ►  ][150] [ February ][284] (6)
    • [ ►  ][150] [ January ][285] (6)
  • [ ►  ][150] [ 2006 ][286] (61)
    • [ ►  ][150] [ December ][287] (3)
    • [ ►  ][150] [ November ][288] (2)
    • [ ►  ][150] [ October ][289] (6)
    • [ ►  ][150] [ September ][290] (12)
    • [ ►  ][150] [ July ][291] (5)
    • [ ►  ][150] [ June ][292] (8)
    • [ ►  ][150] [ May ][293] (4)
    • [ ►  ][150] [ April ][294] (11)
    • [ ►  ][150] [ March ][295] (1)
    • [ ►  ][150] [ February ][296] (2)
    • [ ►  ][150] [ January ][297] (7)
  • [ ►  ][150] [ 2005 ][298] (5)
    • [ ►  ][150] [ December ][299] (3)
    • [ ►  ][150] [ November ][300] (2)

[ ![][148] ][301]

| -----|
|

|

|

Simple theme. Powered by [Blogger][302].

[ ![][148] ][303]

[144]: [145]: http://blog.jgc.org/2010/06/1010-code-faq.html "Newer Post" [146]: http://blog.jgc.org/2010/06/calendar-geeks.html "Older Post" [147]: http://blog.jgc.org/feeds/4931502966041055457/comments/default [148]: https://resources.blogblog.com/img/icon18_wrench_allbkg.png [149]: //www.blogger.com/rearrange?blogID=19303585&widgetType=PageList&widgetId=PageList1&action=editWidget&sectionId=sidebar-right-1 "Edit" [150]: javascript:void(0) [151]: http://blog.jgc.org/2017/ [152]: http://blog.jgc.org/2017/05/ [153]: http://blog.jgc.org/2017/04/ [154]: http://blog.jgc.org/2016/ [155]: http://blog.jgc.org/2016/11/ [156]: http://blog.jgc.org/2016/09/ [157]: http://blog.jgc.org/2016/07/ [158]: http://blog.jgc.org/2016/06/ [159]: http://blog.jgc.org/2016/05/ [160]: http://blog.jgc.org/2016/04/ [161]: http://blog.jgc.org/2016/03/ [162]: http://blog.jgc.org/2015/ [163]: http://blog.jgc.org/2015/11/ [164]: http://blog.jgc.org/2015/07/ [165]: http://blog.jgc.org/2015/05/ [166]: http://blog.jgc.org/2015/04/ [167]: http://blog.jgc.org/2015/03/ [168]: http://blog.jgc.org/2015/01/ [169]: http://blog.jgc.org/2014/ [170]: http://blog.jgc.org/2014/11/ [171]: http://blog.jgc.org/2014/07/ [172]: http://blog.jgc.org/2014/06/ [173]: http://blog.jgc.org/2013/ [174]: http://blog.jgc.org/2013/09/ [175]: http://blog.jgc.org/2013/08/ [176]: http://blog.jgc.org/2013/07/ [177]: http://blog.jgc.org/2013/06/ [178]: http://blog.jgc.org/2013/05/ [179]: http://blog.jgc.org/2013/04/ [180]: http://blog.jgc.org/2013/03/ [181]: http://blog.jgc.org/2013/02/ [182]: http://blog.jgc.org/2013/01/ [183]: http://blog.jgc.org/2012/ [184]: http://blog.jgc.org/2012/12/ [185]: http://blog.jgc.org/2012/11/ [186]: http://blog.jgc.org/2012/10/ [187]: http://blog.jgc.org/2012/09/ [188]: http://blog.jgc.org/2012/08/ [189]: http://blog.jgc.org/2012/07/ [190]: http://blog.jgc.org/2012/06/ [191]: http://blog.jgc.org/2012/05/ [192]: http://blog.jgc.org/2012/04/ [193]: http://blog.jgc.org/2012/03/ [194]: http://blog.jgc.org/2012/02/ [195]: http://blog.jgc.org/2012/01/ [196]: http://blog.jgc.org/2011/ [197]: http://blog.jgc.org/2011/12/ [198]: http://blog.jgc.org/2011/11/ [199]: http://blog.jgc.org/2011/10/ [200]: http://blog.jgc.org/2011/09/ [201]: http://blog.jgc.org/2011/08/ [202]: http://blog.jgc.org/2011/07/ [203]: http://blog.jgc.org/2011/06/ [204]: http://blog.jgc.org/2011/05/ [205]: http://blog.jgc.org/2011/04/ [206]: http://blog.jgc.org/2011/03/ [207]: http://blog.jgc.org/2011/02/ [208]: http://blog.jgc.org/2011/01/ [209]: http://blog.jgc.org/2010/ [210]: http://blog.jgc.org/2010/12/ [211]: http://blog.jgc.org/2010/11/ [212]: http://blog.jgc.org/2010/10/ [213]: http://blog.jgc.org/2010/09/ [214]: http://blog.jgc.org/2010/08/ [215]: http://blog.jgc.org/2010/07/ [216]: http://blog.jgc.org/2010/06/ [217]: http://blog.jgc.org/2010/06/quite-hackable-poll.html [218]: http://blog.jgc.org/2010/06/iglove.html [219]: http://blog.jgc.org/2010/06/archive-of-my-newstilt-stories.html [220]: http://blog.jgc.org/2010/06/interview-with-me-about-geek-atlas.html [221]: http://blog.jgc.org/2010/06/greatest-hotel-socket-collection-ever.html [222]: http://blog.jgc.org/2010/06/whats-wrong-with-flash-cookies.html [223]: http://blog.jgc.org/2010/06/lots-of-domains-are-using-crackable.html [224]: http://blog.jgc.org/2010/06/tribute-to-alan-turing-by-second-world.html [225]: http://blog.jgc.org/2010/06/ui-editing-is-professional-job.html [226]: http://blog.jgc.org/2010/06/duodecimal.html [227]: http://blog.jgc.org/2010/06/bbc-needs-to-fix-its-most-popular.html [228]: http://blog.jgc.org/2010/06/elevator-button-problem.html [229]: http://blog.jgc.org/2010/06/final-reply-about-awarding-knighthood.html [230]: http://blog.jgc.org/2010/06/facebooks-dkim-rsa-key-should-be.html [231]: http://blog.jgc.org/2010/06/your-last-name-contains-invalid.html [232]: http://blog.jgc.org/2010/06/1010-code-faq.html [233]: http://blog.jgc.org/2010/06/1010-code.html [234]: http://blog.jgc.org/2010/06/calendar-geeks.html [235]: http://blog.jgc.org/2010/06/off-to-bengaluru.html [236]: http://blog.jgc.org/2010/06/dont-be-ashamed-to-ask-for-business.html [237]: http://blog.jgc.org/2010/06/how-to-write-successful-blog-post.html [238]: http://blog.jgc.org/2010/06/how-to-write-malcolm-gladwell.html [239]: http://blog.jgc.org/2010/06/offline-html5-apps-need-way-to-be.html [240]: http://blog.jgc.org/2010/06/imagine-theres-no-powerpoint-it-isnt.html [241]: http://blog.jgc.org/2010/06/how-to-sleep-on-long-haul-flight.html [242]: http://blog.jgc.org/2010/06/sun-sand-sea-and-science.html [243]: http://blog.jgc.org/2010/05/ [244]: http://blog.jgc.org/2010/04/ [245]: http://blog.jgc.org/2010/03/ [246]: http://blog.jgc.org/2010/02/ [247]: http://blog.jgc.org/2010/01/ [248]: http://blog.jgc.org/2009/ [249]: http://blog.jgc.org/2009/12/ [250]: http://blog.jgc.org/2009/11/ [251]: http://blog.jgc.org/2009/10/ [252]: http://blog.jgc.org/2009/09/ [253]: http://blog.jgc.org/2009/08/ [254]: http://blog.jgc.org/2009/07/ [255]: http://blog.jgc.org/2009/06/ [256]: http://blog.jgc.org/2009/05/ [257]: http://blog.jgc.org/2009/04/ [258]: http://blog.jgc.org/2009/03/ [259]: http://blog.jgc.org/2009/02/ [260]: http://blog.jgc.org/2009/01/ [261]: http://blog.jgc.org/2008/ [262]: http://blog.jgc.org/2008/12/ [263]: http://blog.jgc.org/2008/11/ [264]: http://blog.jgc.org/2008/10/ [265]: http://blog.jgc.org/2008/09/ [266]: http://blog.jgc.org/2008/07/ [267]: http://blog.jgc.org/2008/06/ [268]: http://blog.jgc.org/2008/05/ [269]: http://blog.jgc.org/2008/04/ [270]: http://blog.jgc.org/2008/03/ [271]: http://blog.jgc.org/2008/02/ [272]: http://blog.jgc.org/2008/01/ [273]: http://blog.jgc.org/2007/ [274]: http://blog.jgc.org/2007/12/ [275]: http://blog.jgc.org/2007/11/ [276]: http://blog.jgc.org/2007/10/ [277]: http://blog.jgc.org/2007/09/ [278]: http://blog.jgc.org/2007/08/ [279]: http://blog.jgc.org/2007/07/ [280]: http://blog.jgc.org/2007/06/ [281]: http://blog.jgc.org/2007/05/ [282]: http://blog.jgc.org/2007/04/ [283]: http://blog.jgc.org/2007/03/ [284]: http://blog.jgc.org/2007/02/ [285]: http://blog.jgc.org/2007/01/ [286]: http://blog.jgc.org/2006/ [287]: http://blog.jgc.org/2006/12/ [288]: http://blog.jgc.org/2006/11/ [289]: http://blog.jgc.org/2006/10/ [290]: http://blog.jgc.org/2006/09/ [291]: http://blog.jgc.org/2006/07/ [292]: http://blog.jgc.org/2006/06/ [293]: http://blog.jgc.org/2006/05/ [294]: http://blog.jgc.org/2006/04/ [295]: http://blog.jgc.org/2006/03/ [296]: http://blog.jgc.org/2006/02/ [297]: http://blog.jgc.org/2006/01/ [298]: http://blog.jgc.org/2005/ [299]: http://blog.jgc.org/2005/12/ [300]: http://blog.jgc.org/2005/11/ [301]: //www.blogger.com/rearrange?blogID=19303585&widgetType=BlogArchive&widgetId=BlogArchive1&action=editWidget&sectionId=sidebar-right-1 "Edit" [302]: https://www.blogger.com [303]: //www.blogger.com/rearrange?blogID=19303585&widgetType=Attribution&widgetId=Attribution1&action=editWidget&sectionId=footer-3 "Edit"

[*[15:35]: 2010-06-14T15:35:00Z