You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(21) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(15) |
Feb
(34) |
Mar
(20) |
Apr
(19) |
May
(15) |
Jun
(15) |
Jul
(10) |
Aug
(6) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(3) |
| 2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
| 2009 |
Jan
(3) |
Feb
|
Mar
(27) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(16) |
Aug
(19) |
Sep
(55) |
Oct
(51) |
Nov
(15) |
Dec
(10) |
| 2010 |
Jan
(11) |
Feb
(3) |
Mar
(22) |
Apr
(13) |
May
(9) |
Jun
(23) |
Jul
(59) |
Aug
(63) |
Sep
(24) |
Oct
(46) |
Nov
(20) |
Dec
(14) |
| 2011 |
Jan
(16) |
Feb
(16) |
Mar
(4) |
Apr
(9) |
May
(3) |
Jun
(5) |
Jul
(1) |
Aug
(3) |
Sep
(6) |
Oct
(7) |
Nov
|
Dec
(5) |
| 2012 |
Jan
(6) |
Feb
(37) |
Mar
(24) |
Apr
(24) |
May
(19) |
Jun
(26) |
Jul
(14) |
Aug
(21) |
Sep
(27) |
Oct
(16) |
Nov
(43) |
Dec
(42) |
| 2013 |
Jan
(24) |
Feb
(26) |
Mar
(31) |
Apr
(56) |
May
(82) |
Jun
(79) |
Jul
(30) |
Aug
(76) |
Sep
(40) |
Oct
(85) |
Nov
(105) |
Dec
(136) |
| 2014 |
Jan
(92) |
Feb
(84) |
Mar
(48) |
Apr
(84) |
May
(80) |
Jun
(46) |
Jul
(104) |
Aug
(70) |
Sep
(74) |
Oct
(53) |
Nov
(36) |
Dec
(3) |
| 2015 |
Jan
(10) |
Feb
(37) |
Mar
(52) |
Apr
(30) |
May
(101) |
Jun
(42) |
Jul
(32) |
Aug
(25) |
Sep
(50) |
Oct
(60) |
Nov
(74) |
Dec
(41) |
| 2016 |
Jan
(26) |
Feb
(42) |
Mar
(89) |
Apr
(26) |
May
(50) |
Jun
(66) |
Jul
(54) |
Aug
(65) |
Sep
(57) |
Oct
(9) |
Nov
(42) |
Dec
(7) |
| 2017 |
Jan
(37) |
Feb
(24) |
Mar
(22) |
Apr
(22) |
May
(39) |
Jun
(57) |
Jul
(10) |
Aug
(39) |
Sep
(17) |
Oct
(43) |
Nov
(18) |
Dec
(32) |
| 2018 |
Jan
(31) |
Feb
(29) |
Mar
(23) |
Apr
(31) |
May
(13) |
Jun
(21) |
Jul
(32) |
Aug
(42) |
Sep
(25) |
Oct
(36) |
Nov
(16) |
Dec
(5) |
| 2019 |
Jan
(35) |
Feb
(25) |
Mar
(13) |
Apr
(3) |
May
(9) |
Jun
(9) |
Jul
(22) |
Aug
(19) |
Sep
(4) |
Oct
(5) |
Nov
(3) |
Dec
(1) |
| 2020 |
Jan
(9) |
Feb
(22) |
Mar
(13) |
Apr
(7) |
May
(4) |
Jun
(8) |
Jul
(9) |
Aug
(13) |
Sep
(24) |
Oct
(8) |
Nov
(21) |
Dec
(10) |
| 2021 |
Jan
(9) |
Feb
(4) |
Mar
(33) |
Apr
(9) |
May
(7) |
Jun
(1) |
Jul
(8) |
Aug
(14) |
Sep
(15) |
Oct
(10) |
Nov
(10) |
Dec
(2) |
| 2022 |
Jan
(8) |
Feb
(14) |
Mar
(17) |
Apr
(6) |
May
(37) |
Jun
(20) |
Jul
(7) |
Aug
(17) |
Sep
(2) |
Oct
(8) |
Nov
(11) |
Dec
|
| 2023 |
Jan
(6) |
Feb
|
Mar
(3) |
Apr
(6) |
May
(10) |
Jun
(16) |
Jul
(2) |
Aug
(3) |
Sep
(18) |
Oct
(9) |
Nov
(8) |
Dec
(14) |
| 2024 |
Jan
(5) |
Feb
(2) |
Mar
(11) |
Apr
(10) |
May
(4) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
|
Oct
(5) |
Nov
(8) |
Dec
|
| 2025 |
Jan
(3) |
Feb
|
Mar
(3) |
Apr
(7) |
May
(5) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|
From: Steve T. <st...@mo...> - 2006-11-13 16:19:07
|
Hi, I thought I'd send this to open up the discussions on the new list!:-) I haven't checked in this code yet but I have modified generate-tiles.pm and BatchTilesImage.pm to allow marking up of the features in each of the tiles using client side image maps. We may want to change this later to do CSS maps but that would be only a small code modification. It basically generates an html file per tile with an inlined image and the appropriate map coordinates. The browser XMLHttpRequests the data over when it needs to using Ajax.Updater (from the js library Prototype). You can see what it looks like on: http://slave.molbiol.ox.ac.uk/gbrowse/TiledImage/ecoli/prototype_gbrowse.html Try dragging and clicking on features. Advantages of current implementation ----------------------------------- - should work on all browsers and doesn't require any fancy javascript - will support polygons, ellipses etc - allows distribution on different servers for tiles Disadvantages of implementation ------------------------------- - all html per tile currently generated server side (not sure if this is an advantage or disadvantage at this stage) but may be a pain to do updates Obviously where javascript:alert('Active image map') you should have the relevant details of the feature and a nicer pop up. The js alerts are pretty annoying at the moment when dragging! I intend to put js pop ups similar to the ones we have at http://gbrowse.molbiol.ox.ac.uk/cgi-bin/gbrowse/coli_demo/?name=U00096%3A1..10000. Let me know what you think. I will check it in if people think it is worthwhile at this stage. Regards, Steve ------------------------------------------------------------------ Head of Computational Biology Research Group Medical Sciences Division Weatherall Institute of Molecular Medicine/Sir William Dunn School Oxford University Tel: +44 (0)1865 (2)22640 (WIMM - Monday to Wednesday) Tel: +44 (0)1865 (2)85732 (Dunn - Thursday to Friday) Web: http://www.compbio.ox.ac.uk |
|
From: Andrew U. <and...@gm...> - 2006-11-02 18:18:27
|
Greetings! I would like to welcome everyone to the new AJAX GBrowse mailing list, and thank you for your interest, participation, support, and so on... this is very exciting! Those of you that aren't on the list are being CC'ed and should subscribe here: https://lists.sourceforge.net/lists/listinfo/gmod-ajax This list is for announcements, development discussion, and pretty much anything related to this project... so, let me get the ball rolling. 0. DEMO Just so everyone knows, the demo of what we've done so far can be found here: http://genome.biowiki.org/ 1. CVS ACCESS AND SOURCEFORGE STUFF We are now part of the Generic-Genome-Browser module of the GMOD SourceForge CVS repository (see the "ajax" subdir). Developers can check the code out like this: cvs -z3 -d:ext:YOU...@gm...:/cvsroot/gmod co -P Generic-Genome-Browser If you want to be a developer, please get a SF account (at sf.net) and e-mail your login to Scott Cain (ca...@cs...). We also have bugtracking through SF (which I haven't taken a look at, but will in a moment) and a CVS commits mailing list, which you can subscribe to here: https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse-ajax-commits Scott, thanks a million for setting all this up! 2. LIST ADMINISTRIVIA Currently, if you hit "reply" to a list message, it replies to the person who originally sent the message. While this is nice for announcements and keeps the traffic down, it's not great for discussion, and discussion is the main reason why we have this list. I want to change the settings so that hitting "reply" will reply back to everyone on the list... anyone for or against this? I'll set this up if I don't hear otherwise. 3. OTHER RESOURCES We will be using the GBrowse web of biowiki.org (Ian Holmes' lab wiki) for posting info about all aspects of the project. The web is rooted here: http://biowiki.org/view/GBrowse/WebHome In my opinion, the two most important items are our more-or-less development outline: http://biowiki.org/view/GBrowse/WishList and this "documentation dump" I started up the other day (so, it's woefully incomplete... but evolving): http://biowiki.org/view/GBrowse/AJAXGBrowseDocs The documentation dump is a good place to start if you're new to this. 4. JOB ANNOUNCEMENT We are looking for a full-time Ajax developer for this project. Spread the word! More details here: http://biowiki.org/AjaxProgrammerJob 5. QUESTIONS? REQUESTS? COMMENTS? Please post to the list or e-mail me. Cheers, Andrew Uzilov Holmes Lab, Dept. of Bioengineering, UC-Berkeley |
|
From: Andrew U. <and...@gm...> - 2006-11-01 01:07:28
|
first post! seriously though... anyone yet signed up that can vouch that it works? |