32 research outputs found

    Learning together for and with the Martuwarra Fitzroy River

    Get PDF
    Co-production across scientific and Indigenous knowledge systems has become a cornerstone of research to enhance knowledge, practice, ethics, and foster sustainability transformations. However, the profound differences in world views and the complex and contested histories of nation-state colonisation on Indigenous territories, highlight both opportunities and risks for Indigenous people when engaging with knowledge co-production. This paper investigates the conditions under which knowledge co-production can lead to improved Indigenous adaptive environmental planning and management among remote land-attached Indigenous peoples through a case study with ten Traditional Owner groups in the Martuwarra (Fitzroy River) Catchment in Western Australia’s Kimberley region. The research team built a 3D map of the river and used it, together with an interactive table-top projector, to bring together both scientific and Indigenous spatial knowledge. Participatory influence mapping, aligned with Traditional Owner priorities to achieve cultural governance and management planning goals set out in the Fitzroy River Declaration, investigated power relations. An analytical framework, examining underlying mechanisms of social learning, knowledge promotion and enhancing influence, based on different theories of change, was applied to unpack the immediate outcomes from these activities. The analysis identified that knowledge co-production activities improved the accessibility of the knowledge, the experiences of the knowledge users, strengthened collective identity and partnerships, and strengthened Indigenous-led institutions. The focus on cultural governance and management planning goals in the Fitzroy River Declaration enabled the activities to directly affect key drivers of Indigenous adaptive environmental planning and management—the Indigenous-led institutions. The nation-state arrangements also gave some support to local learning and decision-making through a key Indigenous institution, Martuwarra Fitzroy River Council. Knowledge co-production with remote land-attached Indigenous peoples can improve adaptive environmental planning and management where it fosters learning together, is grounded in the Indigenous-led institutions and addresses their priorities

    Guidelines for the use and interpretation of assays for monitoring autophagy (4th edition)

    Get PDF

    Guidelines for the use and interpretation of assays for monitoring autophagy (4th edition)1.

    Get PDF
    In 2008, we published the first set of guidelines for standardizing research in autophagy. Since then, this topic has received increasing attention, and many scientists have entered the field. Our knowledge base and relevant new technologies have also been expanding. Thus, it is important to formulate on a regular basis updated guidelines for monitoring autophagy in different organisms. Despite numerous reviews, there continues to be confusion regarding acceptable methods to evaluate autophagy, especially in multicellular eukaryotes. Here, we present a set of guidelines for investigators to select and interpret methods to examine autophagy and related processes, and for reviewers to provide realistic and reasonable critiques of reports that are focused on these processes. These guidelines are not meant to be a dogmatic set of rules, because the appropriateness of any assay largely depends on the question being asked and the system being used. Moreover, no individual assay is perfect for every situation, calling for the use of multiple techniques to properly monitor autophagy in each experimental setting. Finally, several core components of the autophagy machinery have been implicated in distinct autophagic processes (canonical and noncanonical autophagy), implying that genetic approaches to block autophagy should rely on targeting two or more autophagy-related genes that ideally participate in distinct steps of the pathway. Along similar lines, because multiple proteins involved in autophagy also regulate other cellular pathways including apoptosis, not all of them can be used as a specific marker for bona fide autophagic responses. Here, we critically discuss current methods of assessing autophagy and the information they can, or cannot, provide. Our ultimate goal is to encourage intellectual and technical innovation in the field

    Concurrent Tries with Efficient Non-Blocking Snapshots

    No full text
    We describe a non-blocking concurrent hash trie based on shared-memory single-word compare-and-swap instructions. The hash trie supports standard mutable lock-free operations such as insertion, removal, lookup and their conditional variants. To ensure space-efficiency, removal operations compress the trie when necessary. We show how to implement an efficient lock-free snapshot operation for concurrent hash tries. The snapshot operation uses a single-word compare-and-swap and avoids copying the data structure eagerly. Snapshots are used to implement consistent iterators and a linearizable size retrieval. We compare concurrent hash trie performance with other concurrent data structures and evaluate the performance of the snapshot operation

    A practical concurrent binary search tree

    No full text
    We propose a concurrent relaxed balance AVL tree algorithm that is fast, scales well, and tolerates contention. It is based on optimistic techniques adapted from software transactional memory, but takes advantage of specific knowledge of the the algorithm to reduce overheads and avoid unnecessary retries. We extend our algorithm with a fast linearizable clone operation, which can be used for consistent iteration of the tree. Experimental evidence shows that our algorithm outperforms a highly tuned concurrent skip list for many access patterns, with an average of 39 % higher singlethreaded throughput and 32 % higher multi-threaded throughput over a range of contention levels and operation mixes

    Thread-safe reactive programming

    No full text
    corecore