34 resultados para Notion of code

em BORIS: Bern Open Repository and Information System - Berna - Suiça


Relevância:

100.00% 100.00%

Publicador:

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Cultural protectionism has been an element of national and foreign policies, as an extension of state sovereignty expressed both in a defensive and offensive manner. While the generic protectionist formula in the sense of restraining trade between states through measures such as import tariffs or quotas and through privileging domestic production has somewhat disintegrated over time under the rationale for free trade and the strong practical evidence of its benefits, the particular case of cultural protectionism has persevered. As we reveal in this paper, however, it has been modified, or at least its rhetoric has changed. The enquiry into the notion of cultural protectionism or cultural diversity, as the current political jargon would have it, is but one of the paper’s objectives. Its second and certainly more ambitious goal is the search for the normative dimensions of cultural diversity policies in the global digital space, asking what adjustments are needed and how feasible the entire project of diversity regulation in this environment may be. Taking into account the specificities of cyberspace and in a forward-looking manner, we propose some adjustments to current media policy practices that could better serve the goal of a sustainably diverse cultural environment.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

By analysing two cases from the recent history of Vaishnavism (a temple festival in Vrindavan; the development of the International Society for Krishna Consciousness, or ISKCON), this paper shows that the notion of dépenseas developed by Marcel Mauss, Robert Hertz and Georges Bataille can be applied as an analytical tool in the study of rituals and religion as an indicator of religious commitment. At the same time it is possible to show that, by constructing a kind of macro-economic theory that includes religious behaviour, recent theories of religious economics are part of, and reproduce, a modern discourse of rationality that rules out, rather than understands, forms of irrationality such as unproductive expenditure (dépense).

Relevância:

100.00% 100.00%

Publicador:

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Java Enterprise Applications (JEAs) are complex systems composed using various technologies that in turn rely on languages other than Java, such as XML or SQL. Given the complexity of these applications, the need to reverse engineer them in order to support further development becomes critical. In this paper we show how it is possible to split a system into layers and how is possible to interpret the distance between application elements in order to support the refactoring of JEAs. The purpose of this paper is to explore ways to provide suggestions about the refactoring operations to perform on the code by evaluating the distance between layers and elements belonging those layers. We split JEAs into layers by considering the kinds and the purposes of the elements composing the application. We measure distance between elements by using the notion of the shortest path in a graph. Also we present how to enrich the interpretation of the distance value with enterprise pattern detection in order to refine the suggestion about modifications to perform on the code.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The goal of the present thesis was to investigate the production of code-switched utterances in bilinguals’ speech production. This study investigates the availability of grammatical-category information during bilingual language processing. The specific aim is to examine the processes involved in the production of Persian-English bilingual compound verbs (BCVs). A bilingual compound verb is formed when the nominal constituent of a compound verb is replaced by an item from the other language. In the present cases of BCVs the nominal constituents are replaced by a verb from the other language. The main question addressed is how a lexical element corresponding to a verb node can be placed in a slot that corresponds to a noun lemma. This study also investigates how the production of BCVs might be captured within a model of BCVs and how such a model may be integrated within incremental network models of speech production. In the present study, both naturalistic and experimental data were used to investigate the processes involved in the production of BCVs. In the first part of the present study, I collected 2298 minutes of a popular Iranian TV program and found 962 code-switched utterances. In 83 (8%) of the switched cases, insertions occurred within the Persian compound verb structure, hence, resulting in BCVs. As to the second part of my work, a picture-word interference experiment was conducted. This study addressed whether in the case of the production of Persian-English BCVs, English verbs compete with the corresponding Persian compound verbs as a whole, or whether English verbs compete with the nominal constituents of Persian compound verbs only. Persian-English bilinguals named pictures depicting actions in 4 conditions in Persian (L1). In condition 1, participants named pictures of action using the whole Persian compound verb in the context of its English equivalent distractor verb. In condition 2, only the nominal constituent was produced in the presence of the light verb of the target Persian compound verb and in the context of a semantically closely related English distractor verb. In condition 3, the whole Persian compound verb was produced in the context of a semantically unrelated English distractor verb. In condition 4, only the nominal constituent was produced in the presence of the light verb of the target Persian compound verb and in the context of a semantically unrelated English distractor verb. The main effect of linguistic unit was significant by participants and items. Naming latencies were longer in the nominal linguistic unit compared to the compound verb (CV) linguistic unit. That is, participants were slower to produce the nominal constituent of compound verbs in the context of a semantically closely related English distractor verb compared to producing the whole compound verbs in the context of a semantically closely related English distractor verb. The three-way interaction between version of the experiment (CV and nominal versions), linguistic unit (nominal and CV linguistic units), and relation (semantically related and unrelated distractor words) was significant by participants. In both versions, naming latencies were longer in the semantically related nominal linguistic unit compared to the response latencies in the semantically related CV linguistic unit. In both versions, naming latencies were longer in the semantically related nominal linguistic unit compared to response latencies in the semantically unrelated nominal linguistic unit. Both the analysis of the naturalistic data and the results of the experiment revealed that in the case of the production of the nominal constituent of BCVs, a verb from the other language may compete with a noun from the base language, suggesting that grammatical category does not necessarily provide a constraint on lexical access during the production of the nominal constituent of BCVs. There was a minimal context in condition 2 (the nominal linguistic unit) in which the nominal constituent was produced in the presence of its corresponding light verb. The results suggest that generating words within a context may not guarantee that the effect of grammatical class becomes available. A model is proposed in order to characterize the processes involved in the production of BCVs. Implications for models of bilingual language production are discussed.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Search-driven development is mainly concerned with code reuse but also with code navigation and debugging. In this essay we look at search-driven navigation in the IDE. We consider Smalltalk-80 as an example of a programming system with search-driven navigation capabilities and explore its human factors. We present how immediate search results lead to a user experience of code browsing rather than one of waiting for and clicking through search results. We explore the socio-technical congruence of immediate search, ie unification of tasks and breakpoints with method calls, which leads to simpler and more extensible development tools. Eventually we conclude with remarks on the socio-technical congruence of search-driven development.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The promise of search-driven development is that developers will save time and resources by reusing external code in their local projects. To efficiently integrate this code, users must be able to trust it, thus trustability of code search results is just as important as their relevance. In this paper, we introduce a trustability metric to help users assess the quality of code search results and therefore ease the cost-benefit analysis they undertake trying to find suitable integration candidates. The proposed trustability metric incorporates both user votes and cross-project activity of developers to calculate a "karma" value for each developer. Through the karma value of all its developers a project is ranked on a trustability scale. We present JBENDER, a proof-of-concept code search engine which implements our trustability metric and we discuss preliminary results from an evaluation of the prototype.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

Java Enterprise Applications (JEAs) are large systems that integrate multiple technologies and programming languages. Transactions in JEAs simplify the development of code that deals with failure recovery and multi-user coordination by guaranteeing atomicity of sets of operations. The heterogeneous nature of JEAs, however, can obfuscate conceptual errors in the application code, and in particular can hide incorrect declarations of transaction scope. In this paper we present a technique to expose and analyze the application transaction scope in JEAs by merging and analyzing information from multiple sources. We also present several novel visualizations that aid in the analysis of transaction scope by highlighting anomalies in the specification of transactions and violations of architectural constraints. We have validated our approach on two versions of a large commercial case study.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The problem of estimating the numbers of motor units N in a muscle is embedded in a general stochastic model using the notion of thinning from point process theory. In the paper a new moment type estimator for the numbers of motor units in a muscle is denned, which is derived using random sums with independently thinned terms. Asymptotic normality of the estimator is shown and its practical value is demonstrated with bootstrap and approximative confidence intervals for a data set from a 31-year-old healthy right-handed, female volunteer. Moreover simulation results are presented and Monte-Carlo based quantiles, means, and variances are calculated for N in{300,600,1000}.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The purpose of this study was to compare xenobiotic CYP1A induction in liver, gills, and excretory kidney of gilthead seabream, Sparus aurata. Fishes were exposed via water for 20 days to different concentrations of benzo(a)pyrene (B(a)P) or 2,3,7,8-tetrachlorodibenzo-p-dioxin (TCDD). CYP1A was measured at the enzyme activity level as 7-ethoxyresorufin-O-deethylase (EROD) activity, and at the protein level by means of ELISA. The liver displayed the highest absolute levels of EROD activity, both under non-exposed and exposed conditions. Organ- or inducer-related differences in the time course of CYP1A induction were moderate; however, the magnitude of the induction response varied between the organs and between B(a)P and TCDD. In the case of TCDD, liver, and kidney yielded a comparable induction response, whereas in the case of B(a)P, the kidney showed a substantially higher maximum induction factor than the liver. In the gills, the two xenobiotics resulted in similar maximum induction factors. In B(a)P-exposed seabream, EROD activities and CYP1A protein levels showed a good correlation in all three organs, whereas with TCDD as inducer the correlation was poor, what was mainly due to a decrease of EROD activities at the higher concentrations of TCDD, while CYP1A protein levels showed no concomitant decline. Overall, the study revealed both similarities and differences in the time-, concentration-, and inducer-dependent CYP1A responses of the three target organs, liver, kidney, and gills. Although, the findings of this study principally confirm the notion of the liver as the major metabolic organ in fish, they also provide evidence for substantial metabolic potential in gills and particularly in the kidney.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

According to Bell's theorem a large class of hidden-variable models obeying Bell's notion of local causality (LC) conflict with the predictions of quantum mechanics. Recently, a Bell-type theorem has been proven using a weaker notion of LC, yet assuming the existence of perfectly correlated event types. Here we present a similar Bell-type theorem without this latter assumption. The derived inequality differs from the Clauser-Horne inequality by some small correction terms, which render it less constraining.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

The present paper discusses a conceptual, methodological and practical framework within which the limitations of the conventional notion of natural resource management (NRM) can be overcome. NRM is understood as the application of scientific ecological knowledge to resource management. By including a consideration of the normative imperatives that arise from scientific ecological knowledge and submitting them to public scrutiny, ‘sustainable management of natural resources’ can be recontextualised as ‘sustainable governance of natural resources’. This in turn makes it possible to place the politically neutralising discourse of ‘management’ in a space for wider societal debate, in which the different actors involved can deliberate and negotiate the norms, rules and power relations related to natural resource use and sustainable development. The transformation of sustainable management into sustainable governance of natural resources can be conceptualised as a social learning process involving scientists, experts, politicians and local actors, and their corresponding scientific and non-scientific knowledges. The social learning process is the result of what Habermas has described as ‘communicative action’, in contrast to ‘strategic action’. Sustainable governance of natural resources thus requires a new space for communicative action aiming at shared, intersubjectively validated definitions of actual situations and the goals and means required for transforming current norms, rules and power relations in order to achieve sustainable development. Case studies from rural India, Bolivia and Mali explore the potentials and limitations for broadening communicative action through an intensification of social learning processes at the interface of local and external knowledge. Key factors that enable or hinder the transformation of sustainable management into sustainable governance of natural resources through social learning processes and communicative action are discussed.

Relevância:

90.00% 90.00%

Publicador:

Resumo:

We study the price elasticity of demand for the common stock of an individual corporation. Despite the prevelance of assumptions that demand is perfectly elastic, there is little if any direct evidence in the literature to either support or reject that contention. Consistent with the notion of finite price elasticities, we find that the announcement of primary stock oferings by regulated firms depresses their stock prices and little if any evidence that this decline is the result of adverse information about future cash flows. Attempts to relate offer announcement effects directly to possible determinants of price elasticities, however, are inconclusive.