Skip to content

Commit

Permalink
Updating statistics for March 2013.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Peterson committed Apr 2, 2013
1 parent 896bd8d commit 86fae52
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/statistics/libmesh_downloads.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions doc/statistics/libmesh_mailinglists.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ 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
% 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,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
Expand All @@ -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}
};


Expand All @@ -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}
};


Expand Down
1 change: 1 addition & 0 deletions doc/statistics/libmesh_pagehits.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/statistics/libmesh_sflogos.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/statistics/libmesh_svn.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86fae52

Please sign in to comment.