Vi flyttar från butik till nätet - så funkar det framåt
Sushi made simple | 1:a upplagan
- Danskt band, Engelska, 2017
- Författare: Atsuko Ikeda
- Betyg:
272
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
A masterclass in sushi making from London-based teacher Atsuko, who combines authentic knowledge and skills with contemporary, innovative ideas to give 60 recipes for rolls, wraps, moulded and deconstructed sushi.
The word 'sushi' refers to 'vinegared rice', which is used for any kind of sushi with raw, pickled, smoked, grilled or seared ingredients. In this book, the simple secrets behind making good sushi are revealed, such as how to select your sushi components based on the three principles of colour, taste and texture. Author Atsuko offers an approachable, diverse and colourful selection of sushi dishes. Classic white sushi rice will always be a favourite, but here you will find options to use brown rice, quinoa and pink beetroot rice too. Familiar rolls and wraps are included as well as sushi burgers, bombs and deconstructed salad bowls. The book opens with Your Sushi Pantry, listing essential ingredients. After this comes Basic Cooking Methods and Step-by-step Techniques. The recipes are then divided into Sushi Rolls which include Futomaki, Uramaki, Temaki cones and Gunkanmaki. Moulded Sushi features classic Nigiri, Temari, Oshi Sushi and pretty Chakin Sushi parcels. Creative Moulded Sushi includes new ideas like Sushi bombs, Burgers and Sushi Cakes. Deconstructed Sushi features celebration Chirashi sushi, Poke Bowls and Jarred Salads. Finally, Vegetarian and Vegan sushi offers a delicious selection of plant-based treats sush as Inari Sushi and Vegetable Nigiri.
The word 'sushi' refers to 'vinegared rice', which is used for any kind of sushi with raw, pickled, smoked, grilled or seared ingredients. In this book, the simple secrets behind making good sushi are revealed, such as how to select your sushi components based on the three principles of colour, taste and texture. Author Atsuko offers an approachable, diverse and colourful selection of sushi dishes. Classic white sushi rice will always be a favourite, but here you will find options to use brown rice, quinoa and pink beetroot rice too. Familiar rolls and wraps are included as well as sushi burgers, bombs and deconstructed salad bowls. The book opens with Your Sushi Pantry, listing essential ingredients. After this comes Basic Cooking Methods and Step-by-step Techniques. The recipes are then divided into Sushi Rolls which include Futomaki, Uramaki, Temaki cones and Gunkanmaki. Moulded Sushi features classic Nigiri, Temari, Oshi Sushi and pretty Chakin Sushi parcels. Creative Moulded Sushi includes new ideas like Sushi bombs, Burgers and Sushi Cakes. Deconstructed Sushi features celebration Chirashi sushi, Poke Bowls and Jarred Salads. Finally, Vegetarian and Vegan sushi offers a delicious selection of plant-based treats sush as Inari Sushi and Vegetable Nigiri.
Om denna bok
Sushi made simple av Atsuko Ikeda är en Danskt band bok med 160 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2017.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Sushi made simple 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:
Mat & dryck
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781849758840
Upplaga:
1
Utgiven:
2017-11-14
Förlag:
Okänt
Sidantal:
160
$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"
>