Andrew Purves

Andrew Purves is a Christian theologian in the Reformed tradition through the Church of Scotland (and later, the Presbyterian Church (USA)). He holds the Chair in Reformed Theology at Pittsburgh Theological Seminary.[1]

A native of Edinburgh, Scotland, Purves earned degrees in philosophy and divinity from the University of Edinburgh, and a Th. M. degree from Duke Divinity School. His Ph. D. is from the University of Edinburgh. In Scotland, he studied under Thomas F. Torrance. Torrance, his brother James Torrance, Athanasius, John Calvin, Karl Barth, and Jurgen Moltmann were all important influences in Purves' theological development.

Originally a member of the Church of Scotland, Purves moved to the United States in 1978 and was ordained in 1979. He served as pastor of the Hebron Presbyterian Church in Clinton, Pennsylvania, until 1983 when he began teaching at Pittsburgh Theological Seminary.

Purves' primary concerns surround Christology. He continually argues for a vital connection between the person and work of the Lord Jesus Christ in his vicarious humanity and the Christian life; a connection founded upon the believer's union with Christ.

Much of Purves' work is a call to reclaim the classical, Christological tradition of the Church, thereby renewing the Church through traditional doctrine and the wisdom of the patristic writers. Some associate him with the paleo-orthodox movement. He has become a leader of evangelical renewal in the PCUSA and has become known in that denomination for his support of conservative Christian views concerning the person and work of Jesus Christ (rejecting pluralism), reclaiming a center in Christ, on sexuality and withholding ordination from self-avowed, practicing, unrepentant gays and lesbians.

He is married to Catherine Purves, a Presbyterian minister in her own right. They have three children: Brendan, Gordon, and Laura.

Works

  • The Search for Compassion: Spirituality and Ministry ISBN 0-664-25065-3
  • Pastoral Theology in the Classical Tradition ISBN 0-664-22241-2
  • Union in Christ (with Mark Achtemeier) ISBN 1-57153-019-3
  • Encountering God: Christian Faith in Turbulent Times (with Charles Partee) ISBN 0-664-22242-0
  • Reconstructing Pastoral Theology: A Christological Foundation ISBN 0-664-22733-3
  • "The Trinitarian Basis of a Christian Practical Theology" in The International Journal of Practical Theology
  • The Crucifixion of Ministry ISBN 978-0-8308-3439-6
  • The Resurrection of Ministry ISBN 978-0-8308-3741-0
gollark: It's not THAT bad. I documented most of how it works and it's not even directly installed from pastebin now.
gollark: It makes more sense, yes, thus I will not implement it.
gollark: Except it's addition.
gollark: <@563866872702042132> I already did the calling-is-multiplication thing.
gollark: This occurs in the final phase of potatoBIOS initialization:```luaif potatOS.registry.get "potatOS.immutable_global_scope" then setmetatable(_G, { __newindex = function(_, x) error(("cannot set _G[%q] - _G is immutable"):format(tostring(x)), 0) end })endif meta then _G.meta = meta.new() endif _G.textutilsprompt then textutils.prompt = _G.textutilsprompt endif process then process.spawn(keyboard_shortcuts, "kbsd") if http.websocket then process.spawn(skynet.listen, "skynetd") process.spawn(potatoNET, "systemd-potatod") end local autorun = potatOS.registry.get "potatOS.autorun" if type(autorun) == "string" then autorun = load(autorun) end if type(autorun) == "function" then process.spawn(autorun, "autorun") end if potatOS.registry.get "potatOS.extended_monitoring" then process.spawn(excessive_monitoring, "extended_monitoring") end if run then process.spawn(run_shell, "ushell") endelse if run then print "Warning: no process manager available. This should probably not happen - please consider reinstalling or updating. Fallback mode enabled." local ok, err = pcall(run_shell) if err then printError(err) end os.shutdown() endendwhile true do coroutine.yield() end```

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.