Skip to content

chore(sync): 🔨 synced file(s) with seedcase-project/seedcase-theme #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ exhaustive, and do not form part of our licenses.
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
for the public:
wiki.creativecommons.org/Considerations_for_licensees

=======================================================================
24 changes: 12 additions & 12 deletions about/history/nnf-application.html
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@
<meta property="twitter:title" content="Data Infrastructure Framework Project: A framework for an open and scalable infrastructure for health data exemplified by the DD2 initiative" />

<!--/radix_placeholder_meta_tags-->

<meta name="citation_reference" content="citation_title=The danish centre for strategic research in type 2 diabetes (DD2) study: Implementation of a nationwide patient enrollment system;citation_publication_date=2012;citation_volume=4;citation_doi=10.2147/CLEP.S30838;citation_author=Jens Steen Nielsen;citation_author=Reimar W. Thomsen;citation_author=Charlotte Steffensen;citation_author=Jens S. Christiansen" />
<meta name="citation_reference" content="citation_title=Center for translational data science GitHub repositories" />
<meta name="citation_reference" content="citation_title=UK biobank" />
@@ -2863,15 +2863,15 @@ <h1>A framework for an open and scalable infrastructure for health data exemplif
</div>

<div class="d-byline">

Luke W. Johnston
,

,
Alisa Devedzic Kjærgaard
,

,
Annelli Sandbæk


</div>

@@ -2937,8 +2937,8 @@ <h3>Contents</h3>
</ul>
</nav>
</div>
<!--
Character counts:
<!--
Character counts:

- Title: 101 / 150
- Brief project description: 1996 / 2000
@@ -2966,10 +2966,10 @@ <h1 id="lay-description">Lay description</h1>
our tools, no matter their skill level. We believe that with these
tools, science on health and well-being can become better, ultimately
helping people with diabetes and society in general.</p>
<!--
Interested in reading about this more? Check out [our
<!--
Interested in reading about this more? Check out [our
website](https://steno-aarhus.github.io/dif-project/) with a more detailed
description of our project.
description of our project.
-->
<h1 id="summary">Summary</h1>
<p>In clinical and health research, especially for small- to mid-sized
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ check-commits:
number_of_commits=$(git rev-list --count HEAD ^main)
if [[ ${branch_name} != "main" && ${number_of_commits} -gt 0 ]]
then
uvx cz check --rev-range main..HEAD
uvx --from commitizen cz check --rev-range main..HEAD
else
echo "Can't either be on ${branch_name} or have more than ${number_of_commits}."
fi