• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 4
  • 2
  • Tagged with
  • 8
  • 8
  • 4
  • 4
  • 4
  • 4
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Minimização de funções decomponíveis em curvas em U definidas sobre cadeias de posets -- algoritmos e aplicações / Minimization of decomposable in U-shaped curves functions defined on poset chains -- algorithms and applications

Reis, Marcelo da Silva 28 November 2012 (has links)
O problema de seleção de características, no contexto de Reconhecimento de Padrões, consiste na escolha de um subconjunto X de um conjunto S de características, de tal forma que X seja \"ótimo\" dentro de algum critério. Supondo a escolha de uma função custo c apropriada, o problema de seleção de características é reduzido a um problema de busca que utiliza c para avaliar os subconjuntos de S e assim detectar um subconjunto de características ótimo. Todavia, o problema de seleção de características é NP-difícil. Na literatura existem diversos algoritmos e heurísticas propostos para abordar este problema; porém, quase nenhuma dessas técnicas explora o fato que existem funções custo cujos valores são estimados a partir de uma amostra e que descrevem uma \"curva em U\" nas cadeias do reticulado Booleano (P(S),<=), um fenômeno bem conhecido em Reconhecimento de Padrões: conforme aumenta-se o número de características consideradas, há uma queda no custo do subconjunto avaliado, até o ponto em que a limitação no número de amostras faz com que seguir adicionando características passe a aumentar o custo, devido ao aumento no erro de estimação. Em 2010, Ris e colegas propuseram um novo algoritmo para resolver esse caso particular do problema de seleção de características, que aproveita o fato de que o espaço de busca pode ser organizado como um reticulado Booleano, assim como a estrutura de curvas em U das cadeias do reticulado, para encontrar um subconjunto ótimo. Neste trabalho estudamos a estrutura do problema de minimização de funções custo cujas cadeias são decomponíveis em curvas em U (problema U-curve), provando que o mesmo é NP-difícil. Mostramos que o algoritmo de Ris e colegas possui um erro que o torna de fato sub-ótimo, e propusemos uma versão corrigida e melhorada do mesmo, o algoritmo U-Curve-Search (UCS). Apresentamos também duas variações do algoritmo UCS que controlam o espaço de busca de forma mais sistemática. Introduzimos dois novos algoritmos branch-and-bound para abordar o problema, chamados U-Curve-Branch-and-Bound (UBB) e Poset-Forest-Search (PFS). Para todos os algoritmos apresentados nesta tese, fornecemos análise de complexidade de tempo e, para alguns deles, também prova de corretude. Implementamos todos os algoritmos apresentados utilizando o arcabouço featsel, também desenvolvido neste trabalho; realizamos experimentos ótimos e sub-ótimos com instâncias de dados reais e simulados e analisamos os resultados obtidos. Por fim, propusemos um relaxamento do problema U-curve que modela alguns tipos de projeto de classificadores; também provamos que os algoritmos UCS, UBB e PFS resolvem esta versão generalizada do problema. / The feature selection problem, in the context of Pattern Recognition, consists in the choice of a subset X of a set S of features, such that X is \"optimal\" under some criterion. If we assume the choice of a proper cost function c, then the feature selection problem is reduced to a search problem, which uses c to evaluate the subsets of S, therefore finding an optimal feature subset. However, the feature selection problem is NP-hard. Although there are a myriad of algorithms and heuristics to tackle this problem in the literature, almost none of those techniques explores the fact that there are cost functions whose values are estimated from a sample and describe a \"U-shaped curve\" in the chains of the Boolean lattice o (P(S),<=), a well-known phenomenon in Pattern Recognition: for a fixed number of samples, the increase in the number of considered features may have two consequences: if the available sample is enough to a good estimation, then it should occur a reduction of the estimation error, otherwise, the lack of data induces an increase of the estimation error. In 2010, Ris et al. proposed a new algorithm to solve this particular case of the feature selection problem: their algorithm takes into account the fact that the search space may be organized as a Boolean lattice, as well as that the chains of this lattice describe a U-shaped curve, to find an optimal feature subset. In this work, we studied the structure of the minimization problem of cost functions whose chains are decomposable in U-shaped curves (the U-curve problem), and proved that this problem is actually NP-hard. We showed that the algorithm introduced by Ris et al. has an error that leads to suboptimal solutions, and proposed a corrected and improved version, the U-Curve-Search (UCS) algorithm. Moreover, to manage the search space in a more systematic way, we also presented two modifications of the UCS algorithm. We introduced two new branch-and-bound algorithms to tackle the U-curve problem, namely U-Curve-Branch-and-Bound (UBB) and Poset-Forest-Search (PFS). For each algorithm presented in this thesis, we provided time complexity analysis and, for some of them, also proof of correctness. We implemented each algorithm through the featsel framework, which was also developed in this work; we performed optimal and suboptimal experiments with instances from real and simulated data, and analyzed the results. Finally, we proposed a generalization of the U-curve problem that models some kinds of classifier design; we proved the correctness of the UCS, UBB, and PFS algorithms for this generalized version of the U-curve problem.
2

Minimização de funções decomponíveis em curvas em U definidas sobre cadeias de posets -- algoritmos e aplicações / Minimization of decomposable in U-shaped curves functions defined on poset chains -- algorithms and applications

Marcelo da Silva Reis 28 November 2012 (has links)
O problema de seleção de características, no contexto de Reconhecimento de Padrões, consiste na escolha de um subconjunto X de um conjunto S de características, de tal forma que X seja \"ótimo\" dentro de algum critério. Supondo a escolha de uma função custo c apropriada, o problema de seleção de características é reduzido a um problema de busca que utiliza c para avaliar os subconjuntos de S e assim detectar um subconjunto de características ótimo. Todavia, o problema de seleção de características é NP-difícil. Na literatura existem diversos algoritmos e heurísticas propostos para abordar este problema; porém, quase nenhuma dessas técnicas explora o fato que existem funções custo cujos valores são estimados a partir de uma amostra e que descrevem uma \"curva em U\" nas cadeias do reticulado Booleano (P(S),<=), um fenômeno bem conhecido em Reconhecimento de Padrões: conforme aumenta-se o número de características consideradas, há uma queda no custo do subconjunto avaliado, até o ponto em que a limitação no número de amostras faz com que seguir adicionando características passe a aumentar o custo, devido ao aumento no erro de estimação. Em 2010, Ris e colegas propuseram um novo algoritmo para resolver esse caso particular do problema de seleção de características, que aproveita o fato de que o espaço de busca pode ser organizado como um reticulado Booleano, assim como a estrutura de curvas em U das cadeias do reticulado, para encontrar um subconjunto ótimo. Neste trabalho estudamos a estrutura do problema de minimização de funções custo cujas cadeias são decomponíveis em curvas em U (problema U-curve), provando que o mesmo é NP-difícil. Mostramos que o algoritmo de Ris e colegas possui um erro que o torna de fato sub-ótimo, e propusemos uma versão corrigida e melhorada do mesmo, o algoritmo U-Curve-Search (UCS). Apresentamos também duas variações do algoritmo UCS que controlam o espaço de busca de forma mais sistemática. Introduzimos dois novos algoritmos branch-and-bound para abordar o problema, chamados U-Curve-Branch-and-Bound (UBB) e Poset-Forest-Search (PFS). Para todos os algoritmos apresentados nesta tese, fornecemos análise de complexidade de tempo e, para alguns deles, também prova de corretude. Implementamos todos os algoritmos apresentados utilizando o arcabouço featsel, também desenvolvido neste trabalho; realizamos experimentos ótimos e sub-ótimos com instâncias de dados reais e simulados e analisamos os resultados obtidos. Por fim, propusemos um relaxamento do problema U-curve que modela alguns tipos de projeto de classificadores; também provamos que os algoritmos UCS, UBB e PFS resolvem esta versão generalizada do problema. / The feature selection problem, in the context of Pattern Recognition, consists in the choice of a subset X of a set S of features, such that X is \"optimal\" under some criterion. If we assume the choice of a proper cost function c, then the feature selection problem is reduced to a search problem, which uses c to evaluate the subsets of S, therefore finding an optimal feature subset. However, the feature selection problem is NP-hard. Although there are a myriad of algorithms and heuristics to tackle this problem in the literature, almost none of those techniques explores the fact that there are cost functions whose values are estimated from a sample and describe a \"U-shaped curve\" in the chains of the Boolean lattice o (P(S),<=), a well-known phenomenon in Pattern Recognition: for a fixed number of samples, the increase in the number of considered features may have two consequences: if the available sample is enough to a good estimation, then it should occur a reduction of the estimation error, otherwise, the lack of data induces an increase of the estimation error. In 2010, Ris et al. proposed a new algorithm to solve this particular case of the feature selection problem: their algorithm takes into account the fact that the search space may be organized as a Boolean lattice, as well as that the chains of this lattice describe a U-shaped curve, to find an optimal feature subset. In this work, we studied the structure of the minimization problem of cost functions whose chains are decomposable in U-shaped curves (the U-curve problem), and proved that this problem is actually NP-hard. We showed that the algorithm introduced by Ris et al. has an error that leads to suboptimal solutions, and proposed a corrected and improved version, the U-Curve-Search (UCS) algorithm. Moreover, to manage the search space in a more systematic way, we also presented two modifications of the UCS algorithm. We introduced two new branch-and-bound algorithms to tackle the U-curve problem, namely U-Curve-Branch-and-Bound (UBB) and Poset-Forest-Search (PFS). For each algorithm presented in this thesis, we provided time complexity analysis and, for some of them, also proof of correctness. We implemented each algorithm through the featsel framework, which was also developed in this work; we performed optimal and suboptimal experiments with instances from real and simulated data, and analyzed the results. Finally, we proposed a generalization of the U-curve problem that models some kinds of classifier design; we proved the correctness of the UCS, UBB, and PFS algorithms for this generalized version of the U-curve problem.
3

Studio as Laboratory: Prioritizing Artistic Fluency Through the Morphogenesis of Paper

Neal, Jeannette Lina 15 April 2024 (has links) (PDF)
This paper describes a curriculum designed to examine relationships between artistic fluency in middle school art classrooms, and a robust year-long paper curriculum. A sustained focus with one material, such as paper, combined with relevant artists and investigative skills activities was designed to increase artistic fluency during a time when students often experience a decline in identity and confidence. Concerns with the U-curve theory suggest that many factors affect the continuity of art during these crucial years of school. Educational standards of the Reggio Emilia Approach can be applied to secondary education, encouraging both students and educator to create dynamic compositions and innovative mark making.
4

Representação de sistemas biológicos a partir de sistemas dinâmicos: controle da transcrição a partir do estrógeno. / Representation of Biological Systems from Dynamical Systems: Transcription Control from Estrogen

Ris, Marcelo 14 April 2008 (has links)
Esta pesquisa de doutorado apresenta resultados em três áreas distintas: (i) Ciência da Computação e Estatística -- devido ao desenvolvimento de uma nova solução para o problema de seleção de características, um problema conhecido em Reconhecimento de Padrões; (ii) Bioinformática -- em razão da construção de um método baseado em um \\textit de algoritmos, incluindo o de seleção de características, visando abordar o problema de identificação de arquiteturas de redes de expressão gênica; e (iii) Biologia -- ao relacionar o estrógeno com uma nova função biológica, após analisar informações extraídas de séries temporais de \\textit pelas novas ferramentas computacionais-estatísticas desenvolvidas. O estrógeno possui um importante papel nos tecidos reprodutivos. O crescimento das gândulas mamárias e do endométrio durante a gravidez e o ciclo menstrual são estrógeno dependentes. O crescimento das células tumorais nesses órgãos podem ser estimuladas pela simples presença de estrógeno; mais de $300$ genes são conhecidos por terem regulação positiva ou negativa devido a sua presença. A motivação inicial desta pesquisa foi a construção de um método que possa servir de ferramenta para a identificação de genes que tenham seu nível de expressão alterado a partir de uma resposta induzida por estrógeno, mais precisamente, um método para modelar os inter-relacionamentos entre os diversos genes dependentes do estrógeno. Apresentamos um novo \\textit de algoritmos que, a partir de dados temporais de \\textit e um conjunto inicial de genes que compartilham algumas características comuns, denominados de \\textit{genes sementes}, devolve como saída a arquitetura de uma rede gênica representada por um grafo dirigido. Para cada nó da rede, uma tabela de predição do gene representado pelo nó em função dos seus genes preditores (genes que apontam para ele) pode ser obtida. O método foi aplicado em estudo de série-temporal de \\textit para uma cultura de células \\textit submetidas a tratamento com estrógeno, e uma possível rede de regulação foi obtida. Encontrar o melhor subconjunto preditor de genes para um dado gene pode ser estudado como um problema de seleção de características, no qual o espaço de busca pode ser representado por um reticulado Booleano e cada um de seus elementos representa um subconjunto candidato. Uma característica importante desse problema é o fato de que para cada elemento existe uma função custo associada, e esta possui forma de curva em U para qualquer cadeia maximal do reticulado. Para esse problema, apresentamos um nova solução, o algoritmo ewindex. Esse algoritmo é um método do tipo \\textit, o qual utiliza a estrutura do reticulado Booleano e a característica de curva em U da função custo para explorar um subconjunto do espaço de busca equivalente à busca completa. Nosso método obteve excelentes resultados em eficiência e valores quando comparado com as heurísticas mais utilizadas (SFFS e SFS). A partir de um método baseado no \\textit e de um conjunto inicial de genes regulados \\textit pelo estrógeno, identificamos uma evidência de envolvimento do estrógeno em um processo biológico ainda não relacionado: a adesão celular. Esse resultado pode direcionar os estudos sobre estrógeno e câncer à investigação de processo metastático, o qual é influenciado por genes relacionados à adesão celular. / This Phd. research presents in three distinct areas: (i) Computer Science and Statistics -- on the development of a new solution for the feature selection problem which is an important problem in Pattern Recognition; (ii) Bioinformatics -- for the construction of a pipeline of algorithms, including the feature selection solution, to address the problem of identification the architecture of a genetic expression network and; (iii) Biology -- relating estrogen to a new biological function, from the results obtained by the new computational-statistic tools developed and applied to a time-series microarray data. Estrogen has an important role in reproductive tissues. The growth mammary glands and endometrial growing during menstrual cycle and pregnancy are estrogen dependent. The growth of tumor cells in those organs can be stimulated by the simple presence of estrogen. Over $300$ genes are known by their positive or negative regulation by estrogen. The initial motivation of this research was the construction of a method that can serve as a tool for the identification of genes that have changed their level of expression changed by a response induced by estrogen, more specifically, a method to model the inter-relationships between the several genes dependent on estrogen. We present a new pipeline of algorithms that from the data of a time-series microarray experiment and from an initial set of genes that share some common characteristics, known as \\textit{seed genes}, gives as an output an architecture of the genetic expression network represented by a directed graph. For each node of the network, a prediction table of the gene, represented by the node, in function of its predictors genes (genes that link to it) can be obtained. The method was applied in a study of time-series microarray for a cell line \\textit submitted to a estrogen treatment and a possible regulation network was obtained. Finding the best predictor subset of genes for a given gene can be studied as a problem of feature selection where the search space can be represented by a Boolean lattice and each one of its elements represents a possible subset. An important characteristic of this problem is: for each element in the lattice there is a cost function associated to it and this function has a U-shape in any maximal chain of the search space. For this problem we present a new solution, the \\textit algorithm. This algorithm is a branch-and-bound solution which uses the structure of the Boolean lattice and U-shaped curves to explore a subset of the search space that is equivalent to the full search. Our method obtained excellent results in performance and values when compared with the most commonly used heuristics (SFFS and SFS). From a method based on the pipeline of algorithms and from an initial set of genes direct regulated by estrogen, we identified an evidence of involvement of estrogen in a biological process not yet related to estrogen: the cell adhesion. This result can guide studies on estrogen and cancer to research in metastatic process, which is affected by cell adhesion related genes.
5

Representação de sistemas biológicos a partir de sistemas dinâmicos: controle da transcrição a partir do estrógeno. / Representation of Biological Systems from Dynamical Systems: Transcription Control from Estrogen

Marcelo Ris 14 April 2008 (has links)
Esta pesquisa de doutorado apresenta resultados em três áreas distintas: (i) Ciência da Computação e Estatística -- devido ao desenvolvimento de uma nova solução para o problema de seleção de características, um problema conhecido em Reconhecimento de Padrões; (ii) Bioinformática -- em razão da construção de um método baseado em um \\textit de algoritmos, incluindo o de seleção de características, visando abordar o problema de identificação de arquiteturas de redes de expressão gênica; e (iii) Biologia -- ao relacionar o estrógeno com uma nova função biológica, após analisar informações extraídas de séries temporais de \\textit pelas novas ferramentas computacionais-estatísticas desenvolvidas. O estrógeno possui um importante papel nos tecidos reprodutivos. O crescimento das gândulas mamárias e do endométrio durante a gravidez e o ciclo menstrual são estrógeno dependentes. O crescimento das células tumorais nesses órgãos podem ser estimuladas pela simples presença de estrógeno; mais de $300$ genes são conhecidos por terem regulação positiva ou negativa devido a sua presença. A motivação inicial desta pesquisa foi a construção de um método que possa servir de ferramenta para a identificação de genes que tenham seu nível de expressão alterado a partir de uma resposta induzida por estrógeno, mais precisamente, um método para modelar os inter-relacionamentos entre os diversos genes dependentes do estrógeno. Apresentamos um novo \\textit de algoritmos que, a partir de dados temporais de \\textit e um conjunto inicial de genes que compartilham algumas características comuns, denominados de \\textit{genes sementes}, devolve como saída a arquitetura de uma rede gênica representada por um grafo dirigido. Para cada nó da rede, uma tabela de predição do gene representado pelo nó em função dos seus genes preditores (genes que apontam para ele) pode ser obtida. O método foi aplicado em estudo de série-temporal de \\textit para uma cultura de células \\textit submetidas a tratamento com estrógeno, e uma possível rede de regulação foi obtida. Encontrar o melhor subconjunto preditor de genes para um dado gene pode ser estudado como um problema de seleção de características, no qual o espaço de busca pode ser representado por um reticulado Booleano e cada um de seus elementos representa um subconjunto candidato. Uma característica importante desse problema é o fato de que para cada elemento existe uma função custo associada, e esta possui forma de curva em U para qualquer cadeia maximal do reticulado. Para esse problema, apresentamos um nova solução, o algoritmo ewindex. Esse algoritmo é um método do tipo \\textit, o qual utiliza a estrutura do reticulado Booleano e a característica de curva em U da função custo para explorar um subconjunto do espaço de busca equivalente à busca completa. Nosso método obteve excelentes resultados em eficiência e valores quando comparado com as heurísticas mais utilizadas (SFFS e SFS). A partir de um método baseado no \\textit e de um conjunto inicial de genes regulados \\textit pelo estrógeno, identificamos uma evidência de envolvimento do estrógeno em um processo biológico ainda não relacionado: a adesão celular. Esse resultado pode direcionar os estudos sobre estrógeno e câncer à investigação de processo metastático, o qual é influenciado por genes relacionados à adesão celular. / This Phd. research presents in three distinct areas: (i) Computer Science and Statistics -- on the development of a new solution for the feature selection problem which is an important problem in Pattern Recognition; (ii) Bioinformatics -- for the construction of a pipeline of algorithms, including the feature selection solution, to address the problem of identification the architecture of a genetic expression network and; (iii) Biology -- relating estrogen to a new biological function, from the results obtained by the new computational-statistic tools developed and applied to a time-series microarray data. Estrogen has an important role in reproductive tissues. The growth mammary glands and endometrial growing during menstrual cycle and pregnancy are estrogen dependent. The growth of tumor cells in those organs can be stimulated by the simple presence of estrogen. Over $300$ genes are known by their positive or negative regulation by estrogen. The initial motivation of this research was the construction of a method that can serve as a tool for the identification of genes that have changed their level of expression changed by a response induced by estrogen, more specifically, a method to model the inter-relationships between the several genes dependent on estrogen. We present a new pipeline of algorithms that from the data of a time-series microarray experiment and from an initial set of genes that share some common characteristics, known as \\textit{seed genes}, gives as an output an architecture of the genetic expression network represented by a directed graph. For each node of the network, a prediction table of the gene, represented by the node, in function of its predictors genes (genes that link to it) can be obtained. The method was applied in a study of time-series microarray for a cell line \\textit submitted to a estrogen treatment and a possible regulation network was obtained. Finding the best predictor subset of genes for a given gene can be studied as a problem of feature selection where the search space can be represented by a Boolean lattice and each one of its elements represents a possible subset. An important characteristic of this problem is: for each element in the lattice there is a cost function associated to it and this function has a U-shape in any maximal chain of the search space. For this problem we present a new solution, the \\textit algorithm. This algorithm is a branch-and-bound solution which uses the structure of the Boolean lattice and U-shaped curves to explore a subset of the search space that is equivalent to the full search. Our method obtained excellent results in performance and values when compared with the most commonly used heuristics (SFFS and SFS). From a method based on the pipeline of algorithms and from an initial set of genes direct regulated by estrogen, we identified an evidence of involvement of estrogen in a biological process not yet related to estrogen: the cell adhesion. This result can guide studies on estrogen and cancer to research in metastatic process, which is affected by cell adhesion related genes.
6

Från kulturchock till anpassning : Påverkar ett företags storlek, bransch och verksamhetstid svenska utlandstjänstgörandes anpassning till den kinesiska kulturen?

Rehn, Mikaela, Choudhury, Sabrina January 2009 (has links)
<p>Allt fler svenskar är utlandsstationerade i Kina (Sveriges Ambassad 2008) och att anpassa sig till den kinesiska kulturen kan vara påfrestande för en utlandstjänstgörande. Problematiken kring kulturanpassning har lett till att olika teorier testats och utvecklats (Black & Mendenhall 1991). En av de modeller som tagits fram är U-kurvan som beskriver individens anpassningsprocess genom faserna kulturchock och kulturanpassning (Zapf 1991). Individuella faktorer, som exempelvis språkkunskaper och kulturell erfarenhet har varit centrala inom forskningsområdet (Earley & Mosakowski 2004, Shay & Baack 2004) och denna studie undersöker därför företagsrelaterade faktorer då en utlandstjänstgörandes förmåga att utföra sina arbetsuppgifter påverkas av hur pass anpassad individen är till kulturen (Aycan 1997, Jun m. fl. 2001). Syftet med denna uppsats är därför att ta reda på hur en svensk utlandstjänstgörandes anpassningsprocess till den kinesiska kulturen påverkas av faktorerna företagsstorlek, bransch och verksamhetstid i Kina.</p><p>Materialet till undersökningen har huvudsakligen samlats in genom webbenkäter som skickats ut till utlandstjänstgörande svenskar i Kina. Resultaten visar att det är branschen i vilken den utlandstjänstgörandes företag verkar som har högst påverkan på en utlandstjänstgörandes anpassningsprocess. Undersökningen visade även att utlandstjänstgörande i företag med mindre än 50 anställda i detaljindustrin som etablerade sig i Kina under 1990-talet var bäst anpassade till den kinesiska kulturen. Då resultaten från studien presenterades i diagram framgick att i två fall av tre var den bästa anpassningsprocessen den som mest liknade en U-kurva vilket tyder på att den bästa anpassningsprocessen är den då en utlandstjänstgörande går igenom faserna på ett balanserat sätt. Detta är dock ingen slutsats som kan dras av undersökningen eftersom resultaten inte gällde för alla faktorer.</p> / <p>The numbers of Swedish expatriates in China are increasing (Swedish Embassy 2008) and adaption to the Chinese culture can be demanding for an individual. The complexity of cultural adjustments has led to different theories being tested and developed (Black & Mendenhall 1991). One of the models that have been developed is the U-curve, which describes the process of individual adaption through the two phase's culture shock and cultural adaption (Zapf 1991). Factors related to the individual, such as language skills and cultural experience have been central in research of cultural adaption and this study therefore examines company related factors because an individual's ability to perform his/her work tasks is affected by the individual's adjustment to the culture (Aycan 1997, Jun et al. 2001). The purpose of this study is therefore to verify how a Swedish expatriate's process of adaption to the Chinese culture is affected by the company related factors firm size, industry and time of operation in China.</p><p>The data of the study has mainly been collected by web surveys which were sent to Swedish expatriates in China. The results show that the industry has the largest influence on the adaption process. The study also showed that expatriates in companies with less than 50 employees in the retail- and manufacturing industry which were established in China during the 1990s, were the ones that were the most adjusted. When the results were presented as diagrams it showed that the best adaption process was the one that most reminded of a U-curve which indicates that the best adaption process occurs when the expatriate passes the phases in balance. However, this is not a conclusion that can be drawn from this study since these results are not valid for all the factors.</p>
7

Från kulturchock till anpassning : Påverkar ett företags storlek, bransch och verksamhetstid svenska utlandstjänstgörandes anpassning till den kinesiska kulturen?

Rehn, Mikaela, Choudhury, Sabrina January 2009 (has links)
Allt fler svenskar är utlandsstationerade i Kina (Sveriges Ambassad 2008) och att anpassa sig till den kinesiska kulturen kan vara påfrestande för en utlandstjänstgörande. Problematiken kring kulturanpassning har lett till att olika teorier testats och utvecklats (Black &amp; Mendenhall 1991). En av de modeller som tagits fram är U-kurvan som beskriver individens anpassningsprocess genom faserna kulturchock och kulturanpassning (Zapf 1991). Individuella faktorer, som exempelvis språkkunskaper och kulturell erfarenhet har varit centrala inom forskningsområdet (Earley &amp; Mosakowski 2004, Shay &amp; Baack 2004) och denna studie undersöker därför företagsrelaterade faktorer då en utlandstjänstgörandes förmåga att utföra sina arbetsuppgifter påverkas av hur pass anpassad individen är till kulturen (Aycan 1997, Jun m. fl. 2001). Syftet med denna uppsats är därför att ta reda på hur en svensk utlandstjänstgörandes anpassningsprocess till den kinesiska kulturen påverkas av faktorerna företagsstorlek, bransch och verksamhetstid i Kina. Materialet till undersökningen har huvudsakligen samlats in genom webbenkäter som skickats ut till utlandstjänstgörande svenskar i Kina. Resultaten visar att det är branschen i vilken den utlandstjänstgörandes företag verkar som har högst påverkan på en utlandstjänstgörandes anpassningsprocess. Undersökningen visade även att utlandstjänstgörande i företag med mindre än 50 anställda i detaljindustrin som etablerade sig i Kina under 1990-talet var bäst anpassade till den kinesiska kulturen. Då resultaten från studien presenterades i diagram framgick att i två fall av tre var den bästa anpassningsprocessen den som mest liknade en U-kurva vilket tyder på att den bästa anpassningsprocessen är den då en utlandstjänstgörande går igenom faserna på ett balanserat sätt. Detta är dock ingen slutsats som kan dras av undersökningen eftersom resultaten inte gällde för alla faktorer. / The numbers of Swedish expatriates in China are increasing (Swedish Embassy 2008) and adaption to the Chinese culture can be demanding for an individual. The complexity of cultural adjustments has led to different theories being tested and developed (Black &amp; Mendenhall 1991). One of the models that have been developed is the U-curve, which describes the process of individual adaption through the two phase's culture shock and cultural adaption (Zapf 1991). Factors related to the individual, such as language skills and cultural experience have been central in research of cultural adaption and this study therefore examines company related factors because an individual's ability to perform his/her work tasks is affected by the individual's adjustment to the culture (Aycan 1997, Jun et al. 2001). The purpose of this study is therefore to verify how a Swedish expatriate's process of adaption to the Chinese culture is affected by the company related factors firm size, industry and time of operation in China. The data of the study has mainly been collected by web surveys which were sent to Swedish expatriates in China. The results show that the industry has the largest influence on the adaption process. The study also showed that expatriates in companies with less than 50 employees in the retail- and manufacturing industry which were established in China during the 1990s, were the ones that were the most adjusted. When the results were presented as diagrams it showed that the best adaption process was the one that most reminded of a U-curve which indicates that the best adaption process occurs when the expatriate passes the phases in balance. However, this is not a conclusion that can be drawn from this study since these results are not valid for all the factors.
8

CAN STUDYING ABROAD CHANGE THE ATTITUDE OF SAUDI MALES ON SEX SEGREGATION?

Yaser Saleh R Almalki (9712952) 16 December 2020 (has links)
<p>This study aimed at investigating the divergence in attitudes between Saudi students who have lived in the United States for four years or more compared to Saudi students who have not lived outside Saudi Arabia for more than a three-month period. A survey was designed based on the main aspects of Saudi culture for this study as surveys are found to be the most common means for measuring attitudes. Two samples of Saudi students were recruited, one sample included students who have lived in the United States for four years or more, and the other sample consisted of those who have not lived outside Saudi Arabia for more than three months. A statistically significant difference between the two samples was found; students who have lived in the United States for four years or more were found to be more tolerant than those who have not lived abroad for more than three months towards the issue of sex segregation in mixed environments.<br> </p>

Page generated in 0.0315 seconds