-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
123 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
@string{njp = "New J. Phys."} | ||
@string{XXXclearparser = ""} | ||
|
||
|
||
% DOI shouldn't be a URL | ||
@article{Brif, | ||
Author = {Brif, Constantin and Chakrabarti, Raj and Rabitz, Herschel}, | ||
Title = {Control of quantum phenomena: past, present and future}, | ||
Journal = njp, | ||
Year = {2010}, | ||
Doi = {https://doi.org/10.1088/1367-2630/12/7/075008}, | ||
Pages = {075008}, | ||
Volume = {12}, | ||
} | ||
|
||
|
||
% DOI has extra test | ||
@book{Shapiro, | ||
author = {Shapiro, Moshe and Brumer, Paul}, | ||
edition = {Second}, | ||
publisher = {Wiley and Sons}, | ||
title = {Quantum Control of Molecular Processes}, | ||
year = {2012}, | ||
Doi = {doi:10.1002/9783527639700}, | ||
} | ||
|
||
|
||
% DOI is missing first letter | ||
@incollection{Tannor, | ||
author = {Tannor, David J. and Jin, Yijian}, | ||
booktitle = {Mode Selective Chemistry}, | ||
editor = {Jortner, J. and Levine, R. D. and Pullman, B.}, | ||
pages = {333--345}, | ||
publisher = {Springer}, | ||
title = {Design of Femtosecond Pulse Sequences to Control Photochemical Products}, | ||
doi = {0.1007/978-94-011-2642-7_23}, | ||
year = {1991}, | ||
} |