Skip to content

Commit 1cd08f9

Browse files
committed
science of sati
1 parent e5e93ce commit 1cd08f9

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "The Search for Scientific Meaning in Mindfulness Research: Insights From a Scoping Review"
3+
authors:
4+
- "Nhat Tram Phan-Le"
5+
- "Linda Brennan"
6+
- "Lukas Parker"
7+
external_url: "https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0264924&type=printable"
8+
source_url: "https://doi.org/10.1371/journal.pone.0264924"
9+
drive_links:
10+
- "https://drive.google.com/file/d/1Ocrut65jVeki5AUqGuYUcYOcqNDwLU95/view?usp=drivesdk"
11+
course: academic
12+
tags:
13+
- sati
14+
year: 2022
15+
month: may
16+
journal: "PLoS ONE"
17+
publisher: "Public Library of Science"
18+
volume: 17
19+
number: 5
20+
pages: 30
21+
openalexid: W4229021845
22+
---
23+
24+
> This review clarifies the various research domains that study mindfulness and the conceptual and operational definitions in each domain.
25+
26+
> The results from the scoping review show three shared domains in mindfulness classifications: short-term effects of mindfulness, long-term effects of mindfulness, and mindfulness practices.
27+
> The results from the content mapping show four domains of mindfulness research: mental health, behavioural change, cognitive neuroscience, and ethical mindfulness.
28+
> Operational definitions of mindfulness are not articulated clearly in these domains.
29+
> Conceptual and operational definitions in the 'ethical mindfulness' domain are not yet developed.
30+

scripts/openaleximporter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ def _main():
377377
if not work:
378378
quit(0)
379379
title = whitespace.sub(' ', work['title']).split(':')[0].replace('\'', '\\\'')
380-
# TODO Investigate the below line as we're sometimes getting 2 results instead of one (for e.g. Holmes Welch)
381380
gfiles = gdrive.gcache.search_by_name_containing(
382381
title,
383382
additional_filters="mime_type = ? AND owner = 1 AND shortcut_target IS NULL",
@@ -387,7 +386,7 @@ def _main():
387386
if len(gfiles) == 0:
388387
gfiles = gdrive.gcache.search_by_name_containing(
389388
query,
390-
additional_filters="mime_type = ? AND owner = 1",
389+
additional_filters="mime_type = ? AND owner = 1 AND shortcut_target = NULL",
391390
additional_params=('application/pdf',)
392391
)
393392
if len(gfiles) == 0:

0 commit comments

Comments
 (0)