Commit 61ad2b2f authored by Katarína Furmanová's avatar Katarína Furmanová
Browse files

update about + doi links

parent c8875285
Loading
Loading
Loading
Loading
Loading
+116 −87
Original line number Diff line number Diff line
@@ -8,29 +8,56 @@

        <mat-tab-group dynamicHeight (selectedTabChange)="tabChanged($event)">
            <mat-tab label="About">
                <div class = "about-page">
                <div class="about-page" style="display: flex;">
                    <img src="../assets/book.png" alt="book"
                        style="width: 20%; margin-right: 20px;  object-fit: contain; ">
                    <div style="position: relative; margin-top: 2%">
                        <h2>About</h2>

                <p>This website accompanies the book <b><a href="https://link.springer.com/book/9783031667886">BioMedical Visualization: Past Work, Current Trends, and Open Challenges </a></b>. 
                    The goal of this book is to provide an overview of biomedical visualization by
                    highlighting the overall trends of research through the years and the evolution of
                    topics over time. To uncover the trends, we have manually curated over 3,800
                    research publications related to biomedical visualization, which we categorized
                    according to the application field.</p>

                <p>A searchable repository of all the curated publications along with overview statistics can be found under the tab <b>Trends</b>. We complemented the publication overview with the list 
                    of available biomedical visualization tools, that can be found under the tab <b>Software</b>.</p>

                    <p>Katarína Furmanová <br>
                    Barbora Kozlíková<br>
                    Thomas Höllt<br>
                    Eduard Gröller<br>
                    Bernhard Preim<br>
                    Renata Georgia Raidou
                        <p>This website accompanies the book <b><a
                                    href="https://link.springer.com/book/9783031667886">BioMedical Visualization: Past
                                    Work, Current Trends, and Open Challenges </a></b>.
                            This book provides an overview of the many visualization strategies that have been proposed
                            in recent decades for solving problems within the disciplines of medicine and biology. It
                            also evaluates which visualization techniques applied to various areas of biomedicine have
                            been the most impactful and which challenges can be considered solved using visualization.
                            The topics covered in this book include visualization research in omics, interaction
                            networks and pathways, biological structures, tumor diagnosis and treatment, vasculature,
                            brain, surgery, educational contexts, therapy and rehabilitation, electronic health records,
                            and public health. One chapter is dedicated to general visualization techniques commonly
                            used for biomedical data, such as surface and volume rendering, as well as abstract and
                            illustrative approaches. For each of these areas, the past and present research trends are
                            discussed, highlighting the influential works. Furthermore, the book explains how research
                            is affected by developments in technology, data availability, and domain practice.
                            Individual sections also summarize the typical target users, the nature of the data, and the
                            typical tasks addressed in the given domain.</p>

                        <p>To uncover the trends, we have manually curated over 3,800 research publications related to
                            biomedical visualization, which we categorized according to the application field. A
                            searchable repository of all the curated publications along with overview statistics can be
                            found under the tab <b>Trends</b>. We complemented the publication overview with the list
                            of available biomedical visualization tools, that can be found under the tab
                            <b>Software</b>.
                        </p>

                        <hr>

                        <p><b>Katarína Furmanová</b>, Faculty of Informatics, Masaryk University, Brno, Czech Republic
                            <br>
                            <b>Barbora Kozlíková</b>, Faculty of Informatics, Masaryk University, Brno, Czech
                            Republic<br>
                            <b>Thomas Höllt</b>, Faculty of Electrical Engineering, Mathematics and Computer Science,
                            Delft University of Technology, Delft, The Netherlands<br>
                            <b>Eduard Gröller</b>, Institute of Visual Computing & Human-Centered Technology, TU Wien,
                            Wien, Austria<br>
                            <b>Bernhard Preim</b>, Faculty of Computer Science, Otto-von-Guericke University Magdeburg,
                            Magdeburg, Germany<br>
                            <b>Renata Georgia Raidou</b>, Institute of Visual Computing & Human-Centered Technology, TU
                            Wien, Wien, Austria
                        </p>

                    </div>
                </div>

            </mat-tab>

@@ -88,8 +115,7 @@
                    <h3>Interaction Filters:</h3>
                    <div id="filer-list" class="fields">
                        <mat-chip-list class="chip-list" aria-label="Active interactions">
                            <mat-chip color="warn" *ngFor="let paper of paperFilters"
                                selected>{{paper}}</mat-chip>
                            <mat-chip color="warn" *ngFor="let paper of paperFilters" selected>{{paper}}</mat-chip>
                        </mat-chip-list>
                    </div>

@@ -161,7 +187,9 @@
                        <li><a href="https://itk.org/">ITK</a> - The Insight Toolkit</li>
                        <li><a href="https://pyvista.org/">PyVista</a></li>
                        <li><a href="https://www.uni-muenster.de/Voreen/">Voreen</a></li>
                    <li><a href="https://www.thermofisher.com/cz/en/home/electron-microscopy/products/software-em-3d-vis/amira-software.html">Amira</a></li>   
                        <li><a
                                href="https://www.thermofisher.com/cz/en/home/electron-microscopy/products/software-em-3d-vis/amira-software.html">Amira</a>
                        </li>
                        <li><a href="https://www.osirix-viewer.com/">Osirix</a></li>
                    </ul>
                </div>
@@ -173,7 +201,8 @@
            <app-journal-histogram id="journal_histogram_container" class="graph-element"></app-journal-histogram>
            <app-journal-linechart id="journal_linechart_container" class="graph-element"></app-journal-linechart>
            <app-author-network id="author_network_container" class="graph-element"></app-author-network>
            <app-affiliation-choropleth id="affiliation_choropleth_container" class="graph-element"></app-affiliation-choropleth>
            <app-affiliation-choropleth id="affiliation_choropleth_container"
                class="graph-element"></app-affiliation-choropleth>
            <!--<app-author-link-histogram class="graph-element"></app-author-link-histogram>-->

        </div>
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
                    <h3>{{paper.title}}</h3>
                    <span>Authors: {{paper.author}}</span>
                    <span>Year of Publication: {{paper.publicationYear}}</span>
                    <span *ngIf="paper.doi">DOI: {{paper.doi}}</span>
                    <span *ngIf="paper.doi">DOI: <a href="https://doi.org/{{paper.doi}}"> {{paper.doi}}</a></span>
                </div>
            </div>
            </div>
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ export class VisDataService {
  readonly KEY_AREA = "Area"
  readonly KEY_AFFILIATION = "Affiliation"

  private csvUrl = 'assets/withAff2.csv';
  private csvUrl = 'assets/withAff6.csv';
  private rawCsvData: any;

  private papers = new Array<EnrichedZoteroPaper>();

src/assets/book.png

0 → 100644
+370 KiB
Loading image diff...
Loading