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 070ffda  Initial Github pages site with Jekyll
     new 2cd8b97  Merge branch 'main' of 
https://github.com/apache/ctakes-website Adding github pages
070ffda is described below

commit 070ffdae4fac62ab6e31133dcb0ba0a9247f5ebf
Author: Johnsd11 <[email protected]>
AuthorDate: Mon Jun 12 15:50:06 2023 -0400

    Initial Github pages site with Jekyll
---
 Gemfile  |  3 ++-
 intro.md | 17 ++++++-----------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/Gemfile b/Gemfile
index ff2c342..640c927 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,9 +7,10 @@ source "https://rubygems.org";
 #
 # This will help ensure the proper Jekyll version is running.
 # Happy Jekylling!
-gem "jekyll", "~> 4.3.2"
+# gem "jekyll", "~> 4.3.2"
 # This is the default theme for new Jekyll sites. You may change this to 
anything you like.
 gem "minima", "~> 2.5"
+gem "github-pages", "~> 3.9.3", group: :jekyll_plugins
 # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
 # uncomment the line below. To upgrade, run `bundle update github-pages`.
 # gem "github-pages", group: :jekyll_plugins
diff --git a/intro.md b/intro.md
index 507d226..6b77de3 100644
--- a/intro.md
+++ b/intro.md
@@ -5,15 +5,10 @@ permalink: /intro/
 ---
 
 <div class="centered-paragraph">
-    <p> 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,  [...]
-
-        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>
+    <p> The Apache™ clinical Text Analysis and Knowledge Extraction System 
(cTAKES™) focuses on extracting knowledge from clinical text through Natural 
Language Processing (NLP) techniques.</p>
+    <p> cTAKES is engineered in a modular fashion and employs leading-edge 
rule-based and machine learning methods.</p>
+    <p> 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.</p> 
+    <p> More powerful components can perform tasks as complex as identifying 
temporal events, dates and times – resulting in placement of events in a 
patient timeline.</p> 
+    <p> 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,  [...]
+    <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

Reply via email to