@inproceedings{495,
  abstract     = {An automaton with advice is a finite state automaton which has access to an additional fixed infinite string called an advice tape. We refine the Myhill-Nerode theorem to characterize the languages of finite strings that are accepted by automata with advice. We do the same for tree automata with advice.},
  author       = {Kruckman, Alex and Rubin, Sasha and Sheridan, John and Zax, Ben},
  booktitle    = {Proceedings GandALF 2012},
  location     = {Napoli, Italy},
  pages        = {238 -- 246},
  publisher    = {Open Publishing Association},
  title        = {{A Myhill Nerode theorem for automata with advice}},
  doi          = {10.4204/EPTCS.96.18},
  volume       = {96},
  year         = {2012},
}

@inproceedings{496,
  abstract     = {We study the expressive power of logical interpretations on the class of scattered trees, namely those with countably many infinite branches. Scattered trees can be thought of as the tree analogue of scattered linear orders. Every scattered tree has an ordinal rank that reflects the structure of its infinite branches. We prove, roughly, that trees and orders of large rank cannot be interpreted in scattered trees of small rank. We consider a quite general notion of interpretation: each element of the interpreted structure is represented by a set of tuples of subsets of the interpreting tree. Our trees are countable, not necessarily finitely branching, and may have finitely many unary predicates as labellings. We also show how to replace injective set-interpretations in (not necessarily scattered) trees by 'finitary' set-interpretations.},
  author       = {Rabinovich, Alexander and Rubin, Sasha},
  location     = {Dubrovnik, Croatia},
  publisher    = {IEEE},
  title        = {{Interpretations in trees with countably many branches}},
  doi          = {10.1109/LICS.2012.65},
  year         = {2012},
}

@inproceedings{497,
  abstract     = {One central issue in the formal design and analysis of reactive systems is the notion of refinement that asks whether all behaviors of the implementation is allowed by the specification. The local interpretation of behavior leads to the notion of simulation. Alternating transition systems (ATSs) provide a general model for composite reactive systems, and the simulation relation for ATSs is known as alternating simulation. The simulation relation for fair transition systems is called fair simulation. In this work our main contributions are as follows: (1) We present an improved algorithm for fair simulation with Büchi fairness constraints; our algorithm requires O(n 3·m) time as compared to the previous known O(n 6)-time algorithm, where n is the number of states and m is the number of transitions. (2) We present a game based algorithm for alternating simulation that requires O(m2)-time as compared to the previous known O((n·m)2)-time algorithm, where n is the number of states and m is the size of transition relation. (3) We present an iterative algorithm for alternating simulation that matches the time complexity of the game based algorithm, but is more space efficient than the game based algorithm. © Krishnendu Chatterjee, Siddhesh Chaubal, and Pritish Kamath.},
  author       = {Chatterjee, Krishnendu and Chaubal, Siddhesh and Kamath, Pritish},
  location     = {Fontainebleau, France},
  pages        = {167 -- 182},
  publisher    = {Schloss Dagstuhl - Leibniz-Zentrum für Informatik},
  title        = {{Faster algorithms for alternating refinement relations}},
  doi          = {10.4230/LIPIcs.CSL.2012.167},
  volume       = {16},
  year         = {2012},
}

@article{498,
  abstract     = {Understanding patterns and correlates of local adaptation in heterogeneous landscapes can provide important information in the selection of appropriate seed sources for restoration. We assessed the extent of local adaptation of fitness components in 12 population pairs of the perennial herb Rutidosis leptorrhynchoides (Asteraceae) and examined whether spatial scale (0.7-600 km), environmental distance, quantitative (QST) and neutral (FST) genetic differentiation, and size of the local and foreign populations could predict patterns of adaptive differentiation. Local adaptation varied among populations and fitness components. Including all population pairs, local adaptation was observed for seedling survival, but not for biomass, while foreign genotype advantage was observed for reproduction (number of inflorescences). Among population pairs, local adaptation increased with QST and local population size for biomass. QST was associated with environmental distance, suggesting ecological selection for phenotypic divergence. However, low FST and variation in population structure in small populations demonstrates the interaction of gene flow and drift in constraining local adaptation in R. leptorrhynchoides. Our study indicates that for species in heterogeneous landscapes, collecting seed from large populations from similar environments to candidate sites is likely to provide the most appropriate seed sources for restoration.},
  author       = {Pickup, Melinda and Field, David and Rowell, David and Young, Andrew},
  journal      = {Evolutionary Applications},
  number       = {8},
  pages        = {913 -- 924},
  publisher    = {Wiley-Blackwell},
  title        = {{Predicting local adaptation in fragmented plant populations: Implications for restoration genetics}},
  doi          = {10.1111/j.1752-4571.2012.00284.x},
  volume       = {5},
  year         = {2012},
}

@article{506,
  author       = {Sixt, Michael K},
  journal      = {Journal of Cell Biology},
  number       = {3},
  pages        = {347 -- 349},
  publisher    = {Rockefeller University Press},
  title        = {{Cell migration: Fibroblasts find a new way to get ahead}},
  doi          = {10.1083/jcb.201204039},
  volume       = {197},
  year         = {2012},
}

@misc{5377,
  abstract     = {Two-player games on graphs are central in many problems in formal verification and program analysis such as synthesis and verification of open systems. In this work we consider solving recursive game graphs (or pushdown game graphs) that can model the control flow of sequential programs with recursion. While pushdown games have been studied before with qualitative objectives, such as reachability and ω-regular objectives, in this work we study for the first time such games with the most well-studied quantitative objective, namely, mean-payoff objectives. In pushdown games two types of strategies are relevant: (1) global strategies, that depend on the entire global history; and (2) modular strategies, that have only local memory and thus do not depend on the context of invocation, but only on the history of the current invocation of the module. Our main results are as follows: (1) One-player pushdown games with mean-payoff objectives under global strategies are decidable in polynomial time. (2) Two- player pushdown games with mean-payoff objectives under global strategies are undecidable. (3) One-player pushdown games with mean-payoff objectives under modular strategies are NP- hard. (4) Two-player pushdown games with mean-payoff objectives under modular strategies can be solved in NP (i.e., both one-player and two-player pushdown games with mean-payoff objectives under modular strategies are NP-complete). We also establish the optimal strategy complexity showing that global strategies for mean-payoff objectives require infinite memory even in one-player pushdown games; and memoryless modular strategies are sufficient in two- player pushdown games. Finally we also show that all the problems have the same complexity if the stack boundedness condition is added, where along with the mean-payoff objective the player must also ensure that the stack height is bounded.},
  author       = {Chatterjee, Krishnendu and Velner, Yaron},
  issn         = {2664-1690},
  pages        = {33},
  publisher    = {IST Austria},
  title        = {{Mean-payoff pushdown games}},
  doi          = {10.15479/AT:IST-2012-0002},
  year         = {2012},
}

@misc{5378,
  abstract     = {One central issue in the formal design and analysis of reactive systems is the notion of refinement that asks whether all behaviors of the implementation is allowed by the specification. The local interpretation of behavior leads to the notion of simulation. Alternating transition systems (ATSs) provide a general model for composite reactive systems, and the simulation relation for ATSs is known as alternating simulation. The simulation relation for fair transition systems is called fair simulation. In this work our main contributions are as follows: (1) We present an improved algorithm for fair simulation with Büchi fairness constraints; our algorithm requires O(n3 · m) time as compared to the previous known O(n6)-time algorithm, where n is the number of states and m is the number of transitions. (2) We present a game based algorithm for alternating simulation that requires O(m2)-time as compared to the previous known O((n · m)2)-time algorithm, where n is the number of states and m is the size of transition relation. (3) We present an iterative algorithm for alternating simulation that matches the time complexity of the game based algorithm, but is more space efficient than the game based algorithm.},
  author       = {Chatterjee, Krishnendu and Chaubal, Siddhesh and Kamath, Pritish},
  issn         = {2664-1690},
  pages        = {21},
  publisher    = {IST Austria},
  title        = {{Faster algorithms for alternating refinement relations}},
  doi          = {10.15479/AT:IST-2012-0001},
  year         = {2012},
}

@misc{5396,
  abstract     = {We consider the problem of inference in agraphical model with binary variables. While in theory it is arguably preferable to compute marginal probabilities, in practice researchers often use MAP inference due to the availability of efficient discrete optimization algorithms. We bridge the gap between the two approaches by introducing the Discrete  Marginals technique in which approximate marginals are obtained by minimizing an objective function with unary and pair-wise terms over a discretized domain. This allows the use of techniques originally devel-oped for MAP-MRF inference and learning. We explore two ways to set up the objective function - by discretizing the Bethe free energy and by learning it  from training data. Experimental results show that for certain types of graphs a learned function can out-perform the  Bethe approximation. We also establish a link between the Bethe free energy and submodular functions.},
  author       = {Korc, Filip and Kolmogorov, Vladimir and Lampert, Christoph},
  issn         = {2664-1690},
  pages        = {13},
  publisher    = {IST Austria},
  title        = {{Approximating marginals using discrete energy minimization}},
  doi          = {10.15479/AT:IST-2012-0003},
  year         = {2012},
}

@techreport{5398,
  abstract     = {This document is created as a part of the project “Repository for Research Data on IST Austria”. It summarises the actual state of research data at IST Austria, based on survey results. It supports the choice of appropriate software, which would best fit the requirements of their users, the researchers.},
  author       = {Porsche, Jana},
  publisher    = {IST Austria},
  title        = {{Actual state of research data @ ISTAustria}},
  year         = {2012},
}

@inbook{5745,
  author       = {Gupta, Ashutosh},
  booktitle    = {Automated Technology for Verification and Analysis},
  isbn         = {9783642333859},
  issn         = {1611-3349},
  location     = {Thiruvananthapuram, Kerala, India},
  pages        = {107--121},
  publisher    = {Springer Berlin Heidelberg},
  title        = {{Improved Single Pass Algorithms for Resolution Proof Reduction}},
  doi          = {10.1007/978-3-642-33386-6_10},
  volume       = {7561},
  year         = {2012},
}

@article{5839,
  abstract     = {Canny's edge detection algorithm is a classical and robust method for edge detection in gray-scale images. The two 
significant features of this method are introduction of NMS (Non-Maximum Suppression) and double thresholding of 
the  gradient  image.  Due  to  poor  illumination,  the  region  boundaries  in  an  image  may  become  vague,  creating  
uncertainties  in  the  gradient  image.  In  this  paper,  we  have  proposed  an  algorithm  based  on  the  concept  of  type-2  fuzzy  sets  to  handle  uncertainties  that  automatically  selects  the  threshold  values  needed  to  segment  the  gradient image using classical Canny’s edge detection algorithm. The results show that our algorithm works significantly well on different benchmark images as well as medical images (hand radiography images). },
  author       = {Biswas, Ranita and Sil, Jaya},
  issn         = {2212-0173},
  journal      = {Procedia Technology},
  pages        = {820--824},
  publisher    = {Elsevier},
  title        = {{An Improved Canny Edge Detection Algorithm Based on Type-2 Fuzzy Sets}},
  doi          = {10.1016/j.protcy.2012.05.134},
  volume       = {4},
  year         = {2012},
}

@article{596,
  abstract     = {The human Mediator complex controls RNA polymerase II (pol II) function in ways that remain incompletely understood. Activator-Mediator binding alters Mediator structure, and these activator-induced structural shifts appear to play key roles in regulating transcription. A recent cryo-electron microscopy (EM) analysis revealed that pol II adopted a stable orientation within a Mediator-pol II-TFIIF assembly in which Mediator was bound to the activation domain of viral protein 16 (VP16). Whereas TFIIF was shown to be important for orienting pol II within this assembly, the potential role of the activator was not assessed. To determine how activator binding might affect pol II orientation, we isolated human Mediator-pol II-TFIIF complexes in which Mediator was not bound to an activator. Cryo-EM analysis of this assembly, coupled with pol II crystal structure docking, revealed that pol II binds Mediator at the same general location; however, in contrast to VP16-bound Mediator, pol II does not appear to stably orient in the absence of an activator. Variability in pol II orientation might be important mechanistically, perhaps to enable sense and antisense transcription at human promoters. Because Mediator interacts extensively with pol II, these results suggest that Mediator structural shifts induced by activator binding help stably orient pol II prior to transcription initiation.},
  author       = {Bernecky, Carrie A and Taatjes, Dylan},
  journal      = {Journal of Molecular Biology},
  number       = {5},
  pages        = {387 -- 394},
  publisher    = {Elsevier},
  title        = {{Activator-mediator binding stabilizes RNA polymerase II orientation within the human mediator-RNA polymerase II-TFIIF assembly}},
  doi          = {10.1016/j.jmb.2012.02.014},
  volume       = {417},
  year         = {2012},
}

@article{6136,
  abstract     = {Tonic receptors convey stimulus duration and intensity and are implicated in homeostatic control. However, how tonic homeostatic signals are generated and how they reconfigure neural circuits and modify animal behavior is poorly understood. Here we show that Caenorhabditis elegans O2-sensing neurons are tonic receptors that continuously signal ambient [O2] to set the animal's behavioral state. Sustained signaling relied on a Ca2+ relay involving L-type voltage-gated Ca2+ channels, the ryanodine and the inositol-1,4,5-trisphosphate receptors. Tonic activity evoked continuous neuropeptide release, which helps elicit the enduring behavioral state associated with high [O2]. Sustained O2 receptor signaling was propagated to downstream neural circuits, including the hub interneuron RMG. O2 receptors evoked similar locomotory states at particular O2 concentrations, regardless of previous d[O2]/dt. However, a phasic component of the URX receptors' response to high d[O2]/dt, as well as tonic-to-phasic transformations in downstream interneurons, enabled transient reorientation movements shaped by d[O2]/dt. Our results highlight how tonic homeostatic signals can generate both transient and enduring behavioral change.},
  author       = {Busch, Karl Emanuel and Laurent, Patrick and Soltesz, Zoltan and Murphy, Robin Joseph and Faivre, Olivier and Hedwig, Berthold and Thomas, Martin and Smith, Heather L and de Bono, Mario},
  issn         = {1097-6256},
  journal      = {Nature Neuroscience},
  number       = {4},
  pages        = {581--591},
  publisher    = {Springer Nature},
  title        = {{Tonic signaling from O2 sensors sets neural circuit activity and behavioral state}},
  doi          = {10.1038/nn.3061},
  volume       = {15},
  year         = {2012},
}

@article{6588,
  abstract     = {First we note that the best polynomial approximation to vertical bar x vertical bar on the set, which consists of an interval on the positive half-axis and a point on the negative half-axis, can be given by means of the classical Chebyshev polynomials. Then we explore the cases when a solution of the related problem on two intervals can be given in elementary functions.},
  author       = {Pausinger, Florian},
  issn         = {1812-9471},
  journal      = {Journal of Mathematical Physics, Analysis, Geometry},
  number       = {1},
  pages        = {63--78},
  publisher    = {B. Verkin Institute for Low Temperature Physics and Engineering},
  title        = {{Elementary solutions of the Bernstein problem on two intervals}},
  volume       = {8},
  year         = {2012},
}

@article{1471,
  abstract     = {Given a possibly reducible and non-reduced spectral cover π: X → C over a smooth projective complex curve C we determine the group of connected components of the Prym variety Prym(X/C). As an immediate application we show that the finite group of n-torsion points of the Jacobian of C acts trivially on the cohomology of the twisted SL n-Higgs moduli space up to the degree which is predicted by topological mirror symmetry. In particular this yields a new proof of a result of Harder-Narasimhan, showing that this finite group acts trivially on the cohomology of the twisted SL n stable bundle moduli space.},
  author       = {Tamas Hausel and Pauly, Christian},
  journal      = {Geometry and Topology},
  number       = {3},
  pages        = {1609 -- 1638},
  publisher    = {University of Warwick},
  title        = {{Prym varieties of spectral covers}},
  doi          = {10.2140/gt.2012.16.1609},
  volume       = {16},
  year         = {2012},
}

@article{1472,
  abstract     = {For G = GL 2, PGL 2, SL 2 we prove that the perverse filtration associated with the Hitchin map on the rational cohomology of the moduli space of twisted G-Higgs bundles on a compact Riemann surface C agrees with the weight filtration on the rational cohomology of the twisted G character variety of C when the cohomologies are identified via non-Abelian Hodge theory. The proof is accomplished by means of a study of the topology of the Hitchin map over the locus of integral spectral curves.},
  author       = {De Cataldo, Mark A and Tamas Hausel and Migliorini, Luca},
  journal      = {Annals of Mathematics},
  number       = {3},
  pages        = {1329 -- 1407},
  publisher    = {Princeton University Press},
  title        = {{Topology of hitchin systems and Hodge theory of character varieties: The case A 1}},
  doi          = {10.4007/annals.2012.175.3.7},
  volume       = {175},
  year         = {2012},
}

@misc{13075,
  abstract     = {Little is known about the stability of trophic relationships in complex natural communities over evolutionary timescales. Here, we use sequence data from 18 nuclear loci to reconstruct and compare the intraspecific histories of major Pleistocene refugial populations in the Middle East, the Balkans and Iberia in a guild of four Chalcid parasitoids (Cecidostiba fungosa, C. semifascia, Hobbya stenonota and Mesopolobus amaenus) all attacking Cynipid oak galls. We develop a likelihood method to numerically estimate models of divergence between three populations from multilocus data. We investigate the power of this framework on simulated data, and - using triplet alignments of intronic loci - quantify the support for all possible divergence relationships between refugial populations in the four parasitoids. Although an East to West order of population divergence has highest support in all but one species, we cannot rule out alternative population tree topologies. Comparing the estimated times of population splits between species, we find that one species, M. amaenus, has a significantly older history than the rest of the guild and must have arrived in central Europe at least one glacial cycle prior to other guild members. This suggests that although all four species may share a common origin in the East, they expanded westwards into Europe at different times.},
  author       = {Lohse, Konrad and Barton, Nicholas H and Stone, Graham and Melika, George},
  publisher    = {Dryad},
  title        = {{Data from: A likelihood-based comparison of population histories in a parasitoid guild}},
  doi          = {10.5061/DRYAD.0G0FS},
  year         = {2012},
}

@article{13407,
  abstract     = {We show that diamagnetic particles can be remotely manipulated by a magnet by the reversible adsorption of dual-responsive, light-switchable/superparamagnetic nanoparticles down to their surface. Adsorption occurs upon exposure to UV light, and can be reversed thermally or by ambient light. The dynamic self-assembly of thin films of the dual-responsive nanoparticles induces attractive interactions between diamagnetic particles. We demonstrate that catalytic amounts of the dual-responsive nanoparticles are sufficient to magnetically guide and deliver the diamagnetic particles to desired locations, where they can then be released by disassembling the dynamic layers of superparamagnetic nanoparticles with visible light.},
  author       = {Chovnik, Olga and Balgley, Renata and Goldman, Joel R. and Klajn, Rafal},
  issn         = {1520-5126},
  journal      = {Journal of the American Chemical Society},
  keywords     = {Colloid and Surface Chemistry, Biochemistry, General Chemistry, Catalysis},
  number       = {48},
  pages        = {19564--19567},
  publisher    = {American Chemical Society},
  title        = {{Dynamically self-assembling carriers enable guiding of diamagnetic particles by weak magnets}},
  doi          = {10.1021/ja309633v},
  volume       = {134},
  year         = {2012},
}

@article{13408,
  abstract     = {Well-defined metallic nanobowls can be prepared by extending the concept of a protecting group to colloidal synthesis. Magnetic nanoparticles are employed as “protecting groups” during the galvanic replacement of silver with gold. The replacement reaction is accompanied by spontantous dissociation of the protecting groups, leaving behind metallic nanobowls.},
  author       = {Ridelman, Yonatan and Singh, Gurvinder and Popovitz-Biro, Ronit and Wolf, Sharon G. and Das, Sanjib and Klajn, Rafal},
  issn         = {1613-6829},
  journal      = {Small},
  keywords     = {Biomaterials, Biotechnology, General Materials Science, General Chemistry},
  number       = {5},
  pages        = {654--660},
  publisher    = {Wiley},
  title        = {{Metallic nanobowls by galvanic replacement reaction on heterodimeric nanoparticles}},
  doi          = {10.1002/smll.201101882},
  volume       = {8},
  year         = {2012},
}

@inproceedings{1384,
  abstract     = {Software model checking, as an undecidable problem, has three possible outcomes: (1) the program satisfies the specification, (2) the program does not satisfy the specification, and (3) the model checker fails. The third outcome usually manifests itself in a space-out, time-out, or one component of the verification tool giving up; in all of these failing cases, significant computation is performed by the verification tool before the failure, but no result is reported. We propose to reformulate the model-checking problem as follows, in order to have the verification tool report a summary of the performed work even in case of failure: given a program and a specification, the model checker returns a condition Ψ - usually a state predicate - such that the program satisfies the specification under the condition Ψ - that is, as long as the program does not leave the states in which Ψ is satisfied. In our experiments, we investigated as one major application of conditional model checking the sequential combination of model checkers with information passing. We give the condition that one model checker produces, as input to a second conditional model checker, such that the verification problem for the second is restricted to the part of the state space that is not covered by the condition, i.e., the second model checker works on the problems that the first model checker could not solve. Our experiments demonstrate that repeated application of conditional model checkers, passing information from one model checker to the next, can significantly improve the verification results and performance, i.e., we can now verify programs that we could not verify before.},
  author       = {Beyer, Dirk and Henzinger, Thomas A and Keremoglu, Mehmet and Wendler, Philipp},
  booktitle    = {Proceedings of the ACM SIGSOFT 20th International Symposium on the Foundations of Software Engineering},
  location     = {Cary, NC, USA},
  publisher    = {ACM},
  title        = {{Conditional model checking: A technique to pass information between verifiers}},
  doi          = {10.1145/2393596.2393664},
  year         = {2012},
}

