To see the other types of publications on this topic, follow the link: Post's embedding problem.

Journal articles on the topic 'Post's embedding problem'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 18 journal articles for your research on the topic 'Post's embedding problem.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Nies, André, Richard A. Shore, and Theodore A. Slaman. "Definability in the Recursively Enumerable Degrees." Bulletin of Symbolic Logic 2, no. 4 (December 1996): 392–404. http://dx.doi.org/10.2307/421171.

Full text
Abstract:
§1. Introduction. Natural sets that can be enumerated by a computable function (the recursively enumerable or r.e. sets) always seem to be either actually computable (recursive) or of the same complexity (with respect to Turing computability) as the Halting Problem, the complete r.e. set K. The obvious question, first posed in Post [1944] and since then called Post's Problem is then just whether there are r.e. sets which are neither computable nor complete, i.e., neither recursive nor of the same Turing degree as K?Let be the r.e. degrees, i.e., the r.e. sets modulo the equivalence relation of equicomputable with the partial order induced by Turing computability. This structure is a partial order (indeed, an uppersemilattice or usl)with least element 0, the degree (equivalence class) of the computable sets, and greatest element 1 or 0′, the degree of K. Post's problem then asks if there are any other elements of .The (positive) solution of Post's problem by Friedberg [1957] and Muchnik [1956] was followed by various algebraic or order theoretic results that were interpreted as saying that the structure was in some way well behaved:Theorem 1.1 (Embedding theorem; Muchnik [1958], Sacks [1963]). Every countable partial ordering or even uppersemilattice can be embedded into .Theorem 1.2 (Sacks Splitting Theorem [1963b]). For every nonrecursive r.e. degreeathere are r.e. degreesb, c < asuch thatb ∨ c = a.Theorem 1.3 (Sacks Density Theorem [1964]). For every pair of nonrecursive r.e. degreesa < bthere is an r.e. degreecsuch thata < c < b.
APA, Harvard, Vancouver, ISO, and other styles
2

Makarov, Ilya, Mikhail Makarov, and Dmitrii Kiselev. "Fusion of text and graph information for machine learning problems on networks." PeerJ Computer Science 7 (May 11, 2021): e526. http://dx.doi.org/10.7717/peerj-cs.526.

Full text
Abstract:
Today, increased attention is drawn towards network representation learning, a technique that maps nodes of a network into vectors of a low-dimensional embedding space. A network embedding constructed this way aims to preserve nodes similarity and other specific network properties. Embedding vectors can later be used for downstream machine learning problems, such as node classification, link prediction and network visualization. Naturally, some networks have text information associated with them. For instance, in a citation network, each node is a scientific paper associated with its abstract or title; in a social network, all users may be viewed as nodes of a network and posts of each user as textual attributes. In this work, we explore how combining existing methods of text and network embeddings can increase accuracy for downstream tasks and propose modifications to popular architectures to better capture textual information in network embedding and fusion frameworks.
APA, Harvard, Vancouver, ISO, and other styles
3

Ambos-Spies, K., and M. Lerman. "Lattice embeddings into the recursively enumerable degrees." Journal of Symbolic Logic 51, no. 2 (June 1986): 257–72. http://dx.doi.org/10.1017/s0022481200031133.

Full text
Abstract:
The classification of algebraic structures which can be embedded into ℛ, the uppersemilattice of recursively enumerable degrees, is the key to answering certain questions about Th(ℛ), the elementary theory of ℛ. In particular, these classification problems are important for answering decidability questions about fragments of Th(ℛ). Thus the solutions of Fried berg [F] and Mučnik [M] to Post's problem were easily extended to show that all finite partially ordered sets are embeddable into ℛ, and hence that ∃1 ∩ Th(ℛ), the existential theory of ℛ, is decidable. (The language used is ℒ′, the pure predicate calculus together with a binary relation symbol ≤ to be interpreted as the ordering of ℛ) The problem of determining which finite lattices are embeddable into ℛ has been a long-standing open problem, and is one of the major obstacles to determining whether ∀2 ∩ Th(ℛ), the universal-existential theory of ℛ, is decidable. Shore has obtained some nice partial results in this direction. Embeddings also played a central role in showing that Th(ℛ) is not ℵ0-categorical (Lerman, Shore and Soare [LeShSo]), thus resolving a problem posed by Jockusch. Harrington and Shelah [HS] embedded all 0′-presentable partially ordered sets into ℛ in such a way that the partially ordered sets can be uniformly recovered from four parameters. They used these embeddings to show that Th(ℛ) is undecidable.The first nontrivial extension of the embeddings of Friedberg and Mučnik to lattice embeddings was obtained independently by Lachlan [La1] and Yates [Y] who showed that the four-element Boolean algebra can be embedded into ℛ. Thomason [T] and Lerman independently extended this result to include all finite distributive lattices. The nondistributive case, however, was much more difficult. Lachlan [La2] embedded the two five-element nondistributive lattices M5 and N5 (see Figures 1 and 2) into ℛ, and his proof could easily have been extended to include a larger class of lattices.
APA, Harvard, Vancouver, ISO, and other styles
4

Chen, Jing, Jun Feng, Xia Sun, and Yang Liu. "Co-Training Semi-Supervised Deep Learning for Sentiment Classification of MOOC Forum Posts." Symmetry 12, no. 1 (December 18, 2019): 8. http://dx.doi.org/10.3390/sym12010008.

Full text
Abstract:
Sentiment classification of forum posts of massive open online courses is essential for educators to make interventions and for instructors to improve learning performance. Lacking monitoring on learners’ sentiments may lead to high dropout rates of courses. Recently, deep learning has emerged as an outstanding machine learning technique for sentiment classification, which extracts complex features automatically with rich representation capabilities. However, deep neural networks always rely on a large amount of labeled data for supervised training. Constructing large-scale labeled training datasets for sentiment classification is very laborious and time consuming. To address this problem, this paper proposes a co-training, semi-supervised deep learning model for sentiment classification, leveraging limited labeled data and massive unlabeled data simultaneously to achieve performance comparable to those methods trained on massive labeled data. To satisfy the condition of two views of co-training, we encoded texts into vectors from views of word embedding and character-based embedding independently, considering words’ external and internal information. To promote the classification performance with limited data, we propose a double-check strategy sample selection method to select samples with high confidence to augment the training set iteratively. In addition, we propose a mixed loss function both considering the labeled data with asymmetric and unlabeled data. Our proposed method achieved a 89.73% average accuracy and an 93.55% average F1-score, about 2.77% and 3.2% higher than baseline methods. Experimental results demonstrate the effectiveness of the proposed model trained on limited labeled data, which performs much better than those trained on massive labeled data.
APA, Harvard, Vancouver, ISO, and other styles
5

Riza, M. Alfa, and Novrido Charibaldi. "Emotion Detection in Twitter Social Media Using Long Short-Term Memory (LSTM) and Fast Text." International Journal of Artificial Intelligence & Robotics (IJAIR) 3, no. 1 (May 31, 2021): 15–26. http://dx.doi.org/10.25139/ijair.v3i1.3827.

Full text
Abstract:
Emotion detection is important in various fields such as education, business, employee recruitment. In this study, emotions will be detected with text that comes from Twitter because social media makes users tend to express emotions through text posts. One of the social media that has the highest user growth rate in Indonesia is Twitter. This study will use the LSTM method because this method is proven to be better than previous studies. Word embedding fast text will also be used in this study to improve Word2Vec and GloVe that cannot handle the problem of out of vocabulary (OOV). This research produces the best accuracy for each word embedding as follows, Word2Vec produces an accuracy of 73,15%, GloVe produces an accuracy of 60,10%, fast text produces an accuracy of 73,15%. The conclusion in this study is the best accuracy was obtained by Word2Vec and fast text. The fast text has the advantage of handling the problem of out of vocabulary (OOV), but in this study, it cannot improve the accuracy of word 2vec. This study has not been able to produce very good accuracy. This is because of the data used. In future works, to get even better results, it is expected to apply other deep learning methods, such as CNN, BiLSTM, etc. It is hoped that more data will be used in future studies.
APA, Harvard, Vancouver, ISO, and other styles
6

Tadesse, Michael Mesfin, Hongfei Lin, Bo Xu, and Liang Yang. "Detection of Suicide Ideation in Social Media Forums Using Deep Learning." Algorithms 13, no. 1 (December 24, 2019): 7. http://dx.doi.org/10.3390/a13010007.

Full text
Abstract:
Suicide ideation expressed in social media has an impact on language usage. Many at-risk individuals use social forum platforms to discuss their problems or get access to information on similar tasks. The key objective of our study is to present ongoing work on automatic recognition of suicidal posts. We address the early detection of suicide ideation through deep learning and machine learning-based classification approaches applied to Reddit social media. For such purpose, we employ an LSTM-CNN combined model to evaluate and compare to other classification models. Our experiment shows the combined neural network architecture with word embedding techniques can achieve the best relevance classification results. Additionally, our results support the strength and ability of deep learning architectures to build an effective model for a suicide risk assessment in various text classification tasks.
APA, Harvard, Vancouver, ISO, and other styles
7

Young, Ethan S., Allison K. Farrell, Elizabeth A. Carlson, Michelle M. Englund, Gregory E. Miller, Megan R. Gunnar, Glenn I. Roisman, and Jeffry A. Simpson. "The Dual Impact of Early and Concurrent Life Stress on Adults’ Diurnal Cortisol Patterns: A Prospective Study." Psychological Science 30, no. 5 (March 8, 2019): 739–47. http://dx.doi.org/10.1177/0956797619833664.

Full text
Abstract:
Major life stress often produces a flat diurnal cortisol slope, an indicator of potential long-term health problems. Exposure to stress early in childhood or the accumulation of stress across the life span may be responsible for this pattern. However, the relative impact of life stress at different life stages on diurnal cortisol is unknown. Using a longitudinal sample of adults followed from birth, we examined three models of the effect of stress exposure on diurnal cortisol: the cumulative model, the biological-embedding model, and the sensitization model. As its name implies, the cumulative model focuses on cumulative life stress. In contrast, the biological-embedding model implicates early childhood stress, and the sensitization model posits that current life stress interacts with early life stress to produce flat diurnal cortisol slopes. Our analyses are consistent with the sensitization model, as they indicate that the combination of high stress exposure early in life and high current stress predict flat diurnal cortisol slopes. These novel findings advance understanding of diurnal cortisol patterns and point to avenues for intervention.
APA, Harvard, Vancouver, ISO, and other styles
8

Li, Ximing, Jiaojiao Zhang, and Jihong Ouyang. "Dirichlet Multinomial Mixture with Variational Manifold Regularization: Topic Modeling over Short Texts." Proceedings of the AAAI Conference on Artificial Intelligence 33 (July 17, 2019): 7884–91. http://dx.doi.org/10.1609/aaai.v33i01.33017884.

Full text
Abstract:
Conventional topic models suffer from a severe sparsity problem when facing extremely short texts such as social media posts. The family of Dirichlet multinomial mixture (DMM) can handle the sparsity problem, however, they are still very sensitive to ordinary and noisy words, resulting in inaccurate topic representations at the document level. In this paper, we alleviate this problem by preserving local neighborhood structure of short texts, enabling to spread topical signals among neighboring documents, so as to correct the inaccurate topic representations. This is achieved by using variational manifold regularization, constraining the close short texts should have similar variational topic representations. Upon this idea, we propose a novel Laplacian DMM (LapDMM) topic model. During the document graph construction, we further use the word mover’s distance with word embeddings to measure document similarities at the semantic level. To evaluate LapDMM, we compare it against the state-of-theart short text topic models on several traditional tasks. Experimental results demonstrate that our LapDMM achieves very significant performance gains over baseline models, e.g., achieving even about 0.2 higher scores on clustering and classification tasks in many cases.
APA, Harvard, Vancouver, ISO, and other styles
9

Nazarenko, D. S., I. V. Afanasieva, and N. V. Golian. "NEURAL NETWORK APPROACH FOR EMOTIONAL RECOGNITION IN TEXT." Bionics of Intelligence 1, no. 92 (June 2, 2019): 9–13. http://dx.doi.org/10.30837/bi.2019.1(92).02.

Full text
Abstract:
The article is devoted to one of the most popular trends in the field of IT today – natural language processing, in particular, the extraction of emotions from the text using the neural network approach. The main task was to solve the problem of the high costs of time and human resources for companies to receive feedback from users and process emotional reactions of the second one. That to decide the task it was necessary to make modelling and learn neural network using own architecture based on the backpropagation algorithm that to recognize the emotional component in the text.The emotional component of reviews was used as a metric for evaluating user reactions. It was decided to work with five types of emotions that will help to provide better results. The neural network architecture consists of interconnected layers: embedding, bidirectional LSTM, pooling, dropout layers and two dense layers. For the neural network learning was selected an open dataset consisted of 47,288-tagged posts from Twitter. As a result, the F-measure on the test dataset was 0.62 and which is a worthy indicator in comparison with large business solutions.
APA, Harvard, Vancouver, ISO, and other styles
10

Arachie, Chidubem, Manas Gaur, Sam Anzaroot, William Groves, Ke Zhang, and Alejandro Jaimes. "Unsupervised Detection of Sub-Events in Large Scale Disasters." Proceedings of the AAAI Conference on Artificial Intelligence 34, no. 01 (April 3, 2020): 354–61. http://dx.doi.org/10.1609/aaai.v34i01.5370.

Full text
Abstract:
Social media plays a major role during and after major natural disasters (e.g., hurricanes, large-scale fires, etc.), as people “on the ground” post useful information on what is actually happening. Given the large amounts of posts, a major challenge is identifying the information that is useful and actionable. Emergency responders are largely interested in finding out what events are taking place so they can properly plan and deploy resources. In this paper we address the problem of automatically identifying important sub-events (within a large-scale emergency “event”, such as a hurricane). In particular, we present a novel, unsupervised learning framework to detect sub-events in Tweets for retrospective crisis analysis. We first extract noun-verb pairs and phrases from raw tweets as sub-event candidates. Then, we learn a semantic embedding of extracted noun-verb pairs and phrases, and rank them against a crisis-specific ontology. We filter out noisy and irrelevant information then cluster the noun-verb pairs and phrases so that the top-ranked ones describe the most important sub-events. Through quantitative experiments on two large crisis data sets (Hurricane Harvey and the 2015 Nepal Earthquake), we demonstrate the effectiveness of our approach over the state-of-the-art. Our qualitative evaluation shows better performance compared to our baseline.
APA, Harvard, Vancouver, ISO, and other styles
11

Mounika, B., and B. Mamatha. "Attribute based Encryption to Control Illegal Definitions in HMS." International Journal of Emerging Research in Management and Technology 7, no. 1 (June 11, 2018): 94. http://dx.doi.org/10.23956/ijermt.v7i1.28.

Full text
Abstract:
Vital details leak existing in wellness details of patients existing in SaaS Health Storage space Atmosphere leads to many harmful functions such as finding details for corporate espionage — like results in drug tests. Discovering figures that could be used to make scams. With wellness figures, it’s complex, but once an outsider haves them, the amounts of money they can scams out of companies like Medical health insurance, State health programs, Blue Cross,” are sub spatial. In that aspect prior system’s ability to use secure listing along with Feature Based Security delicate details helps in thwarting reasoning storage details leaking, it doesn’t address if risk occurs from within. A harmful inner scorned worker but neglect their rights and access then posts delicate wellness details all resulting in same problem again. So we recommend a powerful decrypting meta details embedding criteria that could somehow helpful in catching the harmful inner user although not immediately, but definitely some time in future when researchers get a hold of released delicate wellness details resulting in apprehending of the real criminal. Metadata may be located anywhere in the details file. Except in linearized files (those enhanced for “fast web view”), things in a PDF details file can appear in any order. Furthermore, meta-data sources can be connected at the details file level or to any self-contained subassembly item in the details file, such as a page.
APA, Harvard, Vancouver, ISO, and other styles
12

Mustapha, Ismail Babajide, Siti Mariyam Shamsuddin, and Shafaatunnur Hasan. "A Preliminary Study on Learning Challenges in Machine Learning-based Flight Delay Prediction." International Journal of Innovative Computing 9, no. 1 (May 31, 2019). http://dx.doi.org/10.11113/ijic.v9n1.204.

Full text
Abstract:
Machine learning based flight delay prediction is one of the numerous real-life application domains where the problem of imbalance in class distribution is reported to affect the performance of learning algorithms. However, the fact that learning algorithms have been reported to perform well on some class imbalance problems posits the possibility of other contributing factors. In this study, we visually explore air traffic data after dimensionality reduction with t-Distributed Stochastic Neighbour Embedding. Our initial findings suggest a high degree of overlapping between the delayed and on-time class instances which can be a greater problem for learning algorithms than class imbalance.
APA, Harvard, Vancouver, ISO, and other styles
13

Zulqarnain, Muhammad, Rozaida Ghazali, Muhammad Ghulam Ghouse, and Muhammad Faheem Mushtaq. "Efficient processing of GRU based on word embedding for text classification." JOIV : International Journal on Informatics Visualization 3, no. 4 (November 9, 2019). http://dx.doi.org/10.30630/joiv.3.4.289.

Full text
Abstract:
Text classification has become very serious problem for big organization to manage the large amount of online data and has been extensively applied in the tasks of Natural Language Processing (NLP). Text classification can support users to excellently manage and exploit meaningful information require to be classified into various categories for further use. In order to best classify texts, our research efforts to develop a deep learning approach which obtains superior performance in text classification than other RNNs approaches. However, the main problem in text classification is how to enhance the classification accuracy and the sparsity of the data semantics sensitivity to context often hinders the classification performance of texts. In order to overcome the weakness, in this paper we proposed unified structure to investigate the effects of word embedding and Gated Recurrent Unit (GRU) for text classification on two benchmark datasets included (Google snippets and TREC). GRU is a well-known type of recurrent neural network (RNN), which is ability of computing sequential data over its recurrent architecture. Experimentally, the semantically connected words are commonly near to each other in embedding spaces. First, words in posts are changed into vectors via word embedding technique. Then, the words sequential in sentences are fed to GRU to extract the contextual semantics between words. The experimental results showed that proposed GRU model can effectively learn the word usage in context of texts provided training data. The quantity and quality of training data significantly affected the performance. We evaluated the performance of proposed approach with traditional recurrent approaches, RNN, MV-RNN and LSTM, the proposed approach is obtained better results on two benchmark datasets in the term of accuracy and error rate.
APA, Harvard, Vancouver, ISO, and other styles
14

Giachanou, Anastasia, Bilal Ghanem, and Paolo Rosso. "Detection of conspiracy propagators using psycho-linguistic characteristics." Journal of Information Science, January 27, 2021, 016555152098548. http://dx.doi.org/10.1177/0165551520985486.

Full text
Abstract:
The rise of social media has offered a fast and easy way for the propagation of conspiracy theories and other types of disinformation. Despite the research attention that has received, fake news detection remains an open problem and users keep sharing articles that contain false statements but which they consider real. In this article, we focus on the role of users in the propagation of conspiracy theories that is a specific type of disinformation. First, we compare profile and psycho-linguistic patterns of online users that tend to propagate posts that support conspiracy theories and of those who propagate posts that refute them. To this end, we perform a comparative analysis over various profile, psychological and linguistic characteristics using social media texts of users that share posts about conspiracy theories. Then, we compare the effectiveness of those characteristics for predicting whether a user is a conspiracy propagator or not. In addition, we propose ConspiDetector, a model that is based on a convolutional neural network (CNN) and which combines word embeddings with psycho-linguistic characteristics extracted from the tweets of users to detect conspiracy propagators. The results show that ConspiDetector can improve the performance in detecting conspiracy propagators by 8.82% compared with the CNN baseline with regard to F1-metric.
APA, Harvard, Vancouver, ISO, and other styles
15

Chen, Hong-Bin, Yen-Jen Cheng, Wei-Tian Li, and Chia-An Liu. "The Boolean Rainbow Ramsey Number of Antichains, Boolean Posets and Chains." Electronic Journal of Combinatorics 27, no. 4 (November 27, 2020). http://dx.doi.org/10.37236/9034.

Full text
Abstract:
Motivated by the paper, Boolean lattices: Ramsey properties and embeddings Order, 34 (2) (2017), of Axenovich and Walzer, we study the Ramsey-type problems on the Boolean lattices. Given posets $P$ and $Q$, we look for the smallest Boolean lattice $\mathcal{B}_N$ such that any coloring of elements of $\mathcal{B}_N$ must contain a monochromatic $P$ or a rainbow $Q$ as an induced subposet. This number $N$ is called the Boolean rainbow Ramsey number of $P$ and $Q$ in the paper. Particularly, we determine the exact values of the Boolean rainbow Ramsey number for $P$ and $Q$ being the antichains, the Boolean posets, or the chains. From these results, we also derive some general upper and lower bounds of the Boolean rainbow Ramsey number for general $P$ and $Q$ in terms of the poset parameters.
APA, Harvard, Vancouver, ISO, and other styles
16

Athira, B., Josette Jones, Sumam Mary Idicula, Anand Kulanthaivel, and Enming Zhang. "Annotating and detecting topics in social media forum and modelling the annotation to derive directions-a case study." Journal of Big Data 8, no. 1 (February 27, 2021). http://dx.doi.org/10.1186/s40537-021-00429-7.

Full text
Abstract:
AbstractThe widespread influence of social media impacts every aspect of life, including the healthcare sector. Although medics and health professionals are the final decision makers, the advice and recommendations obtained from fellow patients are significant. In this context, the present paper explores the topics of discussion posted by breast cancer patients and survivors on online forums. The study examines an online forum, Breastcancer.org, maps the discussion entries to several topics, and proposes a machine learning model based on a classification algorithm to characterize the topics. To explore the topics of breast cancer patients and survivors, approximately 1000 posts are selected and manually labeled with annotations. In contrast, millions of posts are available to build the labels. A semi-supervised learning technique is used to build the labels for the unlabeled data; hence, the large data are classified using a deep learning algorithm. The deep learning algorithm BiLSTM with BERT word embedding technique provided a better f1-score of 79.5%. This method is able to classify the following topics: medication reviews, clinician knowledge, various treatment options, seeking and providing support, diagnostic procedures, financial issues and implications for everyday life. What matters the most for the patients is coping with everyday living as well as seeking and providing emotional and informational support. The approach and findings show the potential of studying social media to provide insight into patients' experiences with cancer like critical health problems.
APA, Harvard, Vancouver, ISO, and other styles
17

Maras, Steven. "One or Many Media?" M/C Journal 3, no. 6 (December 1, 2000). http://dx.doi.org/10.5204/mcj.1888.

Full text
Abstract:
The theme for this issue of M/C is 'renew'. This is a term that could be approached in numerous ways: as a cultural practice, in terms of broader dynamics of change, in terms of the future of the journal. In this piece, however, I'd like to narrow the focus and think about renewal in the context of the concept of 'media' and media theory. This is not to diminish the importance of looking at media in relation to changing technologies, and changing cultural contexts. Indeed, most readers of M/C will no doubt be aware of the dangers of positing media outside of culture in some kind of deterministic relationship. Indeed, the slash in the title of M/C -- which since its first editorial both links and separates the terms 'media' and 'culture' -- is interesting to think about here precisely because the substitution of the 'and' opens up a questioning of the relation between the two terms. While I too want to keep the space between media / culture filled with possibility, in this piece I want to look mainly at one side of the slash and speculate on renewal in the way we relate to ideas of media. Since its first editorial the slash has also been a marker of M/C's project to bridge academic and popular approaches, and work as a cross-over journal. In the hope of not stretching the cross-over too far, I'd like to bring contemporary philosophy into the picture and keep it in the background while thinking about renewal and the concept of 'media'. A key theme in contemporary philosophy has been the attempt to think difference beyond any opposition of the One and the Many (Patton 29-48; Deleuze 38-47). In an effort to think difference in its own terms, philosophers like Gilles Deleuze and Jacques Derrida have resisted seeing difference as something dependant on, derivative or secondary to a primary point of sameness and identity. In this brief piece, and out of respect of M/C's project, my intention is not to summarise this work in detail. Rather, I want to highlight the existence of this work in order to draw a contrast with the way in which contemporary thinking about media often seems caught up in a dynamic of the One and Many, and to pose the question of a different path for media theory. Having mentioned philosophy, I do want to make the point that 'One or Many Media' is not just an abstract formulation. On the contrary, the present day is a particularly appropriate time to look at this problem. Popular discussion of media issues itself oscillates between an idea of Media dominance (the One) and an idea of multiple media (multimedia). Discussions of convergence frequently invoke a thematics of the One arising out of the Many, or of the Many arising from the One. Medium, Media, the Media. Which one to use? We need only to list these three terms to begin see how the tension between the One and the Multiple has influenced contemporary thinking about media. An obvious tension exists on the level of grammar. 'Media' is the plural of 'Medium'. That is, until we use the term 'the Media' which can be used to refer to the singularity of (a specific area of) the Press. Walter Ong dubs 'medium' "the fugitive singular" to describe this phenomenon (175). To compensate for the increasing use of 'the media' as a singular it is becoming more common to see the term 'mediums' instead of 'media'. A second tension exists on the level of the senses. 'The media', and in some senses a 'medium', conveys the notion of a media form distinct from the senses. As Michael Heim notes, Medium meant conceptual awareness in conjunction with the five senses through which we come to understand things present before us in the environment. This natural sense of media was gradually dissipated during the modern period by man-made extensions and enhancements of the human senses ... . Electronic media gave new meaning to the term. We not only perceive directly with five senses aided by concepts and enhanced by instrumentation, but also are surrounded by a panorama of man-made images and symbols far more complex than can be assimilated directly through the senses and thought processes. Media in the electronic sense of acoustic-optic technology ... appear to do more than augment innate human sensory capacities: the electronic media become themselves complex problems; they become facts of life we must take into account as we live; they become, in short, the media. (47) In this passage, Heim shows how through extension and instrumentation 'the media' comes to occupy a different register of existence. 'The media' in this account are distinct from any general artefact that can serve as a means of communication to us. On this register, 'the media' also develops into the idea of the mass media (see Williams 169). In popular usage this incorporates print and broadcasting areas (usually with a strong journalistic emphasis), and is often personified around a notion of 'the media' as an agent in the contemporary political arena (the fourth estate, the instrument of a media baron). This brings us to a third tension, to do with diversity. The difference between the terms 'Medium', 'Media', 'the Media', is clearly bound up with the issue of diversity and concentration of media. Sean Cubitt argues that a different activation of interactive media, intermedia, or video media, is crucial to restoring an electronic ecology that has been destroyed by the marketplace (207). What the work of theorists like Cubitt reveals is that the problem of diversity and concentration has a conceptual dimension. Framed within an opposition between the One and the Multiple, the diversity in question -- of different senses and orders of media -- is constrained by the dominant idea of the Media. Many theorists and commentators on 'the Mass media' barely acknowledge the existence of video media unless it is seen as a marketplace for the distribution of movies. This process of marginalisation has been so thorough that the contemporary discussion of the Internet or interactive digital media often ignores previous critical discussion of the electronic arts -- as if McLuhan had no connection with Fluxus, or convergence had no links to intermedia experimentation. In a different example, it is becoming common to discuss 'personal media' like laptops and intelligent jewellery (see Beniger; Kay and Goldberg). But if media theory has previously failed to look at T-shirts and other personal effects as media then this is in part due to the dominance of the idea of the mass media in conceptual terms. This dominance leads Umberto Eco to propose an idea of the "multiplication of the media" against the idea of mass media, and prompts him to declare that "all the professors of theory of communications, trained by the texts of twenty years ago (this includes me) should be pensioned off" (149). It could be argued that rather than represent a problem the sliding between these terms is enabling not disabling. From this perspective, the fact that different senses of media collapse or coalesce with one another is appropriate, since (as I hope I've shown) different senses of media are often grounded in other senses. Indeed, we can agree with this argument, and go further to suggest that renewing our relationship to concepts of media involves affirming the interplay of different senses of media. What needs careful consideration here, however, is how we think of different senses of media. For it is very often the case that this question of difference is blocked from discussion when an order of media is used to secure a territory or a foundation for a particular idea of how things should work. From this foundation particular ideas of One-ness/Same-ness or Many-ness can emerge, each of which involves making assumptions about differences between media, and the nature of difference. Examples might include notions of mainstream and alternative, professional and non-professional, 'industry' and 'artistic' ways of working.1 In each case a dominant idea of the media establishes itself as an order against which other practices are defined as secondary, and other senses of media subordinate. Surveying these tensions (grammatical, sensory and diversity) between the terms 'Medium', 'Media', 'the Media', what becomes apparent is that neither of them is able to stand as 'the' primary conceptual term. Attempting to read contemporary developments in light of the One of the mass media means that theory is often left to discuss the fate of an idea, broadcasting, that represents only one way of organising and articulating a medium. Certainly, this approach can yield important results on the level of audience studies and identity politics, and in respect to government policy. Jock Given's work on broadcasting as a "set of technologies, social and cultural practices, cultural forms, industries, institutional forms, words and an idea" usefully contests the idea that broadcasting is dying or has no place in the digital future (46). However, research of this kind is often constrained by its lack of engagement with different orders of media, and its dependence on an idea of the One medium that is now under erasure.2 Attempting to read contemporary developments in light of the One of the mass media means that theory is often left to discuss the fate of an idea, broadcasting, that represents only one way of organising and articulating a medium. Certainly, this approach can yield important results on the level of audience studies and identity politics, and in respect to government policy. Jock Given's work on broadcasting as a "set of technologies, social and cultural practices, cultural forms, industries, institutional forms, words and an idea" usefully contests the idea that broadcasting is dying or has no place in the digital future (46). However, research of this kind is often constrained by its lack of engagement with different orders of media, and its dependence on an idea of the One medium that is now under erasure.2 Exploring the potential of 'Medium' as a primary term leads again into the problem of the One and the Many. The content of every medium may be, as McLuhan said, another medium (8). But we should search for the hidden One that binds together the Many. Indeed, multimedia can precisely be seen in this way: as a term that facilitates the singularising of multiple media. In a historically significant 1977 paper "Personal Dynamic Media" by Alan Kay and Adele Goldberg, we read that the essence of a medium is very much dependent on the way messages are embedded, changed, and viewed. Although digital computers were originally designed to do arithmetic computation, the ability to simulate the details of any descriptive model means that the computer, viewed as a medium itself, can be all other media if the embedding and viewing methods are sufficiently well provided. (255) It is following this passage that Kay and Goldberg use the term "metamedium" to describe this system, which effectively seals the Many into the One, and compromises any sense that 'multimedia' can fully live up to the idea of multiple media. Situating the term 'media' as a primary term is interesting primarily because Heim deems it the "natural sense of media". There is some value in re-asserting the most general understanding of this idea, which is that any artefact can serve to communicate something to the senses. That said, any exploration of this kind needs to keep a critical eye not just on the McLuhanesque extension of the senses that Heim mentions, but also the imperative that these artefacts must mediate, and function as a means of communication. In other words, any celebration of this conception of media needs to be careful not to naturalise the idea that communication is the transmission of ideal contents. As Derrida's work shows, a complex system is required for a media to work in this way. It is only via a particular system of representation that a medium comes to serve as a vehicle for communication (311-2). As such, we should be wary of designating this idea of media as 'natural'. There are of course other reasons to be cautious with the use of the term 'natural' in this context. Contemporary usage of 'media' show that the human sensorium has already entered a complex cyborg future in which human actions, digital files, data, scripts, can be considered 'media' in a performance work or some other assemblage. Contemporary media theory resolves some of the problems of the terms 'Medium', 'Media', 'the Media' serving as a primary conceptual figure by reading them against one another. Thus, the mass media can be criticised from the point of view of the broader potential of the medium, or transformations in a medium can be tracked through developments in interactive media. Various critical or comparative approaches can be adopted within the nexus defined by these three terms. One important path of investigation for media theory is the investigation of hybrid mixed forms of media as they re-emerge out of more or less well defined definitions of a medium. A concern that can be raised with this approach, however, is that it risks avoiding the problem of the One or Many altogether in the way it posits some media as 'pure' or less hybrid in the first instance. In the difficult process of approaching the problem of One or Many media, media theory may find it worthwhile listen in on discussion of the One or Many opposition in contemporary philosophy. Two terms that find a prominent place in Deleuze's discussion of the multiplicity are "differentiation" and "actualisation". I'd want to suggest that both terms should hold interest for media theorists. For example, in terms of the problem of One or Many Media, we can note that differentiation and actualisation have not always been looked at. Too often, the starting point for theories of media is to begin with a particular order of media, a conception of the One, and then situate multiple practices in relationship to this One. Thus, 'the media' or 'mass media' is able to take the position of centre, with the rest left subordinate. This gesture allows the plural form of 'media' to be dealt with in a reductive way, at the expense of an analysis of supposed plurality. (It also works to detach the discussion of the order of media in question from other academic and non-academic disciplines that may have a great deal to say about the way media work.) A different approach could be to look at the way this dominant order is actualised in the first place. Recognition that a multiplicity of different senses of media pre-exists any single order of media would seem to be a key step towards renewal in media theory. This piece has sought to disturb the way a notion of the One or Many media often works in the space of media theory. Rather than locate this issue in relation to only one definition of media or medium, this approach attempts to differentiate between different senses of media, ranging from those understandings linked to the human sensorium, those related to craft understandings, and those related to the computerised manipulation of media resources. The virtue of this approach is that it tackles head on the issue that there is no one understanding of media that can function as an over-arching term in the present. The human senses, craft, broadcasting, and digital manipulation are all limited in this respect. Any response to this situation needs to engage with this complexity by recognising that some understandings of media exceed the space of a medium. These other understandings can form useful provisional points of counter-actualisation.4 Footnotes Recent Australian government decisions about the differences between digital television and datacasting would be interesting to examine here. In relation to Given's work I'd suggest that a fuller examination of media's digital future needs to elaborate on the relationship between 'the media' and alternative understandings of the term in computing, for example, such as Kay and Goldberg's. In this way, the issue of future conceptions of media can be opened up alongside the issue of a future for the media. Monaco's, "Mediography: In the Middle of Things" is a rare example. In the section 'Levels of the Game' Monaco usefully distinguishes between different orders of media. My thanks to the anonymous M/C reviewers for their useful comments, and also Anna Munster for her suggestions. References Beniger, James R. "Personalisation of Mass Media and the Growth of Pseudo-Community." Communication Research 14.3 (June 1987): 352-71. Cubitt, Sean. Videography: Video Media as Art and Culture. London: Macmillan, 1993. Deleuze, Gilles. Bergsonism. Trans. Hugh Tomlinson and Barbara Habberjam. New York: Zone, 1991. Derrida, Jacques. Margins of Philosophy. Trans. Alan Bass. Brighton, Sussex: Harvester, 1986. Eco, Umberto. "The Multiplication of the Media." Travels in Hyper-Reality. Trans. William Weaver. London: Pan, 1986. 145-50. Given, Jock. The Death of Broadcasting: Media's Digital Future. Kensington: U of New South Wales P, 1998. Heim, Michael. Electric Language: A Philosophical Study of Word Processing. New Haven and London: Yale UP, 1987. Kay, Alan, and Adele Goldberg. "Personal Dynamic Media." A History of Personal Workstations. Ed. Adele Goldberg. New York: ACM/Addison-Wesley, 1988. 254-63. McLuhan, Marshall. Understanding Media: The Extensions of Man. London: Routledge and Kegan Paul, 1964. Monaco, James. "Mediography: In the Middle of Things." Media Culture. Ed. James Monaco. New York: Delta, 1978. 3-21. Ong, Walter. Orality and Literacy: The Technologising of the Word. London: Methuen, 1982. Patton, Paul. Deleuze and the Political. London: Routledge, 2000. Williams, Raymond. Keywords: A Vocabulary of Culture and Society. London: Fontana, 1976. Citation reference for this article MLA style: Steven Maras. "One or Many Media?" M/C: A Journal of Media and Culture 3.6 (2000). [your date of access] <http://www.api-network.com/mc/0012/many.php>. Chicago style: Steven Maras, "One or Many Media?" M/C: A Journal of Media and Culture 3, no. 6 (2000), <http://www.api-network.com/mc/0012/many.php> ([your date of access]). APA style: Steven Maras. (2000) One or many media? M/C: A Journal of Media and Culture 3(6). <http://www.api-network.com/mc/0012/many.php> ([your date of access]).
APA, Harvard, Vancouver, ISO, and other styles
18

Grossman, Michele. "Prognosis Critical: Resilience and Multiculturalism in Contemporary Australia." M/C Journal 16, no. 5 (August 28, 2013). http://dx.doi.org/10.5204/mcj.699.

Full text
Abstract:
Introduction Most developed countries, including Australia, have a strong focus on national, state and local strategies for emergency management and response in the face of disasters and crises. This framework can include coping with catastrophic dislocation, service disruption, injury or loss of life in the face of natural disasters such as major fires, floods, earthquakes or other large-impact natural events, as well as dealing with similar catastrophes resulting from human actions such as bombs, biological agents, cyber-attacks targeting essential services such as communications networks, or other crises affecting large populations. Emergency management frameworks for crisis and disaster response are distinguished by their focus on the domestic context for such events; that is, how to manage and assist the ways in which civilian populations, who are for the most part inexperienced and untrained in dealing with crises and disasters, are able to respond and behave in such situations so as to minimise the impacts of a catastrophic event. Even in countries like Australia that demonstrate a strong public commitment to cultural pluralism and social cohesion, ethno-cultural diversity can be seen as a risk or threat to national security and values at times of political, natural, economic and/or social tensions and crises. Australian government policymakers have recently focused, with increasing intensity, on “community resilience” as a key element in countering extremism and enhancing emergency preparedness and response. In some sense, this is the result of a tacit acknowledgement by government agencies that there are limits to what they can do for domestic communities should such a catastrophic event occur, and accordingly, the focus in recent times has shifted to how governments can best help people to help themselves in such situations, a key element of the contemporary “resilience” approach. Yet despite the robustly multicultural nature of Australian society, explicit engagement with Australia’s cultural diversity flickers only fleetingly on this agenda, which continues to pursue approaches to community resilience in the absence of understandings about how these terms and formations may themselves need to be diversified to maximise engagement by all citizens in a multicultural polity. There have been some recent efforts in Australia to move in this direction, for example the Australian Emergency Management Institute (AEMI)’s recent suite of projects with culturally and linguistically diverse (CALD) communities (2006-2010) and the current Australia-New Zealand Counter-Terrorism Committee-supported project on “Harnessing Resilience Capital in Culturally Diverse Communities to Counter Violent Extremism” (Grossman and Tahiri), which I discuss in a longer forthcoming version of this essay (Grossman). Yet the understanding of ethno-cultural identity and difference that underlies much policy thinking on resilience remains problematic for the way in which it invests in a view of the cultural dimensions of community resilience as relic rather than resource – valorising the preservation of and respect for cultural norms and traditions, but silent on what different ethno-cultural communities might contribute toward expanded definitions of both “community” and “resilience” by virtue of the transformative potential and existing cultural capital they bring with them into new national and also translocal settings. For example, a primary conclusion of the joint program between AEMI and the Australian Multicultural Commission is that CALD communities are largely “vulnerable” in the context of disasters and emergency management and need to be better integrated into majority-culture models of theorising and embedding community resilience. This focus on stronger national integration and the “vulnerability” of culturally diverse ethno-cultural communities in the Australian context echoes the work of scholars beyond Australia such as McGhee, Mouritsen (Reflections, Citizenship) and Joppke. They argue that the “civic turn” in debates around resurgent contemporary nationalism and multicultural immigration policies privileges civic integration over genuine two-way multiculturalism. This approach sidesteps the transculturational (Ortiz; Welsch; Mignolo; Bennesaieh; Robins; Stein) aspects of contemporary social identities and exchange by paying lip-service to cultural diversity while affirming a neo-liberal construct of civic values and principles as a universalising goal of Western democratic states within a global market economy. It also suggests a superficial tribute to cultural diversity that does not embed diversity comprehensively at the levels of either conceptualising or resourcing different elements of Australian transcultural communities within the generalised framework of “community resilience.” And by emphasising cultural difference as vulnerability rather than as resource or asset, it fails to acknowledge the varieties of resilience capital that many culturally diverse individuals and communities may bring with them when they resettle in new environments, by ignoring the question of what “resilience” actually means to those from culturally diverse communities. In so doing, it also avoids the critical task of incorporating intercultural definitional diversity around the concepts of both “community” and “resilience” used to promote social cohesion and the capacity to recover from disasters and crises. How we might do differently in thinking about the broader challenges for multiculturalism itself as a resilient transnational concept and practice? The Concept of Resilience The meanings of resilience vary by disciplinary perspective. While there is no universally accepted definition of the concept, it is widely acknowledged that resilience refers to the capacity of an individual to do well in spite of exposure to acute trauma or sustained adversity (Liebenberg 219). Originating in the Latin word resilio, meaning ‘to jump back’, there is general consensus that resilience pertains to an individual’s, community’s or system’s ability to adapt to and ‘bounce back’ from a disruptive event (Mohaupt 63, Longstaff et al. 3). Over the past decade there has been a dramatic rise in interest in the clinical, community and family sciences concerning resilience to a broad range of adversities (Weine 62). While debate continues over which discipline can be credited with first employing resilience as a concept, Mohaupt argues that most of the literature on resilience cites social psychology and psychiatry as the origin for the concept beginning in the mid-20th century. The pioneer researchers of what became known as resilience research studied the impact on children living in dysfunctional families. For example, the findings of work by Garmezy, Werner and Smith and Rutter showed that about one third of children in these studies were coping very well despite considerable adversities and traumas. In asking what it was that prevented the children in their research from being negatively influenced by their home environments, such research provided the basis for future research on resilience. Such work was also ground-breaking for identifying the so-called ‘protective factors’ or resources that individuals can operationalise when dealing with adversity. In essence, protective factors are those conditions in the individual that protect them from the risk of dysfunction and enable recovery from trauma. They mitigate the effects of stressors or risk factors, that is, those conditions that predispose one to harm (Hajek 15). Protective factors include the inborn traits or qualities within an individual, those defining an individual’s environment, and also the interaction between the two. Together, these factors give people the strength, skills and motivation to cope in difficult situations and re-establish (a version of) ‘normal’ life (Gunnestad). Identifying protective factors is important in terms of understanding the particular resources a given sociocultural group has at its disposal, but it is also vital to consider the interconnections between various protective mechanisms, how they might influence each other, and to what degree. An individual, for instance, might display resilience or adaptive functioning in a particular domain (e.g. emotional functioning) but experience significant deficits in another (e.g. academic achievement) (Hunter 2). It is also essential to scrutinise how the interaction between protective factors and risk factors creates patterns of resilience. Finally, a comprehensive understanding of the interrelated nature of protective mechanisms and risk factors is imperative for designing effective interventions and tailored preventive strategies (Weine 65). In short, contemporary thinking about resilience suggests it is neither entirely personal nor strictly social, but an interactive and iterative combination of the two. It is a quality of the environment as much as the individual. For Ungar, resilience is the complex entanglements between “individuals and their social ecologies [that] will determine the degree of positive outcomes experienced” (3). Thinking about resilience as context-dependent is important because research that is too trait-based or actor-centred risks ignoring any structural or institutional forces. A more ecological interpretation of resilience, one that takes into a person’s context and environment into account, is vital in order to avoid blaming the victim for any hardships they face, or relieving state and institutional structures from their responsibilities in addressing social adversity, which can “emphasise self-help in line with a neo-conservative agenda instead of stimulating state responsibility” (Mohaupt 67). Nevertheless, Ungar posits that a coherent definition of resilience has yet to be developed that adequately ‘captures the dual focus of the individual and the individual’s social ecology and how the two must both be accounted for when determining the criteria for judging outcomes and discerning processes associated with resilience’ (7). Recent resilience research has consequently prompted a shift away from vulnerability towards protective processes — a shift that highlights the sustained capabilities of individuals and communities under threat or at risk. Locating ‘Culture’ in the Literature on Resilience However, an understanding of the role of culture has remained elusive or marginalised within this trend; there has been comparatively little sustained investigation into the applicability of resilience constructs to non-western cultures, or how the resources available for survival might differ from those accessible to western populations (Ungar 4). As such, a growing body of researchers is calling for more rigorous inquiry into culturally determined outcomes that might be associated with resilience in non-western or multicultural cultures and contexts, for example where Indigenous and minority immigrant communities live side by side with their ‘mainstream’ neighbours in western settings (Ungar 2). ‘Cultural resilience’ considers the role that cultural background plays in determining the ability of individuals and communities to be resilient in the face of adversity. For Clauss-Ehlers, the term describes the degree to which the strengths of one’s culture promote the development of coping (198). Culturally-focused resilience suggests that people can manage and overcome stress and trauma based not on individual characteristics alone, but also from the support of broader sociocultural factors (culture, cultural values, language, customs, norms) (Clauss-Ehlers 324). The innate cultural strengths of a culture may or may not differ from the strengths of other cultures; the emphasis here is not so much comparatively inter-cultural as intensively intra-cultural (VanBreda 215). A culturally focused resilience model thus involves “a dynamic, interactive process in which the individual negotiates stress through a combination of character traits, cultural background, cultural values, and facilitating factors in the sociocultural environment” (Clauss-Ehlers 199). In understanding ways of ‘coping and hoping, surviving and thriving’, it is thus crucial to consider how culturally and linguistically diverse minorities navigate the cultural understandings and assumptions of both their countries of origin and those of their current domicile (Ungar 12). Gunnestad claims that people who master the rules and norms of their new culture without abandoning their own language, values and social support are more resilient than those who tenaciously maintain their own culture at the expense of adjusting to their new environment. They are also more resilient than those who forego their own culture and assimilate with the host society (14). Accordingly, if the combination of both valuing one’s culture as well as learning about the culture of the new system produces greater resilience and adaptive capacities, serious problems can arise when a majority tries to acculturate a minority to the mainstream by taking away or not recognising important parts of the minority culture. In terms of resilience, if cultural factors are denied or diminished in accounting for and strengthening resilience – in other words, if people are stripped of what they possess by way of resilience built through cultural knowledge, disposition and networks – they do in fact become vulnerable, because ‘they do not automatically gain those cultural strengths that the majority has acquired over generations’ (Gunnestad 14). Mobilising ‘Culture’ in Australian Approaches to Community Resilience The realpolitik of how concepts of resilience and culture are mobilised is highly relevant here. As noted above, when ethnocultural difference is positioned as a risk or a threat to national identity, security and values, this is precisely the moment when vigorously, even aggressively, nationalised definitions of ‘community’ and ‘identity’ that minoritise or disavow cultural diversities come to the fore in public discourse. The Australian evocation of nationalism and national identity, particularly in the way it has framed policy discussion on managing national responses to disasters and threats, has arguably been more muted than some of the European hysteria witnessed recently around cultural diversity and national life. Yet we still struggle with the idea that newcomers to Australia might fall on the surplus rather than the deficit side of the ledger when it comes to identifying and harnessing resilience capital. A brief example of this trend is explored here. From 2006 to 2010, the Australian Emergency Management Institute embarked on an ambitious government-funded four-year program devoted to strengthening community resilience in relation to disasters with specific reference to engaging CALD communities across Australia. The program, Inclusive Emergency Management with CALD Communities, was part of a wider Australian National Action Plan to Build Social Cohesion, Harmony and Security in the wake of the London terrorist bombings in July 2005. Involving CALD community organisations as well as various emergency and disaster management agencies, the program ran various workshops and agency-community partnership pilots, developed national school education resources, and commissioned an evaluation of the program’s effectiveness (Farrow et al.). While my critique here is certainly not aimed at emergency management or disaster response agencies and personnel themselves – dedicated professionals who often achieve remarkable results in emergency and disaster response under extraordinarily difficult circumstances – it is nevertheless important to highlight how the assumptions underlying elements of AEMI’s experience and outcomes reflect the persistent ways in which ethnocultural diversity is rendered as a problem to be surmounted or a liability to be redressed, rather than as an asset to be built upon or a resource to be valued and mobilised. AEMI’s explicit effort to engage with CALD communities in building overall community resilience was important in its tacit acknowledgement that emergency and disaster services were (and often remain) under-resourced and under-prepared in dealing with the complexities of cultural diversity in emergency situations. Despite these good intentions, however, while the program produced some positive outcomes and contributed to crucial relationship building between CALD communities and emergency services within various jurisdictions, it also continued to frame the challenge of working with cultural diversity as a problem of increased vulnerability during disasters for recently arrived and refugee background CALD individuals and communities. This highlights a common feature in community resilience-building initiatives, which is to focus on those who are already ‘robust’ versus those who are ‘vulnerable’ in relation to resilience indicators, and whose needs may require different or additional resources in order to be met. At one level, this is a pragmatic resourcing issue: national agencies understandably want to put their people, energy and dollars where they are most needed in pursuit of a steady-state unified national response at times of crisis. Nor should it be argued that at least some CALD groups, particularly those from new arrival and refugee communities, are not vulnerable in at least some of the ways and for some of the reasons suggested in the program evaluation. However, the consistent focus on CALD communities as ‘vulnerable’ and ‘in need’ is problematic, as well as partial. It casts members of these communities as structurally and inherently less able and less resilient in the context of disasters and emergencies: in some sense, as those who, already ‘victims’ of chronic social deficits such as low English proficiency, social isolation and a mysterious unidentified set of ‘cultural factors’, can become doubly victimised in acute crisis and disaster scenarios. In what is by now a familiar trope, the description of CALD communities as ‘vulnerable’ precludes asking questions about what they do have, what they do know, and what they do or can contribute to how we respond to disaster and emergency events in our communities. A more profound problem in this sphere revolves around working out how best to engage CALD communities and individuals within existing approaches to disaster and emergency preparedness and response. This reflects a fundamental but unavoidable limitation of disaster preparedness models: they are innately spatially and geographically bounded, and consequently understand ‘communities’ in these terms, rather than expanding definitions of ‘community’ to include the dimensions of community-as-social-relations. While some good engagement outcomes were achieved locally around cross-cultural knowledge for emergency services workers, the AEMI program fell short of asking some of the harder questions about how emergency and disaster service scaffolding and resilience-building approaches might themselves need to change or transform, using a cross-cutting model of ‘communities’ as both geographic places and multicultural spaces (Bartowiak-Théron and Crehan) in order to be more effective in national scenarios in which cultural diversity should be taken for granted. Toward Acknowledgement of Resilience Capital Most significantly, the AEMI program did not produce any recognition of the ways in which CALD communities already possess resilience capital, or consider how this might be drawn on in formulating stronger community initiatives around disaster and threats preparedness for the future. Of course, not all individuals within such communities, nor all communities across varying circumstances, will demonstrate resilience, and we need to be careful of either overgeneralising or romanticising the kinds and degrees of ‘resilience capital’ that may exist within them. Nevertheless, at least some have developed ways of withstanding crises and adapting to new conditions of living. This is particularly so in connection with individual and group behaviours around resource sharing, care-giving and social responsibility under adverse circumstances (Grossman and Tahiri) – all of which are directly relevant to emergency and disaster response. While some of these resilient behaviours may have been nurtured or enhanced by particular experiences and environments, they can, as the discussion of recent literature above suggests, also be rooted more deeply in cultural norms, habits and beliefs. Whatever their origins, for culturally diverse societies to achieve genuine resilience in the face of both natural and human-made disasters, it is critical to call on the ‘social memory’ (Folke et al.) of communities faced with responding to emergencies and crises. Such wellsprings of social memory ‘come from the diversity of individuals and institutions that draw on reservoirs of practices, knowledge, values, and worldviews and is crucial for preparing the system for change, building resilience, and for coping with surprise’ (Adger et al.). Consequently, if we accept the challenge of mapping an approach to cultural diversity as resource rather than relic into our thinking around strengthening community resilience, there are significant gains to be made. For a whole range of reasons, no diversity-sensitive model or measure of resilience should invest in static understandings of ethnicities and cultures; all around the world, ethnocultural identities and communities are in a constant and sometimes accelerated state of dynamism, reconfiguration and flux. But to ignore the resilience capital and potential protective factors that ethnocultural diversity can offer to the strengthening of community resilience more broadly is to miss important opportunities that can help suture the existing disconnects between proactive approaches to intercultural connectedness and social inclusion on the one hand, and reactive approaches to threats, national security and disaster response on the other, undermining the effort to advance effectively on either front. This means that dominant social institutions and structures must be willing to contemplate their own transformation as the result of transcultural engagement, rather than merely insisting, as is often the case, that ‘other’ cultures and communities conform to existing hegemonic paradigms of being and of living. In many ways, this is the most critical step of all. A resilience model and strategy that questions its own culturally informed yet taken-for-granted assumptions and premises, goes out into communities to test and refine these, and returns to redesign its approach based on the new knowledge it acquires, would reflect genuine progress toward an effective transculturational approach to community resilience in culturally diverse contexts.References Adger, W. Neil, Terry P. Hughes, Carl Folke, Stephen R. Carpenter and Johan Rockström. “Social-Ecological Resilience to Coastal Disasters.” Science 309.5737 (2005): 1036-1039. ‹http://www.sciencemag.org/content/309/5737/1036.full> Bartowiak-Théron, Isabelle, and Anna Corbo Crehan. “The Changing Nature of Communities: Implications for Police and Community Policing.” Community Policing in Australia: Australian Institute of Criminology (AIC) Reports, Research and Policy Series 111 (2010): 8-15. Benessaieh, Afef. “Multiculturalism, Interculturality, Transculturality.” Ed. A. Benessaieh. Transcultural Americas/Ameriques Transculturelles. Ottawa: U of Ottawa Press/Les Presses de l’Unversite d’Ottawa, 2010. 11-38. Clauss-Ehlers, Caroline S. “Sociocultural Factors, Resilience and Coping: Support for a Culturally Sensitive Measure of Resilience.” Journal of Applied Developmental Psychology 29 (2008): 197-212. Clauss-Ehlers, Caroline S. “Cultural Resilience.” Encyclopedia of Cross-Cultural School Psychology. Ed. C. S. Clauss-Ehlers. New York: Springer, 2010. 324-326. Farrow, David, Anthea Rutter and Rosalind Hurworth. Evaluation of the Inclusive Emergency Management with Culturally and Linguistically Diverse (CALD) Communities Program. Parkville, Vic.: Centre for Program Evaluation, U of Melbourne, July 2009. ‹http://www.ag.gov.au/www/emaweb/rwpattach.nsf/VAP/(9A5D88DBA63D32A661E6369859739356)~Final+Evaluation+Report+-+July+2009.pdf/$file/Final+Evaluation+Report+-+July+2009.pdf>.Folke, Carl, Thomas Hahn, Per Olsson, and Jon Norberg. “Adaptive Governance of Social-Ecological Systems.” Annual Review of Environment and Resources 30 (2005): 441-73. ‹http://arjournals.annualreviews.org/doi/pdf/10.1146/annurev.energy.30.050504.144511>. Garmezy, Norman. “The Study of Competence in Children at Risk for Severe Psychopathology.” The Child in His Family: Children at Psychiatric Risk. Vol. 3. Eds. E. J. Anthony and C. Koupernick. New York: Wiley, 1974. 77-97. Grossman, Michele. “Resilient Multiculturalism? Diversifying Australian Approaches to Community Resilience and Cultural Difference”. Global Perspectives on Multiculturalism in the 21st Century. Eds. B. E. de B’beri and F. Mansouri. London: Routledge, 2014. Grossman, Michele, and Hussein Tahiri. Harnessing Resilience Capital in Culturally Diverse Communities to Counter Violent Extremism. Canberra: Australia-New Zealand Counter-Terrorism Committee, forthcoming 2014. Grossman, Michele. “Cultural Resilience and Strengthening Communities”. Safeguarding Australia Summit, Canberra. 23 Sep. 2010. ‹http://www.safeguardingaustraliasummit.org.au/uploader/resources/Michele_Grossman.pdf>. Gunnestad, Arve. “Resilience in a Cross-Cultural Perspective: How Resilience Is Generated in Different Cultures.” Journal of Intercultural Communication 11 (2006). ‹http://www.immi.se/intercultural/nr11/gunnestad.htm>. Hajek, Lisa J. “Belonging and Resilience: A Phenomenological Study.” Unpublished Master of Science thesis, U of Wisconsin-Stout. Menomonie, Wisconsin, 2003. Hunter, Cathryn. “Is Resilience Still a Useful Concept When Working with Children and Young People?” Child Family Community Australia (CFA) Paper 2. Melbourne: Australian Institute of Family Studies, 2012.Joppke, Christian. "Beyond National Models: Civic Integration Policies for Immigrants in Western Europe". West European Politics 30.1 (2007): 1-22. Liebenberg, Linda, Michael Ungar, and Fons van de Vijver. “Validation of the Child and Youth Resilience Measure-28 (CYRM-28) among Canadian Youth.” Research on Social Work Practice 22.2 (2012): 219-226. Longstaff, Patricia H., Nicholas J. Armstrong, Keli Perrin, Whitney May Parker, and Matthew A. Hidek. “Building Resilient Communities: A Preliminary Framework for Assessment.” Homeland Security Affairs 6.3 (2010): 1-23. ‹http://www.hsaj.org/?fullarticle=6.3.6>. McGhee, Derek. The End of Multiculturalism? Terrorism, Integration and Human Rights. Maidenhead: Open U P, 2008.Mignolo, Walter. Local Histories/Global Designs: Coloniality, Subaltern Knowledges, and Border Thinking. Princeton: Princeton U P, 2000. Mohaupt, Sarah. “Review Article: Resilience and Social Exclusion.” Social Policy and Society 8 (2009): 63-71.Mouritsen, Per. "The Culture of Citizenship: A Reflection on Civic Integration in Europe." Ed. R. Zapata-Barrero. Citizenship Policies in the Age of Diversity: Europe at the Crossroad." Barcelona: CIDOB Foundation, 2009: 23-35. Mouritsen, Per. “Political Responses to Cultural Conflict: Reflections on the Ambiguities of the Civic Turn.” Ed. P. Mouritsen and K.E. Jørgensen. Constituting Communities. Political Solutions to Cultural Conflict, London: Palgrave, 2008. 1-30. Ortiz, Fernando. Cuban Counterpoint: Tobacco and Sugar. Trans. Harriet de Onís. Intr. Fernando Coronil and Bronislaw Malinowski. Durham, NC: Duke U P, 1995 [1940]. Robins, Kevin. The Challenge of Transcultural Diversities: Final Report on the Transversal Study on Cultural Policy and Cultural Diversity. Culture and Cultural Heritage Department. Strasbourg: Council of European Publishing, 2006. Rutter, Michael. “Protective Factors in Children’s Responses to Stress and Disadvantage.” Annals of the Academy of Medicine, Singapore 8 (1979): 324-38. Stein, Mark. “The Location of Transculture.” Transcultural English Studies: Fictions, Theories, Realities. Eds. F. Schulze-Engler and S. Helff. Cross/Cultures 102/ANSEL Papers 12. Amsterdam and New York: Rodopi, 2009. 251-266. Ungar, Michael. “Resilience across Cultures.” British Journal of Social Work 38.2 (2008): 218-235. First published online 2006: 1-18. In-text references refer to the online Advance Access edition ‹http://bjsw.oxfordjournals.org/content/early/2006/10/18/bjsw.bcl343.full.pdf>. VanBreda, Adrian DuPlessis. Resilience Theory: A Literature Review. Erasmuskloof: South African Military Health Service, Military Psychological Institute, Social Work Research & Development, 2001. Weine, Stevan. “Building Resilience to Violent Extremism in Muslim Diaspora Communities in the United States.” Dynamics of Asymmetric Conflict 5.1 (2012): 60-73. Welsch, Wolfgang. “Transculturality: The Puzzling Form of Cultures Today.” Spaces of Culture: City, Nation World. Eds. M. Featherstone and S. Lash. London: Sage, 1999. 194-213. Werner, Emmy E., and Ruth S. Smith. Vulnerable But Invincible: A Longitudinal Study of\ Resilience and Youth. New York: McGraw Hill, 1982. NotesThe concept of ‘resilience capital’ I offer here is in line with one strand of contemporary theorising around resilience – that of resilience as social or socio-ecological capital – but moves beyond the idea of enhancing general social connectedness and community cohesion by emphasising the ways in which culturally diverse communities may already be robustly networked and resourceful within micro-communal settings, with new resources and knowledge both to draw on and to offer other communities or the ‘national community’ at large. In effect, ‘resilience capital’ speaks to the importance of finding ‘the communities within the community’ (Bartowiak-Théron and Crehan 11) and recognising their capacity to contribute to broad-scale resilience and recovery.I am indebted for the discussion of the literature on resilience here to Dr Peta Stephenson, Centre for Cultural Diversity and Wellbeing, Victoria University, who is working on a related project (M. Grossman and H. Tahiri, Harnessing Resilience Capital in Culturally Diverse Communities to Counter Violent Extremism, forthcoming 2014).
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography