Vi flyttar från butik till nätet - så funkar det framåt
Automating the News | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: Nicholas Diakopoulos
- Betyg:
308
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
From hidden connections in big data to bots spreading fake news, journalism is increasingly computer-generated. An expert in computer science and media explains the present and future of a world in which news is created by algorithm.
Amid the push for self-driving cars and the roboticization of industrial economies, automation has proven one of the biggest news stories of our time. Yet the wide-scale automation of the news itself has largely escaped attention. In this lively exposé of that rapidly shifting terrain, Nicholas Diakopoulos focuses on the people who tell the stories—increasingly with the help of computer algorithms that are fundamentally changing the creation, dissemination, and reception of the news.
Diakopoulos reveals how machine learning and data mining have transformed investigative journalism. Newsbots converse with social media audiences, distributing stories and receiving feedback. Online media has become a platform for A/B testing of content, helping journalists to better understand what moves audiences. Algorithms can even draft certain kinds of stories. These techniques enable media organizations to take advantage of experiments and economies of scale, enhancing the sustainability of the fourth estate. But they also place pressure on editorial decision-making, because they allow journalists to produce more stories, sometimes better ones, but rarely both.
Automating the News responds to hype and fears surrounding journalistic algorithms by exploring the human influence embedded in automation. Though the effects of automation are deep, Diakopoulos shows that journalists are at little risk of being displaced. With algorithms at their fingertips, they may work differently and tell different stories than they otherwise would, but their values remain the driving force behind the news. The human–algorithm hybrid thus emerges as the latest embodiment of an age-old tension between commercial imperatives and journalistic principles.
Amid the push for self-driving cars and the roboticization of industrial economies, automation has proven one of the biggest news stories of our time. Yet the wide-scale automation of the news itself has largely escaped attention. In this lively exposé of that rapidly shifting terrain, Nicholas Diakopoulos focuses on the people who tell the stories—increasingly with the help of computer algorithms that are fundamentally changing the creation, dissemination, and reception of the news.
Diakopoulos reveals how machine learning and data mining have transformed investigative journalism. Newsbots converse with social media audiences, distributing stories and receiving feedback. Online media has become a platform for A/B testing of content, helping journalists to better understand what moves audiences. Algorithms can even draft certain kinds of stories. These techniques enable media organizations to take advantage of experiments and economies of scale, enhancing the sustainability of the fourth estate. But they also place pressure on editorial decision-making, because they allow journalists to produce more stories, sometimes better ones, but rarely both.
Automating the News responds to hype and fears surrounding journalistic algorithms by exploring the human influence embedded in automation. Though the effects of automation are deep, Diakopoulos shows that journalists are at little risk of being displaced. With algorithms at their fingertips, they may work differently and tell different stories than they otherwise would, but their values remain the driving force behind the news. The human–algorithm hybrid thus emerges as the latest embodiment of an age-old tension between commercial imperatives and journalistic principles.
Om denna bok
Automating the News av Nicholas Diakopoulos är en Danskt band bok med 336 sidor på Engelska. Den utgavs 2019 av Harvard University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Automating the News 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:
9780674976986
Upplaga:
0
Utgiven:
2019-06-10
Förlag:
Harvard University Press
Sidantal:
336
$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"
>