pubcit

버전 1.0.0.0 (2.53 KB) 작성자: Iari-Gabriel Marino
Publish citations using a regular expression
다운로드 수: 642
업데이트 날짜: 2007/7/10

라이선스 보기

PUBCIT(CITCELL,reg_expr)

Publish citation.
Prints on the screen and saves in html format a list of references formatted following the regular expression "reg_expr".
CITCELL is a citation entry or a cell of citation entries. Each citation entry is a structure:

cit.Title: title of the paper
cit.Prename: cell of the forenames of the authors
cit.Name: cell of the family names of the authors
cit.Journal: Journal name
cit.Volume: Volume number (char string)
cit.Issue: Issue number (char string)
cit.Page: pages array, es. [435 440]
cit.Year: year of publication (char string)

The regular expression reg_expr is a string that can be constructed by using the following tags:

'@PI@': prename initial
'@CP@': complete prename
'@FN@': family name
'@JO@': name of the journal
'@VO@': volume
'@IS@': issue
'@TI@': title of the paper
'@YE@': year
'@PA@': first page
'@PP@': pages, separated by '-'

The references are finally saved in a html file. To obtain bolded or italic characters, simply insert the corresponding html tags in the regular expression.
You can copy the formatted output from your browser and paste it into your word processor.

인용 양식

Iari-Gabriel Marino (2024). pubcit (https://www.mathworks.com/matlabcentral/fileexchange/15548-pubcit), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2006b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0