File:  [Repository] / MPIWGWeb / zpt / project_main.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Nov 16 14:51:54 2004 UTC (19 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
minors

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html metal:use-macro="here/main_template/macros/page">
<head>
	<title> Max Planck Institute for the History of Science </title> 
</head>
<body>
<tal:block metal:fill-slot="body">
      <tal:block tal:replace="structure here/versionHeader"/>
      <h1 tal:content="structure python:here.getContent('WEB_project_header')">History of Scientific Objectivity, 18th-19th Cs</h1>
     
      <p><i tal:content="structure python:here.getUrlFromPerson(here.getContent('xdata_01'))">Names of responsible persons </i></p>
      <p tal:condition="not:python:here.getContent('xdata_08')==''">Other involved scholars: <i tal:content="structure python:here.getUrlFromPerson(here.getContent('xdata_08'))">Scholars </i></p>
      <p tal:condition="not:python:here.getContent('xdata_12')==''">Cooperation Partners: <i tal:content="structure python:here.getContent('xdata_12')">Partners </i></p>
      <br/>

      <div class="indent" tal:content="structure python:here.getContent('WEB_project_description')">
	<p>
		In the middle decades of the nineteenth century objectivity established itself as a (if not the) cardinal epistemic virtue in the sciences. From astronomy to paleontology to physiology, new ways of making images, assessing error, and designing experiments were enlisted in the service of objectivity. 
	</p>
	<p>
		This triumph of objectivity over rival epistemic virtues like truth and certainty is all the more remarkable because objectivity had emerged only decades before. Only circa 1850 did the modern sense of "objectivity" make its way into dictionaries in the major European languages. The ideals and practices associated with objectivity in the sciences emerge at roughly the same time. 
	</p>
	<p>
		The story of how objectivity became so central to science is one of actions as well as words. Objectivity changed how science was done in concrete, specific ways. Photography, self-registering instruments, the method of least squares, and machines for measuring the personal equations of observers were all examples of these new scientific practices of objectivity 
	</p>
      </div>

      <tal:block tal:define="contexts python:here.getContexts(parents=here.getContent('xdata_05'),depth=1)" tal:condition="contexts">
	<h2>This activity is part of</h2>
	<ul type="none">
	  <li tal:repeat="context contexts">
	    <a tal:content="python:context[0].getContent('WEB_title')" tal:attributes="href python:context[0].absolute_url()+'/index.html'"/>
	  </li>
	</ul>
      </tal:block>

      <tal:block tal:define="contexts python:here.getContexts(childs=here.getContent('xdata_05'),depth=1)" tal:condition="contexts">
	<h2>Research activities covered by this activity</h2>
	<ul type="none">
	  <li tal:repeat="context contexts">
	    <a tal:content="python:context[0].getContent('WEB_title')" tal:attributes="href python:context[0].absolute_url()+'/index_html'"/>
	  </li>
	</ul>
      </tal:block>

      <tal:block tal:condition="not:python:here.getContent('xdata_11')==''">
	<h2>Related items at the digital research library</h2>
	<p tal:content="structure python:here.getContent('xdata_11')">
				Item 1 
				<br>
				Item 2 
				<br>
				Item 3 
				<br>
	</p>
      </tal:block>

      <tal:block tal:condition="not:python:here.getContent('WEB_related_pub')==''">
	<h2> Related Publications</h2> 

	<p tal:define="pub python:here.getContent('WEB_related_pub')" tal:content="structure pub">
		"Die Kultur der wissenschaftlichen Objektivit&auml;t," in: Michael Hagner, ed., Ansichten der Wissenschaftsgeschichte (Frankfurt am Main: Fischer Taschenbuchverlag GmbH, 2001): 137-158. 
		<br>
		(with Peter Galison), "The Image of Objectivity," Representations no. 40 (Fall 1992): 81-128. Translated into German (2002) 
		<br>
		"Objectivity and the Escape from Perspective," Social Studies of Science 22(1992): 597-618 
	</p>
      </tal:block>

      <tal:block tal:condition="not:python:here.getContent('xdata_13')==''">
	<h2>Funding Institutions</h2>
	  <p tal:content="structure python:here.getContent('xdata_13')">Funding </p>
      </tal:block>

</tal:block>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>