Vi flyttar från butik till nätet - så funkar det framåt
Documents of Doubt | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Heather Diack
- Betyg:
295
kr
Skickas inom 5-16 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
A major reassessment of photography’s pivotal role in 1960s conceptual art
Why do we continue to look to photographs for evidence despite our awareness of photography’s potential for duplicity? Documents of Doubt critically reassesses the truth claims surrounding photographs by looking at how conceptual artists creatively undermined them. Studying the unique relationship between photography and conceptual art practices in the United States during the social and political instability of the late 1960s, Heather Diack offers vital new perspectives on our “post-truth” world and the importance of suspending easy conclusions in contemporary art.
Considering the work of four leading conceptual artists of the 1960s and ’70s, Diack looks at photographs as documents of doubt, pushing the form beyond commonly assumed limits. Through in-depth and thorough reevaluations of early work by noted artists Mel Bochner, Bruce Nauman, Douglas Huebler, and John Baldessari, Diack advances the powerful thesis that photography provided a means of moving away from the object and toward performative effects, playing a crucial role in the development of conceptual art as a medium of doubt and contingency.
Discussing how unexpected and contradictory meanings can exist in the guise of ordinary pictures, Documents of Doubt offers evocative and original ideas on truth’s connection to photography in the United States during the late 1960s and how conceptual art from that period anticipated our current era of “alternative facts” in contemporary politics and culture.
Why do we continue to look to photographs for evidence despite our awareness of photography’s potential for duplicity? Documents of Doubt critically reassesses the truth claims surrounding photographs by looking at how conceptual artists creatively undermined them. Studying the unique relationship between photography and conceptual art practices in the United States during the social and political instability of the late 1960s, Heather Diack offers vital new perspectives on our “post-truth” world and the importance of suspending easy conclusions in contemporary art.
Considering the work of four leading conceptual artists of the 1960s and ’70s, Diack looks at photographs as documents of doubt, pushing the form beyond commonly assumed limits. Through in-depth and thorough reevaluations of early work by noted artists Mel Bochner, Bruce Nauman, Douglas Huebler, and John Baldessari, Diack advances the powerful thesis that photography provided a means of moving away from the object and toward performative effects, playing a crucial role in the development of conceptual art as a medium of doubt and contingency.
Discussing how unexpected and contradictory meanings can exist in the guise of ordinary pictures, Documents of Doubt offers evocative and original ideas on truth’s connection to photography in the United States during the late 1960s and how conceptual art from that period anticipated our current era of “alternative facts” in contemporary politics and culture.
Om denna bok
Documents of Doubt av Heather Diack är en Danskt band bok med 296 sidor på Engelska. Den utgavs 2020 av University of Minnesota Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Documents of Doubt 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781517907570
Upplaga:
0
Utgiven:
2020-06-12
Förlag:
University of Minnesota Press
Sidantal:
296
$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"
>