module Drasil.SWHSNoPCM.References (citations) where import Language.Drasil import Data.Drasil.Citations (koothoor2013, parnasClements1986, smithEtAl2007, smithKoothoor2016, smithLai2005) import Drasil.SWHS.References (incroperaEtAl2007) citations :: BibRef citations :: BibRef citations = [Citation incroperaEtAl2007, Citation koothoor2013, Citation parnasClements1986, Citation smithEtAl2007, Citation smithLai2005, Citation smithKoothoor2016]