Vi flyttar från butik till nätet - så funkar det framåt
The Sociology of Science | 0:e upplagan
- Danskt band, Engelska, 1979
- Författare: Robert K. Merton
- Betyg:
627
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
"The exploration of the social conditions that facilitate or retard the search for scientific knowledge has been the major theme of Robert K. Merton's work for forty years. This collection of papers [is] a fascinating overview of this sustained inquiry. . . . There are very few other books in sociology . . . with such meticulous scholarship, or so elegant a style. This collection of papers is, and is likely to remain for a long time, one of the most important books in sociology."—Joseph Ben-David, New York Times Book Review
"The novelty of the approach, the erudition and elegance, and the unusual breadth of vision make this volume one of the most important contributions to sociology in general and to the sociology of science in particular. . . . Merton's Sociology of Science is a magisterial summary of the field."—Yehuda Elkana, American Journal of Sociology
"Merton's work provides a rich feast for any scientist concerned for a genuine understanding of his own professional self. And Merton's industry, integrity, and humility are permanent witnesses to that ethos which he has done so much to define and support."—J. R. Ravetz, American Scientist
"The essays not only exhibit a diverse and penetrating analysis and a deal of historical and contemporary examples, with concrete numerical data, but also make genuinely good reading because of the wit, the liveliness and the rich learning with which Merton writes."—Philip Morrison, Scientific American
"Merton's impact on sociology as a whole has been large, and his impact on the sociology of science has been so momentous that the title of the book is apt, because Merton's writings represent modern sociology of science more than any other single writer."—Richard McClintock, Contemporary Sociology
"The novelty of the approach, the erudition and elegance, and the unusual breadth of vision make this volume one of the most important contributions to sociology in general and to the sociology of science in particular. . . . Merton's Sociology of Science is a magisterial summary of the field."—Yehuda Elkana, American Journal of Sociology
"Merton's work provides a rich feast for any scientist concerned for a genuine understanding of his own professional self. And Merton's industry, integrity, and humility are permanent witnesses to that ethos which he has done so much to define and support."—J. R. Ravetz, American Scientist
"The essays not only exhibit a diverse and penetrating analysis and a deal of historical and contemporary examples, with concrete numerical data, but also make genuinely good reading because of the wit, the liveliness and the rich learning with which Merton writes."—Philip Morrison, Scientific American
"Merton's impact on sociology as a whole has been large, and his impact on the sociology of science has been so momentous that the title of the book is apt, because Merton's writings represent modern sociology of science more than any other single writer."—Richard McClintock, Contemporary Sociology
Om denna bok
The Sociology of Science av Robert K. Merton är en Danskt band bok med 636 sidor på Engelska. Den utgavs 1979 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Sociology of Science begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Samhälle & politik
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780226520926
Upplaga:
0
Utgiven:
1979-09-15
Förlag:
John Wiley And Sons Ltd
Sidantal:
636
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>