From 86fae52979c87c01dabf7d87fec128a76217350e Mon Sep 17 00:00:00 2001 From: John Peterson Date: Tue, 2 Apr 2013 15:22:50 -0600 Subject: [PATCH] Updating statistics for March 2013. --- doc/statistics/libmesh_downloads.m | 1 + doc/statistics/libmesh_mailinglists.m | 7 ++++--- doc/statistics/libmesh_pagehits.m | 1 + doc/statistics/libmesh_sflogos.m | 1 + doc/statistics/libmesh_svn.m | 1 + 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/statistics/libmesh_downloads.m b/doc/statistics/libmesh_downloads.m index b5eecde06f8..52cac6247b8 100644 --- a/doc/statistics/libmesh_downloads.m +++ b/doc/statistics/libmesh_downloads.m @@ -15,6 +15,7 @@ % Month, number of d/l, and number of MB served cell_data = { +{'Mar', '2013', 259, 0.0} {'Feb', '2013', 250, 0.0} {'Jan', '2013', 108, 0.0} {'Dec', '2012', 139, 0.0} % This month (around 12/10/2012) libmesh was switched over to github diff --git a/doc/statistics/libmesh_mailinglists.m b/doc/statistics/libmesh_mailinglists.m index 21e96c4f3be..0626a527235 100644 --- a/doc/statistics/libmesh_mailinglists.m +++ b/doc/statistics/libmesh_mailinglists.m @@ -40,6 +40,7 @@ function libmesh_mailinglists(plot_type) {'Jan 2013', 111, 225}, {'Feb 2013', 112, 228}, {'Mar 2013', 112, 231} + {'Apr 2013', 112, 228} }; % remember to update the indices below! % The early membership data is spotty, so set indices which are meaningful @@ -47,7 +48,7 @@ function libmesh_mailinglists(plot_type) membership_indices = [1]; % 2010 membership_indices = [membership_indices, 12+[7, 8, 9, 11, 12]]; % 2011 membership_indices = [membership_indices, 24+linspace(1,12,12)]; % 2012 -membership_indices = [membership_indices, 36+linspace(1,3,3)]; % 2013 <-- Update me +membership_indices = [membership_indices, 36+linspace(1,4,4)]; % 2013 <-- Update me % libmesh-devel % https://sourceforge.net/mailarchive/forum.php?forum_name=libmesh-devel @@ -63,7 +64,7 @@ function libmesh_mailinglists(plot_type) {'2010', 24, 36, 98, 45, 25, 60, 17, 36, 48, 45, 65, 39} {'2011', 26, 48, 151, 108, 61, 108, 27, 50, 43, 43, 27, 37} {'2012', 56, 120, 72, 57, 82, 66, 51, 75, 166, 232, 284, 105} % Dec 10, 2012 libmesh moved to github - {'2013', 168, 151} + {'2013', 168, 151, 30} }; @@ -81,7 +82,7 @@ function libmesh_mailinglists(plot_type) {'2010', 84, 60, 184, 112, 60, 90, 23, 70, 119, 27, 47, 54} {'2011', 22, 19, 92, 93, 35, 91, 32, 61, 7, 69, 81, 23} {'2012', 64, 95, 35, 36, 63, 98, 70, 171, 149, 64, 67, 126} % Dec 10, 2012 libmesh moved to github - {'2013', 108, 104} + {'2013', 108, 104, 171} }; diff --git a/doc/statistics/libmesh_pagehits.m b/doc/statistics/libmesh_pagehits.m index d24fea1b6d6..8a8e0ba1132 100644 --- a/doc/statistics/libmesh_pagehits.m +++ b/doc/statistics/libmesh_pagehits.m @@ -13,6 +13,7 @@ % Hits , pages, GB served cell_data = { +{'Mar', '2013', 13400 , 0 , 0.0} {'Feb', '2013', 10420 , 0 , 0.0} {'Jan', '2013', 13029 , 0 , 0.0} {'Dec', '2012', 10108 , 0 , 0.0} % libmesh switched to github on December 10, 2012 diff --git a/doc/statistics/libmesh_sflogos.m b/doc/statistics/libmesh_sflogos.m index 7295abeac9f..799de670b1c 100644 --- a/doc/statistics/libmesh_sflogos.m +++ b/doc/statistics/libmesh_sflogos.m @@ -16,6 +16,7 @@ % "Other" "SF Logo" cell_data = { +{'Mar', '2013', 1376 , 23953} {'Feb', '2013', 2107 , 24913} {'Jan', '2013', 2552 , 31993} {'Dec', '2012', 3439 , 24706} % libmesh switched to github Dec 10, 2012 diff --git a/doc/statistics/libmesh_svn.m b/doc/statistics/libmesh_svn.m index 732ea17169a..7a383990bca 100644 --- a/doc/statistics/libmesh_svn.m +++ b/doc/statistics/libmesh_svn.m @@ -16,6 +16,7 @@ % The first month with statistics is October 2007 % Read Write Total files updated cell_data = { +{'Mar', '2013', 264 ,0 ,0} {'Feb', '2013', 657 ,0 ,0} {'Jan', '2013', 10975 ,0 ,0} {'Dec', '2012', 18856 ,109 ,293} % libmesh switched to github Dec 10, 2012