Vi flyttar från butik till nätet - så funkar det framåt
Start With the Heart | 1:a upplagan
- Danskt band, Engelska, 2019
- Författare: Michelle L. Trujillo
- Betyg:
247
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
Start with the heart to build a school climate in which achievement will flourish.
You can build an empathetic school culture that promotes genuine acceptance of one another, an appreciation for diversity, and an intrinsic desire to contribute and grow academically—a school environment that is inviting, positive, and engaging!
In this easy-to-read, inspiring book, educational consultant and former high school principal Michelle Trujillo shows how positive school culture is anchored in social and emotional learning as a way of being. Through explanation, personal anecdotes, and the demonstration of problem-solving through intentional connection, she guides educators to explore their own SEL aptitudes. In doing so, she inspires a schoolwide investment in a philosophy of connection—with students and each other—that ignites a climate in which every individual is seen, heard, and valued, and academic achievement has an opportunity to thrive for all.
Drawing in readers through story and reflection, the book defines the challenges educators face and offers ample tools, strategies, and solutions for integrating 5 SEL competencies into schools. It includes
Concrete examples of relationship-building in action in schools by modeling, integrating and explicitly teaching social and emotional learning (SEL) to students
Practical, evidence-based strategies for explicit teaching of each SEL competency to students
Opportunities for reflection, brainstorming, and classroom planning
Stories that bring the student experience of empathetic school culture to life
References to programs and practices that meet Tier 1 and 2 evidence-based curriculum requirements.
Jumpstart conscientious connections in your school community and create a foundation for trust that allows students and educators to feel appreciated, effective, and productive.
"This is a powerful and moving resource to inspire every educator who wants to make a difference!"
– Eric Jensen, Author, Brain-Based Learning and Teaching With the Brain in Mind
You can build an empathetic school culture that promotes genuine acceptance of one another, an appreciation for diversity, and an intrinsic desire to contribute and grow academically—a school environment that is inviting, positive, and engaging!
In this easy-to-read, inspiring book, educational consultant and former high school principal Michelle Trujillo shows how positive school culture is anchored in social and emotional learning as a way of being. Through explanation, personal anecdotes, and the demonstration of problem-solving through intentional connection, she guides educators to explore their own SEL aptitudes. In doing so, she inspires a schoolwide investment in a philosophy of connection—with students and each other—that ignites a climate in which every individual is seen, heard, and valued, and academic achievement has an opportunity to thrive for all.
Drawing in readers through story and reflection, the book defines the challenges educators face and offers ample tools, strategies, and solutions for integrating 5 SEL competencies into schools. It includes
Concrete examples of relationship-building in action in schools by modeling, integrating and explicitly teaching social and emotional learning (SEL) to students
Practical, evidence-based strategies for explicit teaching of each SEL competency to students
Opportunities for reflection, brainstorming, and classroom planning
Stories that bring the student experience of empathetic school culture to life
References to programs and practices that meet Tier 1 and 2 evidence-based curriculum requirements.
Jumpstart conscientious connections in your school community and create a foundation for trust that allows students and educators to feel appreciated, effective, and productive.
"This is a powerful and moving resource to inspire every educator who wants to make a difference!"
– Eric Jensen, Author, Brain-Based Learning and Teaching With the Brain in Mind
Om denna bok
Start With the Heart av Michelle L. Trujillo är en Danskt band bok med 168 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2019 av SAGE Publications Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Start With the Heart 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:
9781544352824
Upplaga:
1
Utgiven:
2019-07-01
Förlag:
SAGE Publications Ltd
Sidantal:
168
$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"
>