This is an automated email from the ASF dual-hosted git repository.
johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes-website.git
The following commit(s) were added to refs/heads/main by this push:
new a89d9f9 Added a footer, created direct links to ctakes code and wiki
repo, deleted unnecessary files.
a89d9f9 is described below
commit a89d9f94b7c0dda918a6e46b7ad02a6a9065e971
Author: Johnsd11 <[email protected]>
AuthorDate: Fri Jun 9 10:04:40 2023 -0400
Added a footer, created direct links to ctakes code and wiki repo, deleted
unnecessary files.
---
.idea/vcs.xml | 6 ++++++
_layouts/default.html | 13 +++++++++----
_posts/2023-06-07-ctakes-introduction.md | 16 ---------------
_posts/2023-06-07-welcome-to-jekyll.markdown | 29 ----------------------------
intro.md | 2 +-
wiki.md | 9 ---------
6 files changed, 16 insertions(+), 59 deletions(-)
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ </component>
+</project>
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index abb1f56..e32c94c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,17 +15,22 @@
<nav>
<ul class="navigation">
<li><a href="/intro/">Introduction</a></li>
- <li><a href="/wiki/">Ctakes Wiki</a></li>
- <li><a href="/download/">Downloads</a></li>
+ <li><a href="https://github.com/apache/ctakes/wiki"
target="_blank">Ctakes Wiki</a></li>
+ <li><a href="https://github.com/apache/ctakes" target="_blank">Git
Repository</a></li>
</ul>
</nav>
</header>
-
-
<main>
<div class="content">
{{ content }}
</div>
+
</main>
+
+<footer style="background-color: #f5f5f5; padding: 20px;">
+ <div class="container">
+ <p>This is the footer content.</p>
+ </div>
+</footer>
</body>
</html>
diff --git a/_posts/2023-06-07-ctakes-introduction.md
b/_posts/2023-06-07-ctakes-introduction.md
deleted file mode 100644
index 75bec6d..0000000
--- a/_posts/2023-06-07-ctakes-introduction.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-title: Ctakes Introduction
----
-
-The Apache™ clinical Text Analysis and Knowledge Extraction System (cTAKES™)
focuses on extracting knowledge from clinical text through Natural Language
Processing (NLP) techniques.
-
-cTAKES is engineered in a modular fashion and employs leading-edge rule-based
and machine learning methods.
-
-cTAKES has standard features for biomedical text processing software,
including the ability to extract concepts such as symptoms, procedures,
diagnoses, medications and anatomy with attributes and standard codes.
-
-More powerful components can perform tasks as complex as identifying temporal
events, dates and times – resulting in placement of events in a patient
timeline.
-
-Components are trained on gold standards from the biomedical as well as the
general domain. This affords usability across different types of clinical
narrative (e.g. radiology reports, clinical notes, discharge summaries) in
various institution formats as well as other types of health-related narrative
(e.g. twitter feeds), using multiple data standards (e.g. Health Level 7 (HL7),
Clinical Document Architecture (CDA), Fast Healthcare Interoperability
Resources (FHIR), SNOMED-CT, RxNORM).
-
-cTAKES is the NLP platform for many initiatives across the world covering a
variety of research purposes and large datasets. Contributors include
professionals at medical and commercial institutions, NLP and Machine Learning
researchers, Medical Doctors, and students of many disciplines and levels. We
encourage people from all backgrounds to get involved! (link)
diff --git a/_posts/2023-06-07-welcome-to-jekyll.markdown
b/_posts/2023-06-07-welcome-to-jekyll.markdown
deleted file mode 100644
index adc507e..0000000
--- a/_posts/2023-06-07-welcome-to-jekyll.markdown
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: post
-title: "Welcome to Jekyll!"
-date: 2023-06-07 12:08:47 -0400
-categories: jekyll update
----
-You’ll find this post in your `_posts` directory. Go ahead and edit it and
re-build the site to see your changes. You can rebuild the site in many
different ways, but the most common way is to run `jekyll serve`, which
launches a web server and auto-regenerates your site when a file is updated.
-
-Jekyll requires blog post files to be named according to the following format:
-
-`YEAR-MONTH-DAY-title.MARKUP`
-
-Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit
numbers, and `MARKUP` is the file extension representing the format used in the
file. After that, include the necessary front matter. Take a look at the source
for this post to get an idea about how it works.
-
-Jekyll also offers powerful support for code snippets:
-
-{% highlight ruby %}
-def print_hi(name)
- puts "Hi, #{name}"
-end
-print_hi('Tom')
-#=> prints 'Hi, Tom' to STDOUT.
-{% endhighlight %}
-
-Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most
out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub
repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll
Talk][jekyll-talk].
-
-[jekyll-docs]: https://jekyllrb.com/docs/home
-[jekyll-gh]: https://github.com/jekyll/jekyll
-[jekyll-talk]: https://talk.jekyllrb.com/
diff --git a/intro.md b/intro.md
index 4ad64bf..507d226 100644
--- a/intro.md
+++ b/intro.md
@@ -15,5 +15,5 @@ permalink: /intro/
Components are trained on gold standards from the biomedical as well
as the general domain. This affords usability across different types of
clinical narrative (e.g. radiology reports, clinical notes, discharge
summaries) in various institution formats as well as other types of
health-related narrative (e.g. twitter feeds), using multiple data standards
(e.g. Health Level 7 (HL7), Clinical Document Architecture (CDA), Fast
Healthcare Interoperability Resources (FHIR), SNOMED-CT, [...]
- cTAKES is the NLP platform for many initiatives across the world
covering a variety of research purposes and large datasets. Contributors
include professionals at medical and commercial institutions, NLP and Machine
Learning researchers, Medical Doctors, and students of many disciplines and
levels. We encourage people from all backgrounds to get involved! </p>
+ cTAKES is the NLP platform for many initiatives across the world
covering a variety of research purposes and large datasets. Contributors
include professionals at medical and commercial institutions, NLP and Machine
Learning researchers, Medical Doctors, and students of many disciplines and
levels. We encourage people from all backgrounds to get involved!</p>
</div>
\ No newline at end of file
diff --git a/wiki.md b/wiki.md
deleted file mode 100644
index cc7244e..0000000
--- a/wiki.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: default
-title: Ctakes Wikipedia
-permalink: /wiki/
----
-
-<div class="centered-paragraph">
-Follow this <a href="https://github.com/apache/ctakes/wiki"
target="_blank">link</a>
-</div>