Ecology | 2:a upplagan
- Pocket, Engelska, 1998
- Författare: Michael Reiss
- Betyg:
278
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
Ecology: Principles and Applications is a comprehensive textbook for A-level students and first-year undergraduates taking courses in biology, geography and Earth sciences, who require an introduction to ecology. Studies of human ecology are integrated into the text, and the links to related disciplines are emphasised. The text begins with the ecology of individual organisms and moves on, through communities and ecosystems, to global considerations of biogeography, co-evolution and conservation. Case histories, historical perspectives, controversial theories and extension material are highlighted throughout the book. The second edition has been brought up to date with current syllabuses by the addition of further material on the key issue of conservation, giving excellent coverage of the principles of conservation and using case studies to provide examples of conservation policies in practice. The authors are experienced teachers of ecology at sixth form and undergraduate level.
Produktinformation
Kategori:
Okänd
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9780521588027
Upplaga:
2
Utgiven:
1998-12-10
Förlag:
Cambridge University Press
Sidantal:
336
Hur man citerar Ecology
Klicka på -knappen för att kopiera citatet till urklipp. Kom ihåg att alltid dubbelkolla dina referenser.
Harvard
Michael Reiss (1998) Ecology. 2:a uppl. Cambridge University Press
Michael Reiss (1998) Ecology. 2:a uppl. Cambridge University Press
APA (7:e upplagan)
Michael Reiss (1998). Ecology (2:a uppl.). Cambridge University Press
Michael Reiss (1998). Ecology (2:a uppl.). Cambridge University Press
MLA
Michael Reiss. Ecology. 2:a uppl., Cambridge University Press, 1998.
Michael Reiss. Ecology. 2:a uppl., Cambridge University Press, 1998.
Vancouver
Michael Reiss. Ecology. 2:a uppl.. Cambridge University Press; 1998.
Michael Reiss. Ecology. 2:a uppl.. Cambridge University Press; 1998.
IEEE
Michael Reiss, Ecology, 2:a uppl.. Cambridge University Press, 1998.
Michael Reiss, Ecology, 2:a uppl.. Cambridge University Press, 1998.
Behöver du hjälp med referenser?
Dessa citat genereras automatiskt från bokens metadata. Kontrollera alltid att informationen är korrekt innan du använder den i ditt arbete.
$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"
>