Skip to content

Commit

Permalink
Updated publication count
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Mar 28, 2022
1 parent 1e8d42b commit a6fa6dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<body alink="#fff000" link="#fff000" vlink="#fff000">
<h4><span style="font-family: Arial Black; color: #ffffff;"><strong>THERE IS NO UNDO BUTTON!<BR>SET UP A <FONT color=red>BACKUP</FONT> OF YOUR DATABASE</strong></span></h4>
<HR>
<!-- LICENCE_START -->Version: 3.220323 (23-Mar-2022)<br>
<!-- LICENCE_START -->Version: 3.220328 (28-Mar-2022)<br>
<span style="font-style: italic;">COPYRIGHT &copy; 2000-2022
USC &amp; McGill University.<br>
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% Brainstorm
% v. 3.220323 (23-Mar-2022)
% v. 3.220328 (28-Mar-2022)
4 changes: 2 additions & 2 deletions toolbox/core/bst_userstat.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ function bst_userstat(isSave, PlugName)
if isempty(PlugName)
% Hard coded list of publications
year = [2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021];
nPubli = [ 2 2 1 1 3 5 5 11 10 20 20 32 38 55 78 94 133 214 224 290 382 393];
nPubliCurYear = 33;
nPubli = [ 2 2 1 1 3 5 5 11 10 20 20 32 38 55 78 94 133 214 224 290 382 392];
nPubliCurYear = 104;
% Plot figure
hFig(end+1) = fig_report(year, nPubli, 1, ...
[2000 max(year)], [], ...
Expand Down

0 comments on commit a6fa6dd

Please sign in to comment.