Source:
#
# Copyright (c) 2013-2015, Scott J Maddox
#
# This file is part of openbandparams.
#
# openbandparams is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# openbandparams is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with openbandparams. If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
# Make sure we import the local openbandparams version
import os
import sys
sys.path.insert(0,
os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
from openbandparams import *
# Print all references used to calculate a parameter
parameter = InAsSb.Eg
for ref in parameter.get_references():
print ref
Result:
@article{vurgaftman_2001,
title = {Band parameters for {III}-{V} compound semiconductors and their
alloys},
volume = {89},
issn = {00218979},
url = {http://jap.aip.org/resource/1/japiau/v89/i11/p5815_s1},
doi = {doi:10.1063/1.1368156},
number = {11},
urldate = {2012-06-04},
journal = {Journal of Applied Physics},
author = {Vurgaftman, I. and Meyer, J. R and Ram-Mohan, L. R},
month = jun,
year = {2001},
pages = {5815--5875},
}
@article{adachi_band_1987,
title = {Band gaps and refractive indices of {AlGaAsSb}, {GaInAsSb}, and {InPAsSb}: {Key} properties for a variety of the 2--4-$\mu$m optoelectronic device applications},
volume = {61},
issn = {00218979},
shorttitle = {Band gaps and refractive indices of {AlGaAsSb}, {GaInAsSb}, and {InPAsSb}},
url = {http://jap.aip.org/resource/1/japiau/v61/i10/p4869_s1},
doi = {doi:10.1063/1.338352},
number = {10},
urldate = {2013-03-07},
journal = {Journal of Applied Physics},
author = {Adachi, Sadao},
month = may,
year = {1987},
pages = {4869--4876},
}