Skip to content
Snippets Groups Projects
Commit 1dd7b86d authored by AndiMajore's avatar AndiMajore
Browse files

added GitHub section and added links

parent d81b7936
No related branches found
No related tags found
No related merge requests found
Pipeline #64541 failed
...@@ -130,6 +130,7 @@ import { CallLandingComponent } from './pages/call-landing/call-landing.componen ...@@ -130,6 +130,7 @@ import { CallLandingComponent } from './pages/call-landing/call-landing.componen
import { ToolsBannerComponent } from './components/other/tools-banner/tools-banner.component'; import { ToolsBannerComponent } from './components/other/tools-banner/tools-banner.component';
import { ToolPanelComponent } from './components/other/tools-banner/tool-panel/tool-panel.component'; import { ToolPanelComponent } from './components/other/tools-banner/tool-panel/tool-panel.component';
import { CiteComponent } from './pages/cite/cite.component'; import { CiteComponent } from './pages/cite/cite.component';
import { ImplGitComponent } from './pages/doc/content/implementation/impl-git/impl-git.component';
@NgModule({ @NgModule({
...@@ -204,6 +205,7 @@ import { CiteComponent } from './pages/cite/cite.component'; ...@@ -204,6 +205,7 @@ import { CiteComponent } from './pages/cite/cite.component';
CiteComponent, CiteComponent,
ToolsBannerComponent, ToolsBannerComponent,
ToolPanelComponent, ToolPanelComponent,
ImplGitComponent,
], ],
imports: [ imports: [
BrowserModule, BrowserModule,
......
<p>
For code versioning Drugst.One uses GitHub. Under the <a href="https://github.com/drugst-one" target="_blank">drugst-one
organization</a> you can find the <a href="https://github.com/drugst-one/plugin" target="_blank">plugin repository</a>, the <a
href="https://github.com/drugst-one/backend" target="_blank">backend repository</a> and other repositories like
the <a href="https://github.com/drugst-one/integration-examples" target="_blank">integration examples</a> and the <a
href="https://github.com/drugst-one/django-template" target="_blank">website skeleton project</a>.
</p>
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { ImplGitComponent } from './impl-git.component';
describe('ImplGitComponent', () => {
let component: ImplGitComponent;
let fixture: ComponentFixture<ImplGitComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ ImplGitComponent ]
})
.compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(ImplGitComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-impl-git',
templateUrl: './impl-git.component.html',
styleUrls: ['./impl-git.component.scss']
})
export class ImplGitComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}
...@@ -4,7 +4,7 @@ to help you get started. It includes a working django webserver with an example ...@@ -4,7 +4,7 @@ to help you get started. It includes a working django webserver with an example
program that returns a list of genes and the visualization of the results in a program that returns a list of genes and the visualization of the results in a
Drugst.One instance. For more information and the code, check out our Drugst.One instance. For more information and the code, check out our
<a <a
href="https://gitlab.rrz.uni-hamburg.de/cosy-bio/drugst.one/template-django" href="https://github.com/drugst-one/django-template"
target="_blank" target="_blank"
>website template repository</a >website template repository</a
>. >.
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
></app-doc-subheader> ></app-doc-subheader>
<app-angular></app-angular> <app-angular></app-angular>
<app-doc-subheader text="Django" id="djano_setup" link="https://gitlab.rrz.uni-hamburg.de/cosy-bio/drugst.one/template-django/-/tree/main/drugstone_template"></app-doc-subheader> <app-doc-subheader text="Django" id="djano_setup" link="https://github.com/drugst-one/django-template/tree/main/drugstone_template"></app-doc-subheader>
<app-django></app-django> <app-django></app-django>
<app-doc-subheader <app-doc-subheader
...@@ -174,7 +174,11 @@ ...@@ -174,7 +174,11 @@
text="Implementation" text="Implementation"
id="implementation" id="implementation"
></app-doc-header> ></app-doc-header>
<app-doc-subheader
text="GitHub"
id="implementation_git"
></app-doc-subheader>
<app-impl-git></app-impl-git>
<app-doc-subheader <app-doc-subheader
text="Datasources" text="Datasources"
id="implementation_datasources" id="implementation_datasources"
......
...@@ -56,6 +56,7 @@ export class DocNavbarComponent implements OnInit { ...@@ -56,6 +56,7 @@ export class DocNavbarComponent implements OnInit {
}, },
{ {
name: 'Implementation', target: 'nav_implementation', elements: [ name: 'Implementation', target: 'nav_implementation', elements: [
{name: 'GitHub', anchor: 'implementation_git'},
{ name: 'Datasources', anchor: 'implementation_datasources' }, { name: 'Datasources', anchor: 'implementation_datasources' },
{ name: 'Network', anchor: 'implementation_visjs' }, { name: 'Network', anchor: 'implementation_visjs' },
{ name: 'Algorithms', anchor: 'implementation_algorithms' }, { name: 'Algorithms', anchor: 'implementation_algorithms' },
......
src/assets/favicon_raw.png

66.8 KiB | W: | H:

src/assets/favicon_raw.png

67.5 KiB | W: | H:

src/assets/favicon_raw.png
src/assets/favicon_raw.png
src/assets/favicon_raw.png
src/assets/favicon_raw.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment