-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.Rmd
More file actions
128 lines (70 loc) · 3.98 KB
/
data.Rmd
File metadata and controls
128 lines (70 loc) · 3.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
editor_options:
markdown:
wrap: 72
output:
html_document:
toc: true
toc_float: true
toc_depth: 2
---
```{=html}
<script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script>
```
<hr>
# Research data
<hr>
- **Personal light exposure dataset for Izmir, Türkiye**
<https://zenodo.org/records/16638739>
This repository contains the comprehensive dataset for the MeLiDos field study site of Izmir, Türkiye. Data were collected by Izmir Institute of Technology (IZTECH) and are further processed and analysed by the Translational Sensory & Circadian Neuroscience Unit (TSCN). A detailed description of the experiment is available in Guidolin et al., 2024.
<hr>
- **UK Wearable light dataset**
<https://github.com/altugdidikoglu/UK_Wearable_Light_Dataset>
The dataset provided here is a combined and harmonised collection of personal light exposure, sleep, and subjective sleepiness data from Manchester, UK, spanning multiple phases of the study.
<hr>
- **Relationships Between Light Exposure and Aspects of Cognitive Function in Everyday Life**
<https://github.com/altugdidikoglu/light-cognition-inreallife>
This repository contains the analysis scripts for a study investigating the relationships between light exposure and various aspects of cognitive function in everyday life among UK adults.
<https://doi.org/10.48420/28911977.v1>
This repository contains the data and manuscript figure and table files for this study.
<hr>
- **Associations between light exposure and sleep timing and sleepiness while awake in a sample of UK adults in everyday life**
<https://doi.org/10.48420/23786238.v1>
This repository contains the raw data of this research paper.
<hr>
- **Cognitive task performance and illuminance collected by a smartphone app**
<https://doi.org/10.48420/20212265.v1>
Data was collected by a smartphone app (Brighter Time) to capture measures of cognitive performance and light exposure during everyday life.
<hr>
- **The Effect of Season of Birth on Brain Epigenome-Wide DNA Methylation of Older Adults**
<https://doi.org/10.48420/14680281.v1>
Epigenome-wide DNA methylation summary statistics (Inferior Temporal Gyrus - Short photoperiod season of birth vs. Long photoperiod season of birth).
<https://doi.org/10.48420/14680170.v1>
Epigenome-wide DNA methylation summary statistics (Hypothalamus - Short photoperiod season of birth vs. Long photoperiod season of birth).
<https://doi.org/10.48420/14679996.v1>
Epigenome-wide DNA methylation summary statistics (Hypothalamus vs. Inferior Temporal Gyrus).
<hr>
<br><br><br>
<hr>
# Software
<hr>
- **Species and photoreceptor-specific light exposure measurement in mammals**
<https://github.com/altugdidikoglu/alphaopics>
R package to calculate mammal species and photopigment specific light exposures
<hr>
- **Species-specific light exposure calculator**
<https://alphaopics.shinyapps.io/animal_light_toolbox/>
This toolbox is designed to compute species-specific and photoreceptor-specific light exposure metrics using your spectral irradiance measurements.
<hr>
- **Ecological light exposure calculator**
<https://alphaopics.shinyapps.io/ecological_light_toolbox/>
This toolbox is designed to compute ecological light exposure metrics (biological light detection) using your spectral irradiance measurements.
<hr>
<br><br><br>
<hr>
# Hardware
<hr>
- **Spectrawear wearable light sensor**
<https://github.com/Non-Invasive-Bioelectronics-Lab/Wearable_Light_Sensor_Public>
This folder contains the development files of the wearable light monitoring device. Hardware (FR4): PCB and schematic design of the device, PCB and schematic design of the programming/debugging adaptor. Firmware: Instructions on how to set up the environment and configure the Arduino IDE to support BL652 Bluetooth module/MCU. Device enclosure: SolidWorks design files + .stl files for direct 3D printing. Customised companion android app, Bluefruit LE connect (source code + .apk file).
<hr>