module Drasil.NoPCM.Definitions where --whole file is used

import Language.Drasil

--Common Terms
htTrans :: NamedChunk
htTrans :: NamedChunk
htTrans = String -> NP -> NamedChunk
nc "heat transfer" (String -> NP
cn "heat transfer") --Not really a nounphase,
                                                   --just a hack to get RefSec to work

srsSWHS :: CommonConcept -- Used to make the title of the paper
srsSWHS :: CommonConcept
srsSWHS = String -> NP -> String -> String -> CommonConcept
dcc' "srsSWHS" (String -> NP
nounPhraseSP "Solar Water Heating Systems")
  "SWHS" "NoPCM"