Invasion and metastasis are responsible for the high morbidity and mortality in cancer patients. Invasion into the surrounding normal tissues is generally considered to be a key hallmark of malignant tumors. More efforts for anticancer drug development now move towards therapies that targeted on the inhibition of this key "hallmark" of cancer. The 3D tumor spheroid invasion assay allows cells to invade out of the tumor mass into the extracellular matrix-like environment. The true 3D manner takes into account important aspects of the pathophysiology of a tumor mass, in which the tumor spheroids may experience hypoxia and nutrient deprivation which may cause the change in gene expression and promote migration and invasion. Creative Bioarray believes that the rapid, automatable 3D invasion system that enables highly reproducible experimental conditions and high throughput analysis will give our customers the best results to identify novel therapeutic agents.
In order to interact with this project, make sure you have provided your ssh key here.
By convention, the original / primary remote repository is called origin.
If you are starting a brand new project without a local repository, here are the suggested Git commands:
git clone ssh://git@repositories.efabless.com/creativebioarray/3DInvasionAssay.git
cd 3DInvasionAssay
... do some changes
git push -u origin main
If you already have a local Git repository, initialized with git init, you will need to associate your local repository with the Efabless Repository remote location. The following Git commands will add Efabless Repository as a remote repository and push your changes to the main branch.
git remote add origin ssh://git@repositories.efabless.com/creativebioarray/3DInvasionAssay.git
git pull origin main --rebase --allow-unrelated-histories
git push -u origin main
If you already have a remote repository, for example one on GitHub, use the Git command below to add another remote Git repo (make sure that each repo has its unique ID, e.g. origin, ef-repo in the example below).
git remote add ef-repo ssh://git@repositories.efabless.com/creativebioarray/3DInvasionAssay.git
git push -u ef-repo main --force
A default cover.png has already been added to the root directory of this remote repository.
If your project is not private, this image can be viewed in the project search results list.
To show your own cover image, replace cover.png with a file called 'cover' and an allowed image extension ('.jpg', '.jpeg', '.png', '.gif', '.webp') and then push your changes.
(Maximum allowed file size: 1 MB)