five

Data from: Breeding sex ratio and population size of loggerhead turtles from Southwestern Florida

收藏
DataONE2018-01-29 更新2024-06-25 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈
资源简介:
Species that display temperature-dependent sex determination are at risk as a result of increasing global temperatures. For marine turtles, high incubation temperatures can skew sex ratios towards females. There are concerns that temperature increases may result in highly female-biased offspring sex ratios, which would drive a future sex ratio skew. Studying the sex ratios of adults in the ocean is logistically very difficult because individuals are widely distributed and males are inaccessible because they remain in the ocean. Breeding sex ratios (BSR) are sought as a functional alternative to study adult sex ratios. One way to examine BSR is to determine the number of males that contribute to nests. Our goal was to evaluate the BSR for loggerhead turtles (Caretta caretta) nesting along the eastern Gulf of Mexico in Florida, from 2013-2015, encompassing three nesting seasons. We genotyped 64 nesting females (approximately 28% of all turtles nesting at that time) and up to 20 hatchlings from their nests (n= 989) using 7 polymorphic microsatellite markers. We identified multiple paternal contributions in 70% of the nests analyzed and 126 individual males. The breeding sex ratio was approximately 1 female for every 2.5 males. We did not find repeat males in any of our nests. The sex ratio and lack of repeating males was surprising because of female-biased primary sex ratios. We hypothesize that females mate offshore of their nesting beaches as well as en route. We recommend further comparisons of subsequent nesting events and of other beaches as it is imperative to establish baseline breeding sex ratios to understand how growing populations behave before extreme environmental effects are evident.
创建时间:
2018-01-29
用户留言
有没有相关的论文或文献参考?
这个数据集是基于什么背景创建的?
数据集的作者是谁?
能帮我联系到这个数据集的作者吗?
这个数据集如何下载?
点击留言
数据主题
具身智能
数据集  4099个
机构  8个
大模型
数据集  439个
机构  10个
无人机
数据集  37个
机构  6个
指令微调
数据集  36个
机构  6个
蛋白质结构
数据集  50个
机构  8个
空间智能
数据集  21个
机构  5个
5,000+
优质数据集
54 个
任务类型
进入经典数据集
热门数据集

中国近海台风路径集合数据集(1945-2024)

1945-2024年度,中国近海台风路径数据集,包含每个台风的真实路径信息、台风强度、气压、中心风速、移动速度、移动方向。时间为北京时间。

国家海洋科学数据中心 收录

OpenSonarDatasets

OpenSonarDatasets是一个致力于整合开放源代码声纳数据集的仓库,旨在为水下研究和开发提供便利。该仓库鼓励研究人员扩展当前的数据集集合,以增加开放源代码声纳数据集的可见性,并提供一个更容易查找和比较数据集的方式。

github 收录

SVAMP

在解决基础应用数学问题时,模型往往主要依赖于浅层启发式方法,而非进行深度推理。因此,一个更具挑战性且经过可靠评估的SVAMP数据集被引入。该数据集改编自现有的数据集,用于评估模型在数学问题解决和推理能力方面的敏感性,其难度保持在相当于小学四年级的水平。

github 收录

LIDC-IDRI

LIDC-IDRI 数据集包含来自四位经验丰富的胸部放射科医师的病变注释。 LIDC-IDRI 包含来自 1010 名肺部患者的 1018 份低剂量肺部 CT。

OpenDataLab 收录

猫狗分类

## 数据集描述 ### 数据集简介 本数据集是简单的猫狗二分类数据集,共2个类别,其中训练集包含275张带注释的图像,验证集包含70张带注释的图像。整个数据集共10.3MB,可用于快速模型验证、性能评估、小数据集训练等。 ### 数据集支持的任务 可用于快速模型验证、性能评估、小数据集训练等。 ## 数据集的格式和结构 ### 数据格式 数据集包括训练集train和验证集val,train和val文件夹之下按文件夹进行分类,共有2个子文件夹,同类别标签的图片在同一个文件夹下,图片格式为JPG。同时包含与标注文件中label id相对应的类名文件classname.txt。 ### 数据集加载方式 ```python from modelscope.msdatasets import MsDataset from modelscope.utils.constant import DownloadMode ms_train_dataset = MsDataset.load( 'cats_and_dogs', namespace='tany0699', subset_name='default', split='train') # 加载训练集 print(next(iter(ms_train_dataset))) ms_val_dataset = MsDataset.load( 'cats_and_dogs', namespace='tany0699', subset_name='default', split='validation') # 加载验证集 print(next(iter(ms_val_dataset))) ``` ### 数据分片 本数据集包含train和val数据集。 | 子数据集 | train | val | test | |---------|-------------:|-----------:|---------:| | default | 训练集 | 验证集 | / | ### Clone with HTTP ```bash git clone https://www.modelscope.cn/datasets/tany0699/cats_and_dogs.git ```

魔搭社区 收录