Find research datasets worth reusing
Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.
672
datasets available to search
ShareScore release 0.9.0
Dataset results
672 results for “Logs”
An Empirical Evaluation of Unsupervised Event Log Abstraction Techniques in Process Mining
<p>This upload contains the event logs, generated by L-Sim, on which the experiments of the related paper were performed.</p><p>The related paper is accepted in the journal Information Systems.</p>
IODP Expedition 352 Piece log
<p>Dataset includes length data for every whole-round piece: bin length, whole-round piece length (measured by curation staff), and both the archive- and working-half piece lengths (optionally measured by scientists).</p>
IODP Expedition 351 Piece log
<p>Dataset includes length data for every whole-round piece: bin length, whole-round piece length (measured by curation staff), and both the archive- and working-half piece lengths (optionally measured by scientists).</p>
Fig. 13. Zingiber shuanglongense C.L.Yeh & S.W.Chung, Shuanglung Logging Trail. A. Habit. B in Taxonomic revision of Zingiber (Zingiberaceae) of Taiwan
Fig. 13. Zingiber shuanglongense C.L.Yeh & S.W.Chung, Shuanglung Logging Trail. A. Habit. B. Leaf adaxial (left) and abaxial (right) surface. C. Ligule. D. Rhizome. E. Inflorescence. F. Flower. G. Bracts. H. Calyx tube. I. Corolla lobes. J. Labellum. K. Stamen and pistil. L. Ovary. M. Fruit. N. Seeds. Photos: L.P. Hsu.
Text-fig. 10. Extant pans east of Inhaminga (18°26′28″'S: 35°35′45″E) surrounded by woodland. The pans typically have an arid, vegetation-free, marginal zone and a water-logged sump. Some pans are connected to each other by shallow overflow valleys. Image modified from Google Earth. in Stratigraphy, Chronology And Palaeontology Of The Tertiary Rocks Of The Cheringoma Plateau, Mozambique
Text-fig. 10. Extant pans east of Inhaminga (18°26′28″'S: 35°35′45″E) surrounded by woodland. The pans typically have an arid, vegetation-free, marginal zone and a water-logged sump. Some pans are connected to each other by shallow overflow valleys. Image modified from Google Earth.
Job workload data and transaction logs for the eBlocBroker
<p><strong>* What is eBlocBroker?</strong></p> <p>eBlocBroker is a blockchain based autonomous computational resource broker.</p> <p><strong>* Job workload data and transaction logs for the eBlocBroker</strong></p> <p>This repository contains job workload data and test results for the paper titled: <em>"eBlocBroker: A Blockchain Based Autonomous Computational Resource Broker"</em>. eBlocBroker and its driver programs are available from the following GitHub repository: <a href="https://github.com/ebloc/ebloc-broker">https://github.com/ebloc/ebloc-broker</a>.</p> <p>We first deployed our eBlocBroker contract on bloxberg. Then we tested eBlocBroker and the robustness of our Python scripts that allow provider and requester nodes to interact with each other through eBlocBroker and cloud storage services using two types of synthetic CPU workloads explained as follows:</p> <ol> <li>This workload helps to test running source code in combination with already cached and not cached datasets on the provider. As the source code, the <a href="https://dl.acm.org/doi/abs/10.1145/3330481">cppr</a> (colored parallel rush-relabel algorithm) is used, which runs with additional datasets. Three cppr processes run one after another with different randomly selected datasets. All four providers have the same 12 medium-size datasets, of which only 3 distinct ones from each other have lower prices. Two data files are the provider’s registered data, and one is from the requester’s local storage.</li> <li>The <a href="https://www.nas.nasa.gov/software/npb.html">NAS Parallel Benchmarks</a>, a small group of programs targeting the performance evaluation of parallel supercomputers. One of the NAS serialized benchmarks in Class B (Block Tridiagonal solver, Scalar Pentadiagonal solver, Unstructured Adaptive mesh, and Lower-Upper Gauss-Seidel solver) is selected randomly. Since providers’ prices are the same, the calculated cost for NAS jobs will be the same for all providers.</li> </ol> <p>In the test, our helper Python script maintains one hundred synthetic requesters within the requester node continually submit the following chosen workload randomly for 14 hours and 30 minutes.</p> <p>This record provides logs of clusters and clients, results of the submitted jobs on each cluster that is either completed of failed and their gained and returned fees, logs of the submitted jobs and their transaction hashes, and Slurm's job submission information, which are generated by the Driver programs.</p> <p><strong>** Transactions are taken from bloxberg (<a href="https://blockexplorer.bloxberg.org">https://blockexplorer.bloxberg.org</a>)</strong></p> <p>- Transactions deployed on the eBlocBroker Smart Contract:<br> <a href="https://blockexplorer.bloxberg.org/address/0xa0Fac3232234478E6A0d4d5564ed239c956A21f0/transactions">https://blockexplorer.bloxberg.org/address/0xa0Fac3232234478E6A0d4d5564ed239c956A21f0/transactions</a></p> <p>- <a href="https://blockexplorer.bloxberg.org/address/0x29e613B04125c16db3f3613563bFdd0BA24Cb629/transactions">Transactions of the <em>provider0_0x29e613B04125c16db3f3613563bFdd0BA24Cb629</em></a><br> <em>- </em><a href="https://blockexplorer.bloxberg.org/address/0x1926b36af775e1312fdebcc46303ecae50d945af/transactions">Transactions of the <em>provider1_0x1926b36af775e1312fdebcc46303ecae50d945af</em></a><br> - <a href="https://blockexplorer.bloxberg.org/address/0x4934a70Ba8c1C3aCFA72E809118BDd9048563A24/transactions">Transactions of the<em> provider2_0x4934a70Ba8c1C3aCFA72E809118BDd9048563A24</em></a> <br> - <a href="https://blockexplorer.bloxberg.org/address/0x51e2b36469cdbf58863db70cc38652da84d20c67/transactions">Transactions of the <em>provider3_0x51e2b36469cdbf58863db70cc38652da84d20c67</em></a> </p> <p><strong>* Files</strong></p> <p>Each provider contains <em>eudat, gdrive, ipfs, and ipfs_gpg </em>folders that contains the patch results that obtained from the named cloud storage.</p> <p>$ tree -L 2 .<br> ├── README.org<br> ├── base_test_eblocbroker<br> │ ├── NPB3.3-SER_source_code<br> │ ├── README.md<br> │ ├── _cppr<br> │ ├── cppr<br> │ ├── cppr_example.sh<br> │ ├── datasets<br> │ ├── run_cppr<br> │ ├── setup.sh<br> │ └── test_data<br> ├── check_list.org<br> ├── provider0_0x29e613B04125c16db3f3613563bFdd0BA24Cb629<br> │ ├── ebloc-broker<br> │ ├── eudat<br> │ ├── gdrive<br> │ ├── ipfs<br> │ ├── ipfs_gpg<br> │ ├── jobs_info_0x29e613b04125c16db3f3613563bfdd0ba24cb629.out<br> │ ├── result_ipfs_hashes.txt<br> │ ├── transactions_0x29e613B04125c16db3f3613563bFdd0BA24Cb629.csv<br> │ └── watch_0x29e613b04125c16db3f3613563bfdd0ba24cb629.out<br> ├── provider1_0x1926b36af775e1312fdebcc46303ecae50d945af<br> │ ├── ebloc-broker<br> │ ├── eudat<br> │ ├── gdrive<br> │ ├── ipfs<br> │ ├── ipfs_gpg<br> │ ├── jobs_info_0x1926b36af775e1312fdebcc46303ecae50d945af.out<br> │ ├── result_ipfs_hashes.txt<br> │ ├── transactions_0x1926b36af775e1312fdebcc46303ecae50d945af.csv<br> │ └── watch_0x1926b36af775e1312fdebcc46303ecae50d945af.out<br> ├── provider2_0x4934a70Ba8c1C3aCFA72E809118BDd9048563A24<br> │ ├── ebloc-broker<br> │ ├── eudat<br> │ ├── ipfs<br> │ ├── ipfs_gpg<br> │ ├── jobs_info_0x4934a70ba8c1c3acfa72e809118bdd9048563a24.out<br> │ ├── result_ipfs_hashes.txt<br> │ ├── transactions_0x4934a70Ba8c1C3aCFA72E809118BDd9048563A24.csv<br> │ └── watch_0x4934a70ba8c1c3acfa72e809118bdd9048563a24.out<br> ├── provider3_0x51e2b36469cdbf58863db70cc38652da84d20c67<br> │ ├── ebloc-broker<br> │ ├── eudat<br> │ ├── gdrive<br> │ ├── ipfs<br> │ ├── ipfs_gpg<br> │ ├── jobs_info_0x51e2b36469cdbf58863db70cc38652da84d20c67.out<br> │ ├── result_ipfs_hashes.txt<br> │ ├── transactions_0x51e2b36469cdbf58863db70cc38652da84d20c67.csv<br> │ └── watch_0x51e2b36469cdbf58863db70cc38652da84d20c67.out<br> ├── requesters<br> │ ├── ebloc-broker-logs<br> │ └── gdrive<br> └── transactions_contract_0xa0Fac3232234478E6A0d4d5564ed239c956A21f0.csv</p>
KC0P 40 m SEQP Reverse Beacon Network Log of Spots
<p>Log of the Spots generated by the Reverse Beacon Network of the 40 m transmissions of KC0P during the</p> <p>SEQP on August 21, 2017.</p>
Figure 3: The dependencies ² 00 (log !¿¾). The values are normalized at ² 00 max-TOWARD THE PHYSICAL BASIS OF COMPLEX SYSTEMS: DIELECTRIC ANALYSIS OF POROUS SILICON NANOCHANNELS IN THE ELECTRICAL DOUBLE LAYER LENGTH RANGE
<p>Fig.3. The conductivity relaxation occurs at<br> lowing frequencies. The form of the ²<br> 00<br> (!) = f(²<br> 0<br> (!)) diagrams changes from<br> a vertical line (a), to any deformate semicircles (b, c, d) having the angle to<br> real axe below ¼<br> 2 , Fig.4. This behaviour denotes that the EDL is not an ideally<br> capacitor, but also is not a disipative region, depending both on the EDL<br> thickness and the frequency range of the applied ¯eld [7]. The composition<br> (by thickness) of the EDL determines essentially the dielectric response of the<br> interface system. Compared with experimental results, the dielectric pro¯le<br> of this higher length scales model, can provides a more complet description of<br> the solvent properties for a given electrode.</p>
Figure 2: The dependencies ² 0 (log !¿¾). The values are normalized at ² 0 max-TOWARD THE PHYSICAL BASIS OF COMPLEX SYSTEMS: DIELECTRIC ANALYSIS OF POROUS SILICON NANOCHANNELS IN THE ELECTRICAL DOUBLE LAYER LENGTH RANGE
<p>The results of the model are shown that the frequency-dependences ²<br> 0<br> (log(!¿¾))<br> in Fig.2, ²<br> 00(log(!¿¾)) in Fig.3 and ²<br> 00<br> (²<br> 0<br> )T in Fig.4, where ²<br> 0<br> , ²<br> 00<br> are the real and<br> imaginary part, respectively, from (7), having the ¸D<br> ¸ ratio as parameter.</p>
Game Data Event Log from Age of Empire Interactions
<p><span>The event log describes players' behavior in the real-time strategy game Age of Empires. Each case describes the events that a player triggers in a game. </span><span>There are 185.094 cases that consist</span><span> of more than 18 million events. The timestamp represents the elapsed time since the start of the game.</span></p> <p><span>Each player is assigned an</span><span> Elo ranking that is higher, the better the player is. This allows us to study the implications of skill on players' behavior. Also, games can take place on different maps, influencing the situations the players find themselves in. Some games follow clear initial strategies, which are called build orders. These build orders are comparable to chess openings.</span></p> <p><span>The event log is split into ten parts to make the import feasible for smaller machines.</span></p>
Figure 1 in Anadenanthera colubrina (Fabaceae) logs in the Atlantic Forest biome: first host plant for Thoracibidion lineatocolle (Col.: Cerambycidae) and a new host for Temnopis megacephala (Col.: Cerambycidae)
Figure 1. Temnopis megacephala (A) and Thoracibidion lineatocolle (B) (Coleoptera:Cerambycidae) adults emerged from Anadenanthera colubrina (Fabaceae) logs harvested in the Atlantic Forest biome.
Рис. 2. Биотопы, в которых быΛ собран материаΛ: А — старая вырубка; В — каменистая осыпь Fig. 2. Biotopes to collect the material: A — old logging site; B — rocky slope in Sabacon rossopacificus Martens, 2015 (Opiliones, Sabaconidae): A new find in Primorsky Territory
Рис. 2. Биотопы, в которых быΛ собран материаΛ: А — старая вырубка; В — каменистая осыпь Fig. 2. Biotopes to collect the material: A — old logging site; B — rocky slope
Execution and data log: on the effectiveness of random and adaptive random test case prioritization
<p>Execution and data logs automatically generated by the test driver during experimentation. These results are similar (but not identical) to the results summarized in Table 1 of the following paper:</p> <p>Z. Q. Zhou, A. Sinaga, and W. Susilo, "On the fault-detection capabilities of adaptive random test case prioritization: case studies with large test suites," in Proceedings of the 45th Annual Hawaii International Conference on System Sciences (HICSS-45). IEEE, 2012, pp. 5584-5593.<br> https://doi.org/10.1109/HICSS.2012.454</p> <p>Compared with the above paper, the current dataset was collected from a different but similar set of experiments and included faulty versions 13, 23, and 26 of the Replace program---although these three versions were excluded from the experiments reported in the above paper due to their instability.</p> <p>If you find these data useful, please cite the above paper.</p>
SIMPATICO Logs Final Trento Dataset v1.0
<p><strong>SIMPATICO logs for the user evaluation of Trento in project iterations 1 and 2</strong></p> <p>The current package contains the Interaction LOG data captured in the Trento two evaluations of the results of H2020 project SIMPATICO that were undertaken from September 2017 to January 2019. The data is exported from the Elasticsearch instance that was used to log all of the interaction data. The data model for this can be found in project deliverable "D3.3 Advanced Methods And Tools For User Interaction Automation". For more information about the setup for conducting the tests and the results achieved please consult project deliverable "D6.6 SIMPATICO Evaluation Report v2". All project deliverables, except where noted, are public and are available at Zenodo community reachable at https://zenodo.org/communities/h2020-simpatico-692819.</p> <p>The following caveats need to be highlighted for this data set:<br> - The format is JSON (Javascript objects) as provided by Elasticsearch. </p> <p>- Data is completely anonymized: no traces of personal data for any of the participants can be found in this file. Individual user logs can be traced from the "userID" field that is stored, containing either a unique identifier that is backed to a logged-in user (in the cases in which just a number is stored) or a user who is interacting but has not yet logged (this is signified by the "no_user_logged_" prefix, followed by another unique identifier that can trace users interacting before login).</p>
Disk replacement log file examples from a very large RAID disk system for predictive maintenance analysis
<p>README.txt</p> <p>Maintenance example belonging to: </p> <p> The MANTIS Book: Cyber Physical System Based Proactive Collaborative Maintenance<br> Chapter 9, The Future of Maintenance (2019).<br> Lambert Schomaker, Michele Albano, Erkki Jantunen, Luis Lino Ferreira<br> River Publishers (DK)<br> ISBN: 9788793609853, e-ISBN: 9788793609846, https://doi.org/10.13052/rp-9788793609846</p> <p>The figure .pdf did not make it into the book. Here are the raw data, processed <br> logs and .gnu script to produce it.</p> <p>Data: event logs on disk failure in two racks of a huge RAID disk system (2009-2016).</p> <p>disks1.raw<br> disks2.raw</p> <p>Event logs to RC-filtered time series:<br> RC-filt-disks-log.c <br> do-RC-filter-to-make-spikes-more-visible (bash script)<br> --><br> disks1.log<br> disks2.log</p> <p>Constant (horizontal line) indicating the level where users experienced system-down time<br> Disrupted-operations-threshold</p> <p>disk-replacement-log.gnu<br> disk-replacement-log.pdf<br> </p>
Process Models obtained from event logs with with different information-preserving abstractions
<p>This dataset contains results of the experiment to analyze information preservation and recovery by different event log abstractions in process mining described in: Sander J.J. Leemans, Dirk Fahland "Information-Preserving Abstractions of Event Data in Process Mining"<br> Knowledge and Information Systems, ISSN: 0219-1377 (Print) 0219-3116 (Online), accepted May 2019</p> <p>The experiment results were obtained with: https://doi.org/10.5281/zenodo.3243981</p>
Community-weighted mean traits in old-growth and selectively logged forest
<p><strong>Description: </strong></p> <p>Community-weighted mean traits from tree species that make up more than 80% basal area in plots in selectively logged forest at SAFE and in old-growth forest in Danum Valley and Maliau Basin. Sampled during the BALI project traits campaign</p> <p><strong>Project: </strong>This dataset was collected as part of the following SAFE research project: <a href="https://www.safeproject.net/projects/project_view/55"><strong>Biodiversity and land-use impacts on tropical ecosystem function (BALI): Quantifying functional trait distributions across the disturbance gradient</strong></a></p> <p><strong>Funding: </strong>These data were collected as part of research funded by:</p> <ul> <li>NERC (Standard grant, NE/K016253/1)</li> </ul> <p>This dataset is released under the CC-BY 4.0 licence, requiring that you cite the dataset in any outputs, but has the additional condition that you acknowledge the contribution of these funders in any outputs.</p> <p> </p> <p><strong>Permits: </strong>These data were collected under permit from the following authorities:</p> <ul> <li>Sabah Biodiversity Centre (Research licence JKM/MBS.1000-2.2(385))</li> </ul> <p> </p> <p><strong>XML metadata: </strong>GEMINI compliant metadata for this dataset is available <a href="https://www.safeproject.net/datasets/xml_metadata?id=3247602">here</a></p> <p><strong>Files: </strong>This dataset consists of 3 files: Both_CWM_traits.xlsx, CSP_protocol_Chlorophyll_and_Carotenoids.pdf, CSP_protocol_Phenols_Tannins_Analysis.pdf</p> <p><strong>Both_CWM_traits.xlsx</strong></p> <p>This file contains dataset metadata and 1 data tables:</p> <ol> <li> <p><strong>CMW_traits</strong> (described in worksheet CMW_traits)</p> <p>Description: Community-weighted mean traits of tree in plots in SAFE , Danum Valley and Maliau Basin sampled during the BALI project traits campaign</p> <p>Number of fields: 36</p> <p>Number of data rows: 8</p> <p>Fields:</p> <ul> <li><strong>location</strong>: Location (Field type: Categorical)</li> <li><strong>forest_type</strong>: Forest type (Field type: Categorical)</li> <li><strong>forestplots_name</strong>: Plot name coherent with forestplots database (Field type: ID)</li> <li><strong>plot_name_trait_campaign</strong>: Plot name used during the BALI trait campaign (Field type: ID)</li> <li><strong>CWM_total_K_mg.g_log</strong>: CWM foliar potassium concentration in mg per g dry weight, log transformed data (Field type: Numeric)</li> <li><strong>CWM_total_Ca_mg.g_log</strong>: CWM foliar calcium concentration in mg per g dry weight, log transformed data (Field type: Numeric)</li> <li><strong>CWM_total_Mg_mg.g_log</strong>: CWM foliar magnesium concentration in mg per g dry weight, log transformed data (Field type: Numeric)</li> <li><strong>CWM_total_P_mg.g_log</strong>: CWM foliar phosporus concentration in mg per g dry weight, log transformed data (Field type: Numeric)</li> <li><strong>CWM_N_perc</strong>: CWM foliar nitrogen concentration (Field type: Numeric)</li> <li><strong>CWM_15N_per_mil</strong>: CWM foliar 15N isotope concentration (Field type: Numeric)</li> <li><strong>CWM_C_perc</strong>: CWM foliar carbon concentration (Field type: Numeric)</li> <li><strong>CWM_13C_per_mil</strong>: CWM foliar 13C isotope concentration, expressed relative to Vienna Pee Dee Belemnite (VPDB) as δ13C in units of per mil [‰] (Field type: Numeric)</li> <li><strong>CWM_DR</strong>: CWM dark respiration measured on leaf attached to a branch that is cut under water and remains in water (Field type: Numeric)</li> <li><strong>CWM_Asat</strong>: CWM light-saturated net photosynthesis measured on leaf attached to a branch that is cut under water and remains in water. (Field type: Numeric)</li> <li><strong>CWM_Amax</strong>: CWM maximum photosynthetic capacity measured on leaf attached to a branch that is cut under water and remains in water. (Field type: Numeric)</li> <li><strong>CWM_leaf_thickness_mm_log</strong>: CWM thickness of leaf, log transformed data (Field type: Numeric)</li> <li><strong>CWM_dry_weight_mg_log</strong>: CWM leaf oven-dried weight, log transformed data (Field type: Numeric)</li> <li><strong>CWM_LA_mm2_log</strong>: CWM leaf area (LA) calculated from fresh leaves collected from branches, scanned immediately, log transformed data (Field type: Numeric)</li> <li><strong>CWM_SLA_mm2_mg</strong>: CWM specific leaf area (SLA) determined as the one-sided area of a fresh leaf, divided by its oven-dry mass. (Field type: Numeric)</li> <li><strong>CWM_LDMC_mg.g</strong>: CWM leaf dry-matter content (LDMC) is the oven-dry mass (mg) of a leaf, divided by its water-saturated fresh mass (g) mg g–1 (Field type: Numeric)</li> <li><strong>CWM_chla_mg.g</strong>: CWM foliar chlorophyll a content (Field type: Numeric)</li> <li><strong>CWM_chlb_mg.g</strong>: CWM foliar chlorophyll b content (Field type: Numeric)</li> <li><strong>CWM_carot_mg.g</strong>: CWM foliar carotenoids content (Field type: Numeric)</li> <li><strong>CWM_Fp_N_mm_log</strong>: CWM force to punch leaf, dividing the observed force (N) required to puncture the leaf lamina by the circumference of the instrument's rod, log transformed data (Field type: Numeric)</li> <li><strong>CWM_specific_Fp_log</strong>: CWM specific force to punch (Fp divided by lamina thickness), log transformed data (Field type: Numeric)</li> <li><strong>CWM_WD_B</strong>: CWM branch wood density from branch segment with bark (Field type: Numeric)</li> <li><strong>CWM_hemicellulose_perc</strong>: CWM foliar hemicellulose concentration (Field type: Numeric)</li> <li><strong>CWM_cellulose_perc</strong>: CWM foliar cellulose concentration (Field type: Numeric)</li> <li><strong>CWM_lignin_recalcitrants_perc</strong>: CWM foliar lignin and recalcitrants concentration (Field type: Numeric)</li> <li><strong>CWM_total_tannin_mg.g</strong>: CWM foliar tannin concentration (Field type: Numeric)</li> <li><strong>CWM_total_phenol_mg.g</strong>: CWM total foliar phenol concentration (Field type: Numeric)</li> <li><strong>CWM_chla_mg.mm2</strong>: CWM foliar chlorophyll a content expressed on leaf area basis (Field type: Numeric)</li> <li><strong>CWM_chlb_mg.mm2</strong>: CWM foliar chlorophyll b content expressed on leaf area basis (Field type: Numeric)</li> <li><strong>CWM_carot_mg.mm2</strong>: CWM foliar carotenoids content expressed on leaf area basis (Field type: Numeric)</li> <li><strong>CWM_N_mg.mm2</strong>: CWM foliar nitrogen concentration expressed on leaf area basis (Field type: Numeric)</li> <li><strong>CWM_total_P_mg.mm2.l</strong>: CWM foliar phosporus concentration expressed on leaf area basis, log transformed data (Field type: Numeric)</li> </ul> </li> </ol> <p><strong>CSP_protocol_Chlorophyll_and_Carotenoids.pdf</strong></p> <p>Description: Methodology of chlorophyll and carotenoids analysis, Carnegie Spectranomics protocol: https://drive.google.com/file/d/0B58dyv8L3FpMdGw0QWtiZElHQzQ/view</p> <p><strong>CSP_protocol_Phenols_Tannins_Analysis.pdf</strong></p> <p>Description: Methodology of phenols and tannins analysis, Carnegie Spectranomics protocol: https://drive.google.com/file/d/0B58dyv8L3FpMcTBHblQwRHdyRE0/view</p> <p><strong>Date range: </strong>2014-05-01 to 2018-09-01</p> <p><strong>Latitudinal extent: </strong>4.5000 to 5.0700</p> <p><strong>Longitudinal extent: </strong>116.7500 to 117.8200</p>
Functional traits of tree species in old-growth and selectively logged forest
<b>Description: </b><p>Traits matrix for tree species in selectively logged forest at SAFE and in old-growth forest in Danum Valley and Maliau Basin. Sampled during the BALI project traits campaign</p><p><b>Project: </b>This dataset was collected as part of the following SAFE research project: <a href="https://www.safeproject.net/projects/project_view/55"><b>Biodiversity and land-use impacts on tropical ecosystem function (BALI): Quantifying functional trait distributions across the disturbance gradient</b></a></p><p><b>Funding: </b>These data were collected as part of research funded by: </p><ul><li>NERC (Standard grant, NE/K016253/1)</li></ul><p>This dataset is released under the CC-BY 4.0 licence, requiring that you cite the dataset in any outputs, but has the additional condition that you acknowledge the contribution of these funders in any outputs.</p><p></p><p><b>Permits: </b>These data were collected under permit from the following authorities:</p><ul><li>Sabah Biodiversity Centre (Research licence JKM/MBS.1000-2.2(385))</li></ul><p></p><p><b>XML metadata: </b>GEMINI compliant metadata for this dataset is available <a href="https://www.safeproject.net/datasets/xml_metadata?id=3247631">here</a></p><p><b>Files: </b>This dataset consists of 3 files: Both_tree_functional_traits.xlsx, CSP_protocol_Chlorophyll_and_Carotenoids.pdf, CSP_protocol_Phenols_Tannins_Analysis.pdf</p><p><b>Both_tree_functional_traits.xlsx</b></p><p>This file contains dataset metadata and 1 data tables:</p><ol><li><p><b>Tree_functional_traits</b> (described in worksheet Tree_functional_traits)</p><p>Description: Traits matrix for tree species at SAFE and in Danum Valley, Maliau Basin sampled during the BALI project traits campaign</p><p>Number of fields: 84</p><p>Number of data rows: 717</p><p>Fields: </p><ul><li><b>location</b>: Location (Field type: Categorical)</li><li><b>forest_type</b>: Forest type: OG: old-growth plots, Maliau and Danum; SL: selectively logged plots at SAFE (Field type: Categorical)</li><li><b>forestplots_name</b>: Plot name coherent with forestplots database (Field type: ID)</li><li><b>plot_name_trait_campaign</b>: Plot name used during the BALI trait campaign (Field type: ID)</li><li><b>sample_code</b>: Sample code referencing: plot-'T'(ree) ID-branch type (Field type: ID)</li><li><b>branch_type</b>: Binary classification of branch sampled depending on their position in the tree crown. BS: sun branch; BSH: shade branch (Field type: ID)</li><li><b>sampling_date</b>: Date of sampling (Field type: Date)</li><li><b>tree_id</b>: Reference for tree tag label (Field type: ID)</li><li><b>species</b>: Tree species (Field type: Taxa)</li><li><b>height.m</b>: Height of tree individual (Field type: Numeric trait)</li><li><b>total_K_mg.g</b>: Foliar potassium content in mg per g dry weight (Field type: Numeric trait)</li><li><b>total_Ca_mg.g</b>: Foliar calcium content in mg per g dry weight (Field type: Numeric trait)</li><li><b>total_Mg_mg.g</b>: Foliar magnesium content in mg per g dry weight (Field type: Numeric trait)</li><li><b>total_P_mg.g</b>: Foliar phosporus content in mg per g dry weight (Field type: Numeric trait)</li><li><b>N_perc</b>: Foliar nitrogen concentration (Field type: Numeric trait)</li><li><b>15N_per_mil</b>: Foliar 15N isotope concentration (Field type: Numeric trait)</li><li><b>C_perc</b>: Foliar carbon concentration (Field type: Numeric trait)</li><li><b>13C_per_mil</b>: Foliar 13C isotope concentration, expressed relative to Vienna Pee Dee Belemnite (VPDB) as δ13C in units of per mil [‰] (Field type: Numeric trait)</li><li><b>CN</b>: Foliar carbon nitrogen ratio (Field type: Numeric trait)</li><li><b>DR_mean</b>: Mean dark respiration measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric trait)</li><li><b>DR_sd</b>: Standard deviation of dark respiration measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric)</li><li><b>DR_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>Asat_cons_mean</b>: Mean light-saturated net photosynthesis measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch. Data cleaning very conservative: subset of values only with conductance higher 0.04, Ci between 150 - 300, and PS higher than 1, leading to fewer data points. (Field type: Numeric trait)</li><li><b>Asat_cons_sd</b>: Standard deviation of light-saturated net photosynthesis measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric)</li><li><b>Asat_cons_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>Amax_cons_mean</b>: Mean maximum photosynthetic capacity measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch. Data cleaning very conservative: subset of values only with conductance higher 0.04, Ci between 150 - 300, and PS higher than 1, leading to fewer data points. (Field type: Numeric trait)</li><li><b>Amax_cons_sd</b>: Standard deviation of maximum photosynthetic capacity measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric)</li><li><b>Amax_cons_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>Asat_mean</b>: Mean light-saturated net photosynthesis measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric trait)</li><li><b>Asat_sd</b>: Standard deviation of light-saturated net photosynthesis measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric)</li><li><b>Asat_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>Amax_mean</b>: Mean maximum photosynthetic capacity measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric trait)</li><li><b>Amax_sd</b>: Standard deviation of maximum photosynthetic capacity measured on leaf of a branch that is cut under water and remains in water, calculated from replicated leaves per branch (Field type: Numeric)</li><li><b>Amax_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>LA_cm2_mean</b>: Mean leaf area (LA) calculated from fresh leaves collected from branches, scanned immediately. (Field type: Numeric trait)</li><li><b>LA_cm2_sd</b>: Standard deviation of leaf area (Field type: Numeric)</li><li><b>LA_cm2_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>leaf_thickness_mm_mean</b>: Mean thickness of leaf (Field type: Numeric trait)</li><li><b>fresh_weight_g_mean</b>: Mean leaf fresh weight (Field type: Numeric trait)</li><li><b>dry_weight_g_mean</b>: Mean leaf oven-dried weight (Field type: Numeric trait)</li><li><b>dry_weight_mg_mean</b>: Mean leaf oven-dried weight (Field type: Numeric trait)</li><li><b>LDMC_mg.g_mean</b>: Leaf dry-matter content (LDMC) is the oven-dry mass (mg) of a leaf, divided by its water-saturated fresh mass (g) mg g–1 (Field type: Numeric trait)</li><li><b>leaf_thickness_mm_sd</b>: Standard deviation of leaf thickness (Field type: Numeric)</li><li><b>fresh_weight_g_sd</b>: Standard deviation of fresh leaf weight (Field type: Numeric)</li><li><b>dry_weight_g_sd</b>: Standard deviation of dry leaf weight (Field type: Numeric)</li><li><b>dry_weight_mg_sd</b>: Standard deviation of dry leaf weight (Field type: Numeric)</li><li><b>LDMC_mg.g_sd</b>: Standard deviation of leaf dry matter content (Field type: Numeric)</li><li><b>leaf_thickness_mm_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>fresh_weight_g_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>dry_weight_g_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>dry_weight_mg_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>LDMC_mg.g_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Replicate)</li><li><b>branch_height_m</b>: Height from where branch sample was taken (Field type: Numeric trait)</li><li><b>chla_mg.g</b>: Foliar chlorophyll a content (Field type: Numeric trait)</li><li><b>chlb_mg.g</b>: Foliar chlorophyll b content (Field type: Numeric trait)</li><li><b>carot_mg.g</b>: Foliar carotenoids content (Field type: Numeric trait)</li><li><b>Fp_N_mm_mean</b>: Mean force to punch leaf, dividing the observed force (N) required to puncture the leaf lamina by the circumference of the instrument's rod (Field type: Numeric trait)</li><li><b>Fp_N_mm_sd</b>: Standard deviation for force to punch (Field type: Numeric trait)</li><li><b>Fp_N_mm_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Numeric trait)</li><li><b>specific_Fp_mean</b>: Mean specific force to punch (Fp divided by lamina thickness) (Field type: Numeric trait)</li><li><b>specific_Fp_sd</b>: Standard deviation for force to punch (Field type: Numeric trait)</li><li><b>specific_Fp_n</b>: Number of replicates, i.e. leaves per branch used for mean trait (Field type: Numeric trait)</li><li><b>WD_B</b>: Branch wood density from branch segment with bark (Field type: Numeric trait)</li><li><b>WD_NB</b>: Branch wood density from branch segment without bark (bark removed prior measurement) (Field type: Numeric trait)</li><li><b>hemicellulose_perc</b>: Foliar hemicellulose concentration (Field type: Numeric trait)</li><li><b>cellulose_perc</b>: Foliar cellulose concentration (Field type: Numeric trait)</li><li><b>lignin_recalcitrants_perc</b>: Foliar lignin and recalcitrants concentration (Field type: Numeric trait)</li><li><b>Total_tannin_mg.g</b>: Total foliar tannin concentration (Field type: Numeric trait)</li><li><b>Total_phenol_mg.g</b>: Total foliar phenol concentration (Field type: Numeric trait)</li><li><b>SLA_mm2.mg_mean</b>: Specific leaf area (SLA) determined as the one-sided area of a fresh leaf, divided by its oven-dry mass. (Field type: Numeric trait)</li><li><b>total_K_mg.mm2</b>: Foliar potassium content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>total_Ca_mg.mm2</b>: Foliar calcium content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>total_Mg_mg.mm2</b>: Foliar magnesium content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>total_P_mg.mm2</b>: Foliar phosporus content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>chla_mg.mm2</b>: Foliar chlorophyll a content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>chlb_mg.mm2</b>: Foliar chlorophyll b content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>carot_mg.mm2</b>: Foliar carotenoids content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>tannin_mg.mm2</b>: Foliar tannin content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>phenol_mg_mm2</b>: Foliar phenol content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>N_mg.mm2</b>: Foliar nitrogen content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>C_mg.mm2</b>: Foliar carbon content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>hemicellulose_mg.mm2</b>: Foliar hemicellulose content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>cellulose_mg.mm2</b>: Foliar cellulose content expressed on leaf area basis (Field type: Numeric trait)</li><li><b>lignin_recalcitrants_mg.mm2</b>: Foliar lignin and recalcitrants content expressed on leaf area basis (Field type: Numeric trait)</li></ul></li></ol><p><b>CSP_protocol_Chlorophyll_and_Carotenoids.pdf</b></p><p>Description: Methodology of chlorophyll and carotenoids analysis, Carnegie Spectranomics protocol: https://drive.google.com/file/d/0B58dyv8L3FpMdGw0QWtiZElHQzQ/view</p><p><b>CSP_protocol_Phenols_Tannins_Analysis.pdf</b></p><p>Description: Methodology of phenols and tannins analysis, Carnegie Spectranomics protocol: https://drive.google.com/file/d/0B58dyv8L3FpMcTBHblQwRHdyRE0/view</p><p><b>Date range: </b>2014-05-01 to 2018-09-01</p><p><b>Latitudinal extent: </b>4.5000 to 5.0700</p><p><b>Longitudinal extent: </b>116.7500 to 117.8200</p><p><b>Taxonomic coverage: </b><br> All taxon names are validated against the GBIF backbone taxonomy. If a dataset uses a synonym, the accepted usage is shown followed by the dataset usage in brackets. Taxa that cannot be validated, including new species and other unknown taxa, morphospecies, functional groups and taxonomic levels not used in the GBIF backbone are shown in square brackets.</p><div>Plantae<br> - Tracheophyta<br> -  - Liliopsida<br> -  -  - Poales<br> -  -  -  - Poaceae<br> -  -  -  -  - <i>Dinochloa</i><br> -  -  -  -  -  - <i>Dinochloa trichogona</i><br> -  -  -  -  - <i>Imperata</i><br> -  -  -  -  -  - <i>Imperata cylindrica</i><br> -  -  -  -  - <i>Paspalum</i><br> -  -  -  -  -  - <i>Paspalum virgatum</i><br> -  -  - Zingiberales<br> -  -  -  - Marantaceae<br> -  -  -  -  - <i>Phrynium</i><br> -  -  -  -  -  - <i>Phrynium pubinerve</i><br> -  -  -  - Zingiberaceae<br> -  -  -  -  - <i>Etlingera</i><br> -  - Magnoliopsida<br> -  -  - Asterales<br> -  -  -  - Asteraceae<br> -  -  -  -  - <i>Mikania</i><br> -  -  -  -  -  - <i>Mikania micrantha</i><br> -  -  - Celastrales<br> -  -  -  - Celastraceae<br> -  -  -  -  - <i>Lophopetalum</i><br> -  -  -  -  -  - <i>Lophopetalum beccarianum</i><br> -  -  -  -  -  - <i>Lophopetalum glabrum</i><br> -  -  -  -  -  - <i>Lophopetalum javanicum</i><br> -  -  - Cornales<br> -  -  -  - Cornaceae<br> -  -  -  -  - <i>Alangium</i><br> -  -  -  -  -  - <i>Alangium javanicum</i><br> -  -  -  - Nyssaceae<br> -  -  -  -  - <i>Mastixia</i><br> -  -  -  -  -  - <i>Mastixia trichotoma</i><br> -  -  - Ericales<br> -  -  -  - Ebenaceae<br> -  -  -  -  - <i>Diospyros</i><br> -  -  -  -  -  - <i>Diospyros andamanica</i><br> -  -  -  -  -  - <i>Diospyros curranii</i><br> -  -  -  -  -  - <i>Diospyros daemona</i><br> -  -  -  -  -  - <i>Diospyros dictyoneura</i><br> -  -  -  -  -  - <i>Diospyros macrophylla</i><br> -  -  -  -  -  - <i>Diospyros muricata</i><br> -  -  -  -  -  - <i>Diospyros pilosanthera</i><br> -  -  -  -  -  - <i>Diospyros toposia</i><br> -  -  -  -  -  - <i>Diospyros tuberculata</i><br> -  -  -  - Lecythidaceae<br> -  -  -  -  - <i>Barringtonia</i><br> -  -  -  -  -  - <i>Barringtonia lanceolata</i><br> -  -  -  -  -  - <i>Barringtonia macrostachya</i><br> -  -  -  -  -  - <i>Barringtonia sarcostachys</i><br> -  -  -  -  - <i>Planchonia</i><br> -  -  -  -  -  - <i>Planchonia brevistipitata</i><br> -  -  -  - Pentaphylacaceae<br> -  -  -  -  - <i>Adinandra</i><br> -  -  -  -  -  - <i>Adinandra dumosa</i><br> -  -  -  - Primulaceae<br> -  -  -  -  - <i>Ardisia</i><br> -  -  -  -  -  - <i>Ardisia macrophylla</i><br> -  -  -  -  - <i>Maesa</i><br> -  -  -  -  -  - <i>Maesa macrothyrsa</i><br> -  -  -  - Sapotaceae<br> -  -  -  -  - <i>Madhuca</i><br> -  -  -  -  -  - <i>Madhuca dubardii</i><br> -  -  -  -  -  - <i>Madhuca korthalsii</i><br> -  -  -  -  - <i>Palaquium</i><br> -  -  -  -  -  - <i>Palaquium dasyphyllum</i><br> -  -  -  -  -  - <i>Palaquium obovatum</i><br> -  -  -  -  -  - <i>Palaquium sericeum</i><br> -  -  -  -  - <i>Payena</i><br> -  -  -  -  -  - <i>Payena acuminata</i><br> -  -  -  - Symplocaceae<br> -  -  -  -  - <i>Symplocos</i><br> -  -  -  -  -  - <i>Symplocos fasciculata</i><br> -  -  -  - Theaceae<br> -  -  -  -  - <i>Pyrenaria</i><br> -  -  -  -  -  - <i>Pyrenaria tawauensis</i><br> -  -  - Fabales<br> -  -  -  - Fabaceae<br> -  -  -  -  - <i>Archidendron</i><br> -  -  -  -  -  - <i>Archidendron clypearia</i><br> -  -  -  -  - <i>Crudia</i><br> -  -  -  -  -  - <i>Crudia reticulata</i><br> -  -  -  -  -  - <i>Crudia tenuipes</i><br> -  -  -  -  - <i>Cynometra</i><br> -  -  -  -  -  - <i>Cynometra mirabilis</i><br> -  -  -  -  - <i>Dialium</i><br> -  -  -  -  -  - <i>Dialium indum</i><br> -  -  -  -  -  - <i>Dialium kunstleri</i><br> -  -  -  -  - <i>Fordia</i><br> -  -  -  -  -  - <i>Fordia brachybotrys</i><br> -  -  -  -  -  - <i>Fordia splendidissima</i><br> -  -  -  -  - <i>Sindora</i><br> -  -  -  -  - <i>Spatholobus</i><br> -  -  -  -  -  - <i>Spatholobus macropterus</i><br> -  -  -  - Polygalaceae<br> -  -  -  -  - <i>Xanthophyllum</i><br> -  -  -  -  -  - <i>Xanthophyllum flavescens</i><br> -  -  - Fagales<br> -  -  -  - Fagaceae<br> -  -  -  -  - <i>Castanopsis</i><br> -  -  -  -  -  - <i>Castanopsis hypophoenicea</i><br> -  -  -  -  - <i>Lithocarpus</i><br> -  -  -  -  -  - <i>Lithocarpus blumeanus</i><br> -  -  -  -  -  - <i>Lithocarpus conocarpus</i><br> -  -  -  -  -  - <i>Lithocarpus echinifer</i><br> -  -  -  -  -  - <i>Lithocarpus gracilis</i><br> -  -  -  -  -  - <i>Lithocarpus leptogyne</i><br> -  -  -  -  -  - <i>Lithocarpus sundaicus</i><br> -  -  -  -  - <i>Quercus</i><br> -  -  -  -  -  - <i>Quercus argentata</i><br> -  -  -  -  -  - <i>Quercus lowii</i><br> -  -  -  -  -  - <i>Quercus merrillii</i><br> -  -  -  -  - <i>Trigonobalanus</i><br> -  -  -  -  -  - <i>Trigonobalanus verticillata</i><br> -  -  - Gentianales<br> -  -  -  - Apocynaceae<br> -  -  -  -  - <i>Alstonia</i><br> -  -  -  -  -  - <i>Alstonia angustiloba</i><br> -  -  -  - Rubiaceae<br> -  -  -  -  - <i>Ludekia</i><br> -  -  -  -  -  - <i>Ludekia borneensis</i><br> -  -  -  -  - <i>Nauclea</i><br> -  -  -  -  -  - <i>Nauclea officinalis</i><br> -  -  -  -  -  - <i>Nauclea subdita</i><br> -  -  -  -  - <i>Neolamarckia</i><br> -  -  -  -  -  - <i>Neolamarckia cadamba</i><br> -  -  -  -  - <i>Neonauclea</i><br> -  -  -  -  -  - <i>Neonauclea gigantea</i><br> -  -  -  -  - <i>Psydrax</i><br> -  -  -  -  -  - <i>Psydrax dicoccos</i><br> -  -  -  -  - <i>Uncaria</i><br> -  -  -  -  -  - <i>Uncaria cordata</i><br> -  -  -  -  - <i>Urophyllum</i><br> -  -  -  -  -  - <i>Urophyllum polyneurum</i><br> -  -  - Lamiales<br> -  -  -  - Lamiaceae<br> -  -  -  -  - <i>Callicarpa</i><br> -  -  -  -  -  - <i>Callicarpa pentandra</i><br> -  -  -  - Oleaceae<br> -  -  -  -  - <i>Chionanthus</i><br> -  -  -  -  -  - <i>Chionanthus macrocarpus</i><br> -  -  -  -  -  - <i>Chionanthus pluriflorus</i><br> -  -  - Laurales<br> -  -  -  - Lauraceae<br> -  -  -  -  - <i>Actinodaphne</i><br> -  -  -  -  - <i>Beilschmiedia</i><br> -  -  -  -  -  - <i>Beilschmiedia micrantha</i><br> -  -  -  -  - <i>Caryodaphnopsis</i><br> -  -  -  -  -  - <i>Caryodaphnopsis tonkinensis</i><br> -  -  -  -  - <i>Cryptocarya</i><br> -  -  -  -  -  - <i>Cryptocarya nigra</i><br> -  -  -  -  -  - <i>Cryptocarya nitens</i><br> -  -  -  -  - <i>Dehaasia</i><br> -  -  -  -  -  - <i>Dehaasia caesia</i><br> -  -  -  -  -  - <i>Dehaasia incrassata</i><br> -  -  -  -  - <i>Eusideroxylon</i><br> -  -  -  -  -  - <i>Eusideroxylon zwageri</i><br> -  -  -  -  - <i>Lindera</i><br> -  -  -  -  -  - <i>Lindera lucida</i><br> -  -  -  -  - <i>Litsea</i><br> -  -  -  -  -  - <i>Litsea accedens</i><br> -  -  -  -  -  - <i>Litsea angulata</i><br> -  -  -  -  -  - <i>Litsea caulocarpa</i><br> -  -  -  -  -  - <i>Litsea cordata</i><br> -  -  -  -  -  - <i>Litsea garciae</i><br> -  -  -  -  -  - <i>Litsea grandis</i><br> -  -  -  -  -  - <i>Litsea rubiginosa</i><br> -  -  -  -  - <i>Nothaphoebe</i><br> -  -  -  -  -  - <i>Nothaphoebe umbelliflora</i><br> -  -  -  -  - <i>Phoebe</i><br> -  -  -  -  -  - <i>Phoebe grandis</i><br> -  -  - Magnoliales<br> -  -  -  - Annonaceae<br> -  -  -  -  - <i>Cyathocalyx</i><br> -  -  -  -  - <i>Maasia</i><br> -  -  -  -  -  - <i>Maasia sumatrana</i><br> -  -  -  -  - <i>Miliusa</i><br> -  -  -  -  -  - <i>Miliusa macropoda</i><br> -  -  -  -  - <i>Monoon</i><br> -  -  -  -  - <i>Neo-uvaria</i><br> -  -  -  -  -  - <i>Neo-uvaria acuminatissima</i><br> -  -  -  -  - <i>Orophea</i><br> -  -  -  -  -  - <i>Orophea myriantha</i><br> -  -  -  -  - <i>Phaeanthus</i><br> -  -  -  -  -  - <i>Phaeanthus splendens</i><br> -  -  -  -  - <i>Polyalthia</i><br> -  -  -  -  -  - <i>Polyalthia obliqua</i><br> -  -  -  -  - <i>Pseuduvaria</i><br> -  -  -  -  -  - <i>Pseuduvaria borneensis</i><br> -  -  -  -  - <i>Sageraea</i><br> -  -  -  -  -  - <i>Sageraea elliptica</i><br> -  -  -  -  - <i>Stelechocarpus</i><br> -  -  -  -  -  - <i>Stelechocarpus cauliflorus</i><br> -  -  -  -  - <i>Xylopia</i><br> -  -  -  -  -  - <i>Xylopia ferruginea</i><br> -  -  -  -  -  - <i>Xylopia stenopetala</i><br> -  -  -  - Magnoliaceae<br> -  -  -  -  - <i>Magnolia</i><br> -  -  -  -  -  - <i>Magnolia borneensis</i><br> -  -  -  -  -  - <i>Magnolia liliifera</i><br> -  -  -  -  -  - <i>Magnolia tsiampacca</i><br> -  -  -  - Myristicaceae<br> -  -  -  -  - <i>Horsfieldia</i><br> -  -  -  -  -  - <i>Horsfieldia crassifolia</i><br> -  -  -  -  - <i>Knema</i><br> -  -  -  -  -  - <i>Knema glauca</i><br> -  -  -  -  -  - <i>Knema latifolia</i><br> -  -  -  -  -  - <i>Knema laurina</i><br> -  -  -  -  -  - <i>Knema oblongata</i><br> -  -  -  -  - <i>Myristica</i><br> -  -  -  -  -  - <i>Myristica smythiesii</i><br> -  -  - Malpighiales<br> -  -  -  - Achariaceae<br> -  -  -  -  - <i>Hydnocarpus</i><br> -  -  -  -  -  - <i>Hydnocarpus woodii</i><br> -  -  -  -  - <i>Ryparosa</i><br> -  -  -  -  -  - <i>Ryparosa acuminata</i><br> -  -  -  - Calophyllaceae<br> -  -  -  -  - <i>Calophyllum</i><br> -  -  -  -  -  - <i>Calophyllum soulattri</i><br> -  -  -  -  -  - <i>Calophyllum woodii</i><br> -  -  -  -  - <i>Mesua</i><br> -  -  -  -  -  - <i>Mesua borneensis</i><br> -  -  -  -  -  - <i>Mesua macrantha</i><br> -  -  -  -  -  - <i>Mesua oblongifolia</i><br> -  -  -  - Centroplacaceae<br> -  -  -  -  - <i>Bhesa</i><br> -  -  -  -  -  - <i>Bhesa indica</i><br> -  -  -  - Chrysobalanaceae<br> -  -  -  -  - <i>Atuna</i><br> -  -  -  -  -  - <i>Atuna racemosa</i><br> -  -  -  -  - <i>Licania</i><br> -  -  -  -  -  - <i>Licania splendens</i><br> -  -  -  - Clusiaceae<br> -  -  -  -  - <i>Garcinia</i><br> -  -  -  -  -  - <i>Garcinia benthamiana</i><br> -  -  -  -  -  - <i>Garcinia forbesii</i><br> -  -  -  -  -  - <i>Garcinia nervosa</i><br> -  -  -  -  -  - <i>Garcinia parvifolia</i><br> -  -  -  - Euphorbiaceae<br> -  -  -  -  - <i>Blumeodendron</i><br> -  -  -  -  -  - <i>Blumeodendron kurzii</i><br> -  -  -  -  -  - <i>Blumeodendron tokbrai</i><br> -  -  -  -  - <i>Hancea</i><br> -  -  -  -  -  - <i>Hancea penangensis</i><br> -  -  -  -  - <i>Macaranga</i><br> -  -  -  -  -  - <i>Macaranga conifera</i><br> -  -  -  -  -  - <i>Macaranga gigantea</i><br> -  -  -  -  -  - <i>Macaranga hypoleuca</i><br> -  -  -  -  -  - <i>Macaranga pearsonii</i><br> -  -  -  -  -  - <i>Macaranga winkleri</i><br> -  -  -  -  - <i>Mallotus</i><br> -  -  -  -  -  - <i>Mallotus leucodermis</i><br> -  -  -  -  -  - <i>Mallotus miquelianus</i><br> -  -  -  -  -  - <i>Mallotus mollissimus</i><br> -  -  -  -  -  - <i>Mallotus wrayi</i><br> -  -  -  -  - <i>Neoscortechinia</i><br> -  -  -  -  -  - <i>Neoscortechinia kingii</i><br> -  -  -  -  -  - <i>Neoscortechinia philippinensis</i><br> -  -  -  -  - <i>Ptychopyxis</i><br> -  -  -  -  -  - <i>Ptychopyxis arborea</i><br> -  -  -  -  - <i>Spathiostemon</i><br> -  -  -  - Hypericaceae<br> -  -  -  -  - <i>Cratoxylum</i><br> -  -  -  - Irvingiaceae<br> -  -  -  -  - <i>Irvingia</i><br> -  -  -  -  -  - <i>Irvingia malayana</i><br> -  -  -  - Phyllanthaceae<br> -  -  -  -  - <i>Antidesma</i><br> -  -  -  -  - <i>Aporosa</i><br> -  -  -  -  -  - <i>Aporosa confusa</i><br> -  -  -  -  -  - <i>Aporosa falcifera</i><br> -  -  -  -  - <i>Baccaurea</i><br> -  -  -  -  -  - <i>Baccaurea lanceolata</i><br> -  -  -  -  -  - <i>Baccaurea macrocarpa</i><br> -  -  -  -  -  - <i>Baccaurea pubera</i><br> -  -  -  -  -  - <i>Baccaurea tetrandra</i><br> -  -  -  -  - <i>Cleistanthus</i><br> -  -  -  -  -  - <i>Cleistanthus hirsutulus</i><br> -  -  -  -  -  - <i>Cleistanthus hylandii</i><br> -  -  -  -  -  - <i>Cleistanthus oblongifolius</i><br> -  -  -  -  -  - <i>Cleistanthus paxii</i><br> -  -  -  -  -  - <i>Cleistanthus pubens</i><br> -  -  -  -  - <i>Glochidion</i><br> -  -  -  -  -  - <i>Glochidion borneensis</i><br> -  -  -  -  - <i>Phyllanthus</i><br> -  -  -  -  -  - <i>Phyllanthus lutescens</i><br> -  -  -  -  -  - <i>Phyllanthus ruber</i><br> -  -  -  - Putranjivaceae<br> -  -  -  -  - <i>Drypetes</i><br> -  -  -  -  -  - <i>Drypetes longifolia</i><br> -  -  -  - Salicaceae<br> -  -  -  -  - <i>Flacourtia</i><br> -  -  -  -  -  - <i>Flacourtia rukam</i><br> -  -  -  -  - <i>Homalium</i><br> -  -  -  -  -  - <i>Homalium foetidum</i><br> -  -  - Malvales<br> -  -  -  - Dipterocarpaceae<br> -  -  -  -  - <i>Dipterocarpus</i><br> -  -  -  -  -  - <i>Dipterocarpus caudiferus</i><br> -  -  -  -  - <i>Dryobalanops</i><br> -  -  -  -  -  - <i>Dryobalanops lanceolata</i><br> -  -  -  -  - <i>Hopea</i><br> -  -  -  -  -  - <i>Hopea plagata</i><br> -  -  -  -  -  - <i>Hopea sangal</i><br> -  -  -  -  - <i>Parashorea</i><br> -  -  -  -  -  - <i>Parashorea malaanonan</i><br> -  -  -  -  -  - <i>Parashorea smythiesii</i><br> -  -  -  -  -  - <i>Parashorea warburgii</i><br> -  -  -  -  - <i>Shorea</i><br> -  -  -  -  -  - <i>Shorea almon</i><br> -  -  -  -  -  - <i>Shorea angustifolia</i><br> -  -  -  -  -  - <i>Shorea argentifolia</i><br> -  -  -  -  -  - <i>Shorea beccariana</i><br> -  -  -  -  -  - <i>Shorea faguetiana</i><br> -  -  -  -  -  - <i>Shorea falciferoides</i><br> -  -  -  -  -  - <i>Shorea fallax</i><br> -  -  -  -  -  - <i>Shorea gibbosa</i><br> -  -  -  -  -  - <i>Shorea guiso</i><br> -  -  -  -  -  - <i>Shorea johorensis</i><br> -  -  -  -  -  - <i>Shorea laevis</i><br> -  -  -  -  -  - <i>Shorea leprosula</i><br> -  -  -  -  -  - <i>Shorea leptoderma</i><br> -  -  -  -  -  - <i>Shorea macrophylla</i><br> -  -  -  -  -  - <i>Shorea macroptera</i><br> -  -  -  -  -  - <i>Shorea ovalis</i><br> -  -  -  -  -  - <i>Shorea ovata</i><br> -  -  -  -  -  - <i>Shorea parvifolia</i><br> -  -  -  -  -  - <i>Shorea parvistipulata</i><br> -  -  -  -  -  - <i>Shorea pauciflora</i><br> -  -  -  -  -  - <i>Shorea pinanga</i><br> -  -  -  -  -  - <i>Shorea superba</i><br> -  -  -  -  -  - <i>Shorea symingtonii</i><br> -  -  -  -  -  - <i>Shorea xanthophylla</i><br> -  -  -  -  - <i>Vatica</i><br> -  -  -  -  -  - <i>Vatica dulitensis</i><br> -  -  -  -  -  - <i>Vatica odorata</i><br> -  -  -  - Malvaceae<br> -  -  -  -  - <i>Boschia</i><br> -  -  -  -  -  - <i>Boschia grandiflora</i><br> -  -  -  -  - <i>Durio</i><br> -  -  -  -  -  - <i>Durio graveolens</i><br> -  -  -  -  - <i>Heritiera</i><br> -  -  -  -  -  - <i>Heritiera elata</i><br> -  -  -  -  - <i>Microcos</i><br> -  -  -  -  -  - <i>Microcos crassifolia</i><br> -  -  -  -  - <i>Pentace</i><br> -  -  -  -  -  - <i>Pentace borneensis</i><br> -  -  -  -  - <i>Pterygota</i><br> -  -  -  -  -  - <i>Pterygota alata</i><br> -  -  -  -  - <i>Scaphium</i><br> -  -  -  -  -  - <i>Scaphium macropodum</i><br> -  -  -  -  - <i>Sterculia</i><br> -  -  -  -  -  - <i>Sterculia rubiginosa</i><br> -  -  -  -  -  - <i>Sterculia stipulata</i><br> -  -  -  - Thymelaeaceae<br> -  -  -  -  - <i>Aquilaria</i><br> -  -  -  -  -  - <i>Aquilaria beccariana</i><br> -  -  - Myrtales<br> -  -  -  - Combretaceae<br> -  -  -  -  - <i>Terminalia</i><br> -  -  -  -  -  - <i>Terminalia citrina</i><br> -  -  -  -  -  - <i>Terminalia foetidissima</i><br> -  -  -  - Lythraceae<br> -  -  -  -  - <i>Duabanga</i><br> -  -  -  -  -  - <i>Duabanga moluccana</i><br> -  -  -  - Melastomataceae<br> -  -  -  -  - <i>Clidemia</i><br> -  -  -  -  -  - <i>Clidemia hirta</i><br> -  -  -  -  - <i>Melastoma</i><br> -  -  -  -  -  - <i>Melastoma malabathricum</i><br> -  -  -  -  - <i>Memecylon</i><br> -  -  -  -  -  - <i>Memecylon oleifolium</i><br> -  -  -  - Myrtaceae<br> -  -  -  -  - <i>Syzygium</i><br> -  -  -  -  -  - <i>Syzygium caudatilimbum</i><br> -  -  -  -  -  - <i>Syzygium chloranthum</i><br> -  -  -  -  -  - <i>Syzygium elopurae</i><br> -  -  -  -  -  - <i>Syzygium grande</i><br> -  -  -  -  -  - <i>Syzygium griffithii</i><br> -  -  -  -  -  - <i>Syzygium kunstleri</i><br> -  -  -  -  -  - <i>Syzygium lineatum</i><br> -  -  -  -  -  - <i>Syzygium pancheri</i><br> -  -  -  -  -  - <i>Syzygium panzeri</i><br> -  -  -  -  -  - <i>Syzygium pustulatum</i><br> -  -  -  -  -  - <i>Syzygium racemosum</i><br> -  -  -  -  -  - <i>Syzygium rheophyticum</i><br> -  -  -  -  - <i>Tristaniopsis</i><br> -  -  -  -  -  - <i>Tristaniopsis whiteana</i><br> -  -  - Oxalidales<br> -  -  -  - Elaeocarpaceae<br> -  -  -  -  - <i>Elaeocarpus</i><br> -  -  -  -  -  - <i>Elaeocarpus floribundus</i><br> -  -  -  -  -  - <i>Elaeocarpus pedunculatus</i><br> -  -  -  -  -  - <i>Elaeocarpus stipularis</i><br> -  -  -  -  - <i>Sloanea</i><br> -  -  -  -  -  - <i>Sloanea javanica</i><br> -  -  - Rosales<br> -  -  -  - Cannabaceae<br> -  -  -  -  - <i>Gironniera</i><br> -  -  -  -  -  - <i>Gironniera nervosa</i><br> -  -  -  -  - <i>Trema</i><br> -  -  -  -  -  - <i>Trema orientalis</i><br> -  -  -  - Moraceae<br> -  -  -  -  - <i>Antiaris</i><br> -  -  -  -  -  - <i>Antiaris toxicaria</i><br> -  -  -  -  - <i>Artocarpus</i><br> -  -  -  -  -  - <i>Artocarpus anisophyllus</i><br> -  -  -  -  -  - <i>Artocarpus glaucus</i><br> -  -  -  -  -  - <i>Artocarpus integer</i><br> -  -  -  -  -  - <i>Artocarpus odoratissimus</i><br> -  -  -  -  -  - <i>Artocarpus tamaran</i><br> -  -  -  -  - <i>Ficus</i><br> -  -  -  -  -  - <i>Ficus hispida</i><br> -  -  -  -  -  - <i>Ficus septica</i><br> -  -  -  -  -  - <i>Ficus uncinata</i><br> -  -  -  -  -  - <i>Ficus variegata</i><br> -  -  -  - Rosaceae<br> -  -  -  -  - <i>Prunus</i><br> -  -  -  -  -  - <i>Prunus javanica</i><br> -  -  -  -  - <i>Pygeum</i><br> -  -  -  -  -  - <i>Pygeum beccarii</i><br> -  -  -  - Urticaceae<br> -  -  -  -  - <i>Dendrocnide</i><br> -  -  -  -  -  - <i>Dendrocnide elliptica</i><br> -  -  - Santalales<br> -  -  -  - Coulaceae<br> -  -  -  -  - <i>Ochanostachys</i><br> -  -  -  -  -  - <i>Ochanostachys amentacea</i><br> -  -  -  - Strombosiaceae<br> -  -  -  -  - <i>Scorodocarpus</i><br> -  -  -  -  -  - <i>Scorodocarpus borneensis</i><br> -  -  - Sapindales<br> -  -  -  - Anacardiaceae<br> -  -  -  -  - <i>Gluta</i><br> -  -  -  -  -  - <i>Gluta aptera</i><br> -  -  -  -  -  - <i>Gluta wallichii</i><br> -  -  -  -  - <i>Mangifera</i><br> -  -  -  -  -  - <i>Mangifera odorata</i><br> -  -  -  -  - <i>Melanochyla</i><br> -  -  -  -  -  - <i>Melanochyla bullata</i><br> -  -  -  -  -  - <i>Melanochyla tomentosa</i><br> -  -  -  -  - <i>Parishia</i><br> -  -  -  -  -  - <i>Parishia insignis</i><br> -  -  -  - Burseraceae<br> -  -  -  -  - <i>Canarium</i><br> -  -  -  -  -  - <i>Canarium decumanum</i><br> -  -  -  -  -  - <i>Canarium denticulatum</i><br> -  -  -  -  -  - <i>Canarium odontophyllum</i><br> -  -  -  -  -  - <i>Canarium pilosum</i><br> -  -  -  -  - <i>Dacryodes</i><br> -  -  -  -  -  - <i>Dacryodes rostrata</i><br> -  -  -  -  -  - <i>Dacryodes rugosa</i><br> -  -  -  -  - <i>Santiria</i><br> -  -  -  -  -  - <i>Santiria laevigata</i><br> -  -  -  - Meliaceae<br> -  -  -  -  - <i>Aglaia</i><br> -  -  -  -  -  - <i>Aglaia crassinervia</i><br> -  -  -  -  -  - <i>Aglaia leptantha</i><br> -  -  -  -  -  - <i>Aglaia macrocarpa</i><br> -  -  -  -  -  - <i>Aglaia odoratissima</i><br> -  -  -  -  -  - <i>Aglaia oligophylla</i><br> -  -  -  -  -  - <i>Aglaia silvestris</i><br> -  -  -  -  -  - <i>Aglaia tomentosa</i><br> -  -  -  -  - <i>Aphanamixis</i><br> -  -  -  -  -  - <i>Aphanamixis polystachya</i><br> -  -  -  -  - <i>Chisocheton</i><br> -  -  -  -  -  - <i>Chisocheton ceramicus</i><br> -  -  -  -  -  - <i>Chisocheton macranthus</i><br> -  -  -  -  -  - <i>Chisocheton patens</i><br> -  -  -  -  - <i>Dysoxylum</i><br> -  -  -  -  -  - <i>Dysoxylum cyrtobotryum</i><br> -  -  -  -  -  - <i>Dysoxylum densiflorum</i><br> -  -  -  -  - <i>Lansium</i><br> -  -  -  -  -  - <i>Lansium domesticum</i><br> -  -  -  -  - <i>Reinwardtiodendron</i><br> -  -  -  -  -  - <i>Reinwardtiodendron humile</i><br> -  -  -  -  - <i>Walsura</i><br> -  -  -  -  -  - <i>Walsura pinnata</i><br> -  -  -  - Rutaceae<br> -  -  -  -  - <i>Melicope</i><br> -  -  -  -  -  - <i>Melicope confusa</i><br> -  -  -  - Sapindaceae<br> -  -  -  -  - <i>Dimocarpus</i><br> -  -  -  -  -  - <i>Dimocarpus longan</i><br> -  -  -  -  - <i>Nephelium</i><br> -  -  -  -  -  - <i>Nephelium cuspidatum</i><br> -  -  -  -  - <i>Paranephelium</i><br> -  -  -  -  -  - <i>Paranephelium macrophyllum</i><br> -  -  -  -  -  - <i>Paranephelium xestophyllum</i><br> -  -  -  -  - <i>Pometia</i><br> -  -  -  -  -  - <i>Pometia pinnata</i><br> -  -  -  -  - <i>Tristiropsis</i><br> -  -  -  -  -  - <i>Tristiropsis acutangula</i><br> -  -  - Solanales<br> -  -  -  - Convolvulaceae<br> -  -  -  -  - <i>Decalobanthus</i><br> -  -  -  -  -  - <i>Decalobanthus borneensis</i><br> -  -  -  -  - <i>Jacquemontia</i><br> -  -  -  -  -  - <i>Jacquemontia tomentella</i><br> -  - Polypodiopsida<br> -  -  - Gleicheniales<br> -  -  -  - Gleicheniaceae<br> -  -  -  -  - <i>Dicranopteris</i><br> -  -  -  -  -  - <i>Dicranopteris pubigera</i><br> -  -  - Polypodiales<br> -  -  -  - Lomariopsidaceae<br> -  -  -  -  - <i>Nephrolepis</i><br> -  -  -  -  -  - <i>Nephrolepis biserrata</i><br></div><p></p>
Figure 6 in Does logging affect soil biodiversity and its functions? A review
Figure 6. Number of reviewed studies showing positive, neutral, negative, neutral/negative or negative/positive effects of logging on soil functions.
Figure 3 in Does logging affect soil biodiversity and its functions? A review
Figure 3. Worldwide distribution of logging studies included in this review. The bar chart represents the number of articles in each country (■).
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.