Vi flyttar från butik till nätet - så funkar det framåt
Agency and artefacts | 0:e upplagan
- Häftad, Engelska, 2022
- Författare: Juan Carlos Mendoza-Collazos
- Betyg:
222
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
This thesis investigates the role of artefacts in relation to human agency and design within a cognitive semiotics framework. It deals with questions such as What is agency? What are artefacts and how does agency relate to them? What kind of intentions are involved in the activity of designing? What is human-specific with respect to agency and design? How can the origins and evolution of design be explained?
Addressing these questions, the thesis proposes a layered model of agency for explaining the relations between different grades of agentive complexity. The model is also useful for empirical studies of agency such as those of neurosci- ence. The thesis contends that the activity of design is a key feature of human agency. Thus, it delves into the cognitive processes of design, proposing the notion of enhanced agency as the prosthetic incorporation of artefacts into the agentive capabilities of the agents. The thesis also explores the origins and evolution of design and proposes a stage-based model in which the progressive complexity of the artificial world is parallel to the increasing complexity of enhanced human agency.
This thesis rejects human exceptionalism which places humans as ontologi- cally unique and biologically discontinuous with the rest of the living world. At the same time, it recognizes that only human agents have the power to stop the current environmental obliteration. This can be done by recognizing the potential of human agency, instead of diluting it into abstract networks; highlighting its differences and similarities instead of equating human agency with inert matter or anthropomorphizing the agency of other animals. This also highlights the moral responsibilities of human agency.
Om denna bok
Agency and artefacts av Juan Carlos Mendoza-Collazos är en Häftad bok med 172 sidor på Engelska. Den utgavs 2022 av Media-Tryck.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Agency and artefacts 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:
Språk & ordböcker
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9789189415515
Upplaga:
0
Utgiven:
2022-12-19
Förlag:
Media-Tryck
Sidantal:
172
$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"
>