[GenABEL-dev] presentation at UseR!-2013
L.C. Karssen
lennart at karssen.org
Fri Jul 5 12:30:39 CEST 2013
Hi Yurii,
On 07/05/2013 11:04 AM, Yurii Aulchenko wrote:
> Dear All,
>
> I am now drafting my presentation for UseR!-2013 (
> http://www.edii.uclm.es/~useR-2013/). My presentation about "The GenABEL
> suite for genome-wide association analyses" is scheduled for Wed July 10
> morning. I will send it to the list for the discussion as soon as I have a
> draft (most likely by Saturday eve).
>
> I thought it may be a good idea to present the evolution of the GenABEL in
> number, so the idea is to get the numbers by years/quartes of the year
> (say, #posts in 2009=x1, 2010=x2...) and present them graphically. For some
> of growth metrics I can get the dynamics by years easily, but for some I
> have no idea and hope you could help me (may be also by providing the
> numbers directly).
>
> Here a small list of metrics I thought of:
>
> #packages: very easy to count :)
> #posts on GenABEL-devel: possible to count
> #posts on forum: no idea how to do that for defined time periods
I guess you need to run a query on the database to get those. Our hoster
has a phpmyadmin interface yuo can use for that (or you could probably
use the SSH account and run the MySQL client from the command line).
Probably a query along this line:
SELECT yearweek(date(from_unixtime(post_time))) AS week, COUNT(*) AS
num_posts FROM phpbb_posts GROUP BY yearweek(date(from_unixtime(post_time)))
> #number of lines of code in our SVN repo: no idea
Probably SLOCcount will help: http://www.dwheeler.com/sloccount/
> #citations (GenA, ProbA...): easy to count thanks to Google Scholar
> #mentions on the Web: ???
>
> Any other nice and easily computed metrics?
>
> I will appreciate your help and suggestions, and sorry for late notice.
>
Good luck,
Lennart.
> best,
> Yurii
>
>
>
> _______________________________________________
> genabel-devel mailing list
> genabel-devel at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/genabel-devel
>
--
-----------------------------------------------------------------
L.C. Karssen
Utrecht
The Netherlands
lennart at karssen.org
http://blog.karssen.org
Stuur mij aub geen Word of Powerpoint bestanden!
Zie http://www.gnu.org/philosophy/no-word-attachments.nl.html
------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: OpenPGP digital signature
URL: <http://lists.r-forge.r-project.org/pipermail/genabel-devel/attachments/20130705/6666001b/attachment.sig>
More information about the genabel-devel
mailing list