-
Notifications
You must be signed in to change notification settings - Fork 0
Initial website optimization & first post added (see: https://github.… #6
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
base: main
Are you sure you want to change the base?
Changes from all commits
393ee59
7074588
faf4ff0
9ea1162
4f73a03
e41dc11
1540722
9074753
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| .call-to-action { | ||
| margin: 2em 0; | ||
| text-align: center; | ||
| } | ||
|
|
||
| .cta-text { | ||
| display: inline-block; | ||
| padding: 1.5em; | ||
| border: 2px solid #007acc; | ||
| border-radius: 8px; | ||
| background-color: #f0f8ff; | ||
| } | ||
|
|
||
| .call-to-action p { | ||
| font-size: 1em; | ||
| color: #003366; | ||
| margin: 0 0 1em; | ||
| } | ||
|
|
||
| .call-to-action a { | ||
| color: #007acc; | ||
| text-decoration: none; | ||
| } | ||
|
|
||
| .call-to-action a:hover { | ||
| text-decoration: underline; | ||
| } | ||
|
|
||
| .cta-logo { | ||
| display: block; | ||
| margin: 1em auto 0; | ||
| max-width: 300px; | ||
| height: auto; | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,23 +34,27 @@ | |
|
|
||
| .post-content { | ||
| color: var(--content); | ||
| text-align: justify; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wouldn't say I like justified text aesthetically (especially on webpages, docs are OK). @salatak what do you think?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
|
|
||
| .post-content h3, | ||
| .post-content h4, | ||
| .post-content h5, | ||
| .post-content h6 { | ||
| margin: 24px 0 16px; | ||
| text-align: justify; | ||
| } | ||
|
|
||
| .post-content h1 { | ||
| margin: 40px auto 32px; | ||
| font-size: 40px; | ||
| text-align: justify; | ||
| } | ||
|
|
||
| .post-content h2 { | ||
| margin: 32px auto 24px; | ||
| font-size: 32px; | ||
| text-align: justify; | ||
| } | ||
|
|
||
| .post-content h3 { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,20 +13,57 @@ services: | |
| id: "G-3MKP9QPBP1" | ||
| menu: | ||
| main: | ||
| - name: About | ||
| - identifier: about | ||
| name: About us | ||
| url: /about/ | ||
| - name: GitHub | ||
| url: https://github.com/ttscience | ||
| weight: 1 | ||
| - identifier: authors | ||
| name: Authors | ||
| url: /authors/ | ||
| weight: 2 | ||
| - identifier: archives | ||
| name: Archive | ||
| url: /archive/ | ||
| weight: 3 | ||
| - identifier: search | ||
| name: Search | ||
| url: /search/ | ||
| weight: 4 | ||
| params: | ||
| env: production | ||
| math: true | ||
| MathJaxCDN: //cdnjs.cloudflare.com/ajax/libs | ||
| MathJaxVersion: 2.7.5 | ||
| MathJaxVersion: 3.2.2 | ||
| description: Development blog of Transition Technologies Science Clinical Data Science Team. | ||
| favicon: favicon.ico | ||
| defaultTheme: auto | ||
| ShowReadingTime: true | ||
| ShowBreadCrumbs: true | ||
| ShowPostNavLinks: true | ||
| ShowCodeCopyButtons: true | ||
| homeInfoParams: | ||
| Title: "Hi there 👋" | ||
| Content: "Welcome to the TT Science Development Blog! Here, you'll find insights, tutorials, and updates about our work in clinical data science, including R, Python, and optimization techniques. Explore our posts, check out our projects on GitHub, or learn more about our team." | ||
| Title: "Hey there, data enthusiasts! 👋" | ||
| Content: "Here at TT Science, we are a dynamic team of individuals — like trees in a [random forest](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html) 🌳🌲 — each bringing our own unique strengths and perspectives to the table. While we share a common goal of advancing clinical data science, it’s our diversity that makes us truly special! <br><br> 🌈 Join us on this exciting journey 🚀 as we share insights, tutorials, and updates on our innovative projects involving R, Python, and biostatistics. 💻🔍 Explore our posts, dive into our GitHub projects 📂, and get to know the passionate minds behind our work. Together, we’re harnessing the power of data to create impactful solutions in healthcare. 💡💖 Welcome to our forest of knowledge! 🌳🌟" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The intro sounds pretty good, but we're overusing emoticons. It makes it look a bit childish and overwhelming at the same time. I think it's better to aim for a 'casual elegant' tone in writing. I like the second part of the intro the most, and I'd consider tweaking the first part, although it's not essential.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also we have already "about us" + "authors" - plenty of places where we talk "about us". My proposition: let's revert to old version where this was just a friendly waving hand.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| assets: | ||
| favicon: "favicon.ico" | ||
| favicon16x16: "favicon-16x16.png" | ||
| favicon32x32: "favicon-32x32.png" | ||
| apple_touch_icon: "apple-touch-icon.png" | ||
| socialIcons: | ||
| - name: "Company website" | ||
| url: "https://ttsi.com.pl/" | ||
|
kamilpytlak marked this conversation as resolved.
|
||
| - name: "GitHub" | ||
| url: "https://github.com/ttscience" | ||
| - name: "LinkedIn" | ||
| url: "https://www.linkedin.com/company/transition-technologies-science-sp-z-o-o/" | ||
| fuseOpts: | ||
| isCaseSensitive: false | ||
| shouldSort: true | ||
| location: 0 | ||
| distance: 1000 | ||
| threshold: 0.4 | ||
| minMatchCharLength: 0 | ||
| keys: ["title", "permalink", "summary", "content"] | ||
| ShowShareButtons: true | ||
| markup: | ||
| highlight: | ||
| noClasses: false # Use classes for more customizable styling via CSS | ||
|
|
@@ -36,3 +73,8 @@ markup: | |
| goldmark: | ||
| renderer: | ||
| unsafe: true | ||
| outputs: | ||
| home: | ||
| - HTML | ||
| - RSS | ||
| - JSON | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,17 @@ | ||
| --- | ||
| date: "2016-05-05T21:48:51-07:00" | ||
| title: About | ||
| date: "2024-10-01T16:48:51-07:00" | ||
| title: About Us | ||
| disableComments: true | ||
| --- | ||
|
|
||
| This is a "hello world" example website for the [**blogdown**](https://github.com/rstudio/blogdown) package. The theme was forked from [@jrutheiser/hugo-lithium-theme](https://github.com/jrutheiser/hugo-lithium-theme) and modified by [Yihui Xie](https://github.com/yihui/hugo-lithium). | ||
| We’re writing here as practitioners in clinical statistics, data science, and machine learning. Our team consists of Biostatisticians, Data Scientists, Bioinformaticians and Developers. We’re not marketers—we’re the ones in the trenches, working with data every day to solve real-world problems. We support researchers, scientists, and hospitals in medical and life sciences research projects by delivering relevant documentation, software, and statistical reports, utilizing programming languages such as R and Python. | ||
|
|
||
| “Data for good” is in our DNA. We’re passionate about doing meaningful work, which includes engaging in open-source projects. We don’t just crunch numbers; we aim to make a positive impact through our expertise. Our main goals include supporting investigators in the planning, execution, and finalization of clinical trials—covering tasks such as sample size calculations, study design, developing clinical trial protocols in compliance with EMA and FDA guidelines, creating Statistical Analysis Plans (SAPs), validating data, and generating statistical reports — as well as developing dedicated software, including applications such as to facilitate the analysis and validation of medical data. | ||
|
|
||
| We believe in science and want innovative scientists to tackle the questions and challenges of today’s world. We want scientists to always be able to rely on data—because we all rely on them. Our partnership approach is rooted in the scientific method—we combine data, our clients’ expertise, and our competencies to achieve the best results. | ||
|
|
||
| Our mission is to share knowledge with the broader community engaged in medical IT software development, clinical research, and the analysis of medical and biological data, as well as those just beginning their careers in these fields. Through our published content, we aim to showcase solutions for software development and provide guidance to researchers, particularly in the areas of statistics, machine learning, and the regulatory frameworks of the European Medicines Agency (EMA) and the U.S. Food and Drug Administration (FDA). | ||
|
|
||
| If you want to check our official page, visit Transition Technologies Science—you’ll learn that we provide software, data science services, and offer analytical support at every stage of clinical trials. | ||
|
|
||
| Reach out to us to explore the world of data - our email is office@ttsi.com.pl | ||
|
Comment on lines
+7
to
+17
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The text itself is good, but I would place the third and fourth paragraphs as a welcome post that outlines our intentions. In the "about me" section, I would keep the focus on us and our work, rather than what’s on the blog.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would leave main page empty, without "about us" or just one sentence. I agree with shortening - removing 4th paragraph is fine.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Resolved. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| title: "Archive" | ||
| layout: "archives" | ||
| url: "/archive/" | ||
| summary: archives | ||
| --- |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| name: Kamil Pytlak | ||
| img: kamil-pytlak.jpg | ||
| linkedin: https://www.linkedin.com/in/kamil-pytlak/ | ||
| bio: At TTSI, I am a Junior Biostatistician with a broad interest in data science and machine learning, particularly in cheminformatics applications using Python and R. I enjoy self-development literature, mountain climbing, and cycling. | ||
| --- |



There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot work on my laptop already - some C compilation issues :-/ Probably renv was a good idea, but it's going to be complicated.