marinabarrow /  type2diabetesmellitus

Created
Maintained by marinabarrow
Ace Therapeutics provides diverse diabetic mouse models targeting type 1 diabetes mellitus (T1DM), type 2 diabetes mellitus (T2DM), and gestational diabetes mellitus (GDM). The T1DM mouse models allow researchers to study the mechanism of type 1 diabetes, identify biomarkers, and test potential therapies. Mouse models for T2DM study is generated by feeding mice a high-fat or high-sugar diet or genetically modifying mice to develop obesity and insulin resistance. These models matter a lot in type 2 diabetes research. Different from T2DM mouse models, GDM mouse models involve feeding mice a high-fat or high-sugar diet during pregnancy or genetically modifying mice to develop impaired glucose tolerance and insulin resistance during pregnancy.  |   https://www.acetherapeutics.com/diabetes/type-2-diabetes-mellitus-service.html
Members 1
Marina Barrow committed 2 weeks ago

type2diabetesmellitus

Ace Therapeutics provides diverse diabetic mouse models targeting type 1 diabetes mellitus (T1DM), type 2 diabetes mellitus (T2DM), and gestational diabetes mellitus (GDM). The T1DM mouse models allow researchers to study the mechanism of type 1 diabetes, identify biomarkers, and test potential therapies. Mouse models for T2DM study is generated by feeding mice a high-fat or high-sugar diet or genetically modifying mice to develop obesity and insulin resistance. These models matter a lot in type 2 diabetes research. Different from T2DM mouse models, GDM mouse models involve feeding mice a high-fat or high-sugar diet during pregnancy or genetically modifying mice to develop impaired glucose tolerance and insulin resistance during pregnancy.


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.

Instructions

Local Project Setup - Git Commands

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/marinabarrow/type2diabetesmellitus.git
cd type2diabetesmellitus
... 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/marinabarrow/type2diabetesmellitus.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/marinabarrow/type2diabetesmellitus.git
git push -u ef-repo main --force

How To Update Your Project Cover Image

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)