% % This function performs the automatic generation of publication lists for % our web pages. % % The function must be executed standing in the top folder of WWW. % % This program has been written by Patrick Eriksson. % % Adapted for SAT page use by Stefan Buehler, June 16, 2003. % % Adapted for COST723 page use by Stefan Buehler, November 26, 2003. %=== general definitions % dir0 = pwd; dirsat = [ dir0, '/../../../satpage/htdocs/publications']; % refrs_file = [ dir0, '/refs_cost.bib' ]; j_file = [ dirsat, '/j_abbr.bib' ]; % Note that we use the journal name file from satpage, I don't want % to have another copy to maintain! % Add the satpage publications directory to the search path: addpath(dirsat) ; %=== Create common publications file % out_file = [ dir0, '/auto_refs_cost.html' ]; % publications( refrs_file, j_file, out_file ); %%=== Add personal references to page for Patrick %% %out_file = [ dir0, '/Contacts/Patrick_Eriksson.html' ]; %% %publications( refrs_file, j_file, out_file, 'eriksson' );