Skip to content

Commit

Permalink
Updating statistics for February 2014.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpeterson committed Mar 3, 2014
1 parent 74a9fe4 commit ef59612
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/statistics/libmesh_downloads.m
Expand Up @@ -15,6 +15,7 @@

% Month, number of d/l, and number of MB served
cell_data = {
{'Feb', '2014', 0, 0.0}
{'Jan', '2014', 0, 0.0}
{'Dec', '2013', 0, 0.0}
{'Nov', '2013', 166, 0.0} % All downloadable files removed November 12th
Expand Down
Binary file modified doc/statistics/libmesh_downloads.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions doc/statistics/libmesh_mailinglists.m
Expand Up @@ -51,14 +51,15 @@ function libmesh_mailinglists(plot_type)
{'Dec 2013', 111, 240}
{'Jan 2014', 112, 244}
{'Feb 2014', 113, 244}
{'Mar 2014', 113, 247}
}; % remember to update the indices below!

% The early membership data is spotty, so set indices which are meaningful
% based on the chronology. Arbitrarily start with index=1.
membership_indices = [1]; % 2010
membership_indices = [membership_indices, 12+[7, 8, 9, 11, 12]]; % 2011
membership_indices = [membership_indices, 24+linspace(1,24,24)]; % 2012, 2013
membership_indices = [membership_indices, 48+linspace(1,2,2)]; % 2014 <-- Update me
membership_indices = [membership_indices, 48+linspace(1,3,3)]; % 2014 <-- Update me

% libmesh-devel
% https://sourceforge.net/mailarchive/forum.php?forum_name=libmesh-devel
Expand All @@ -75,7 +76,7 @@ function libmesh_mailinglists(plot_type)
{'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, 30, 145, 26, 53, 76, 33, 23, 72, 125, 38}
{'2014', 47}
{'2014', 47, 62}
};


Expand All @@ -94,7 +95,7 @@ function libmesh_mailinglists(plot_type)
{'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, 171, 133, 108, 100, 93, 126, 74, 59, 145, 93}
{'2014', 38}
{'2014', 38, 45}
};


Expand Down
Binary file modified doc/statistics/libmesh_mailinglists.pdf
Binary file not shown.
Binary file modified doc/statistics/libmesh_mailinglists_by_month.pdf
Binary file not shown.
Binary file modified doc/statistics/libmesh_mailinglists_membership.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions doc/statistics/libmesh_pagehits.m
Expand Up @@ -13,6 +13,7 @@

% Hits , pages, GB served
cell_data = {
{'Feb', '2014', 11824 , 0 , 0.0}
{'Jan', '2014', 9736 , 0 , 0.0}
{'Dec', '2013', 9079 , 0 , 0.0}
{'Nov', '2013', 12938 , 0 , 0.0}
Expand Down
Binary file modified doc/statistics/libmesh_pagehits.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions doc/statistics/libmesh_sflogos.m
Expand Up @@ -16,6 +16,7 @@

% "Other" "SF Logo"
cell_data = {
{'Feb', '2014', 484 , 14375}
{'Jan', '2014', 489 , 11195}
{'Dec', '2013', 593 , 11596}
{'Nov', '2013', 753 , 16199}
Expand Down
Binary file modified doc/statistics/libmesh_sflogos.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions doc/statistics/libmesh_svn.m
Expand Up @@ -19,6 +19,7 @@
% The first month with statistics is October 2007
% Read Write Total files updated
cell_data = {
{'Feb', '2014', 0 ,0 ,0}
{'Jan', '2014', 0 ,0 ,0}
{'Dec', '2013', 0 ,0 ,0}
{'Nov', '2013', 0 ,0 ,0} % SVN repository deleted from sf.net Nov 11, 2013
Expand Down
Binary file modified doc/statistics/libmesh_svn.pdf
Binary file not shown.

0 comments on commit ef59612

Please sign in to comment.