9 resultados para Manchester code
em Consorci de Serveis Universitaris de Catalunya (CSUC), Spain
Resumo:
Code és una aplicaicó web per a permetre el comentari remot d'activitats de programació. La interfície web està desenvolupada usat el Google Web Toolkit (GWT) per aconseguir un alt nivell d'interactivitat.
Resumo:
L'objectiu principal d'aquest projecte final de carrera consisteix en desenvolupar una aplicació web que oferisca un entorn simplificat de desenvolupament integrat (IDE) en el llenguatge C/C++, on els estudiants de batxillerat (o secundària en general) puguen iniciar-se en el seu estudi. La finalitat és proveir un entorn agradable a l'alumnat perquè puga seguir correctament les pràctiques que proposa el professor independentment de les circumstàncies pròpies d'aquest (ubicació temporal o permanentde l'alumnat, sistema operatiu que utilitza, dispositiu emprat per a fer les pràctiques, etc..).
Resumo:
Time scale parametric spike train distances like the Victor and the van Rossum distancesare often applied to study the neural code based on neural stimuli discrimination.Different neural coding hypotheses, such as rate or coincidence coding,can be assessed by combining a time scale parametric spike train distance with aclassifier in order to obtain the optimal discrimination performance. The time scalefor which the responses to different stimuli are distinguished best is assumed to bethe discriminative precision of the neural code. The relevance of temporal codingis evaluated by comparing the optimal discrimination performance with the oneachieved when assuming a rate code.We here characterize the measures quantifying the discrimination performance,the discriminative precision, and the relevance of temporal coding. Furthermore,we evaluate the information these quantities provide about the neural code. Weshow that the discriminative precision is too unspecific to be interpreted in termsof the time scales relevant for encoding. Accordingly, the time scale parametricnature of the distances is mainly an advantage because it allows maximizing thediscrimination performance across a whole set of measures with different sensitivitiesdetermined by the time scale parameter, but not due to the possibility toexamine the temporal properties of the neural code.
Resumo:
La present memòria de treball presenta les principals conclusions del projecte titulat “Patrons d'incorporació sociolaboral immigració llatinoamericana en dos contestos urbans, Barcelona i Manchester" finançat per la convocatòria Projectes Batista i Roca PBR 2009 i executat pels grups de recerca GEDIME (Grup d’estudis de migracions i minories ètniques) de la UAB, i el Global Urban Research Centre (GURC-University of Manchester). El projecte s’aproxima, des d’un pla estructural i des d’una anàlisi comparativa, al context de recepció d’ambdós territoris (context institucional, social i econòmic), que determina l’estructura d’oportunitats dels immigrants i condiciona les seves estratègies com agents socials, en interacció amb les diferents situacions de cada immigrant (nivell educatiu, situació familiar, cicle vital, classe social, etc.). A través dels seminaris i workshops realitzats en ambdues universitats participants, s'ha establert vincles de col•laboració estable entre els dos grups de recerca implicats en el projecte. Aquest marc de cooperació es valora com una iniciativa que ha de transcendir el temps de desenvolupament d’aquest estudi i que ha de donar lloc a la presentació de nous projectes competitius, publicacions conjuntes, etc. Aquesta opció, valorada com a fonamental pels dos centres de recerca, ha servit per generar un flux d’informació científica permanent entre ambdós centres de recerca.
Resumo:
The generalization of simple correspondence analysis, for two categorical variables, to multiple correspondence analysis where they may be three or more variables, is not straighforward, both from a mathematical and computational point of view. In this paper we detail the exact computational steps involved in performing a multiple correspondence analysis, including the special aspects of adjusting the principal inertias to correct the percentages of inertia, supplementary points and subset analysis. Furthermore, we give the algorithm for joint correspondence analysis where the cross-tabulations of all unique pairs of variables are analysed jointly. The code in the R language for every step of the computations is given, as well as the results of each computation.
Resumo:
The computer code system PENELOPE (version 2008) performs Monte Carlo simulation of coupledelectron-photon transport in arbitrary materials for a wide energy range, from a few hundred eV toabout 1 GeV. Photon transport is simulated by means of the standard, detailed simulation scheme.Electron and positron histories are generated on the basis of a mixed procedure, which combinesdetailed simulation of hard events with condensed simulation of soft interactions. A geometry packagecalled PENGEOM permits the generation of random electron-photon showers in material systemsconsisting of homogeneous bodies limited by quadric surfaces, i.e., planes, spheres, cylinders, etc. Thisreport is intended not only to serve as a manual of the PENELOPE code system, but also to provide theuser with the necessary information to understand the details of the Monte Carlo algorithm.
Resumo:
Partint d'un projecte anterior anomenat Code, els objectius d'aquest projecte són: integrar l'aplicació en una eina de software, incorporar les noves versions de les llibreries GWT i Java, i escabilitzar l'aplicació a través de la tecnologia cloud computing concretament amb la infraestructura de Google App Engine
Resumo:
El presente documento propone una investigación en Narrativas Transmedia (NT)que centre el análisis en dos objetivos generales: 1) desarrollar un estudio comparativo de la producción transmedia dentro de la estrategia de comunicación de cuatro clubes de fútbol relevantes de Europa: FC Barcelona, Real Madrid CF, Chelsea FC y Manchester United FC, y 2) analizar un caso específico de producción transmedia del FCBarcelona. Para este fin, la investigación propone un análisis de los elementos narratológicos y semióticos de la estrategia de comunicación y a través de la técnica metodológica del análisis narrativo busca encontrar resultados que permitan describir el fenómeno de las NT dentro de una estrategia de comunicación institucional o corporativa. Esta propuesta de investigación es el trabajo final para obtener el título de Máster en Estudios Avanzados en Comunicación Social y es el anteproyecto de investigación de la futura tesis doctoral en Comunicación.
Resumo:
With nearly 2,000 free and open source software (FLOSS) licenses, software license proliferation¿ can be a major headache for software development organizations trying to speed development through software component reuse, as well as companies redistributing software packages as components of their products. Scope is one problem: from the Free Beer license to the GPL family of licenses to platform-specific licenses such as Apache and Eclipse, the number and variety of licenses make it difficult for companies to ¿do the right thing¿ with respect to the software components in their products and applications. In addition to the sheer number of licenses, each license carries within it the author¿s specific definition of how the software can be used and re-used. Permissive licenses like BSD and MIT make it easy; software can be redistributed and developers can modify code without the requirement of making changes publicly available. Reciprocal licenses, on the other hand, place varying restrictions on re-use and redistribution. Woe to the developer who snags a bit of code after a simple web search without understanding the ramifications of license restrictions.