-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/m3g/m3g.github.io
- Loading branch information
Showing
169 changed files
with
3,681 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# m3g.github.io | ||
|
||
Martínez Molecular Modeling Group (M3G) home page repository: | ||
|
||
## [https://m3g.github.io](https://m3g.github.io) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
</td></tr></table> | ||
|
||
|
||
{% include main/tail.shtml %} | ||
{% include main/tail.html %} | ||
|
2 changes: 1 addition & 1 deletion
2
_includes/main/didatico_start.shtml → _includes/main/didatico_start.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
{% include main/head.shtml %} | ||
{% include main/head.html %} | ||
|
||
<p class=section>Material didático</p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<script type="text/javascript"> | ||
let pics = [ | ||
{ | ||
image: './group_photos/grupo2015.jpg', | ||
caption: "Mariana, Tayane, Luciano, Emília, Gabriel, and Ivan, 2015" | ||
}, | ||
{ | ||
image: './group_photos/grupo2017.png', | ||
caption: "Guilherme, Leandro, Gabriel, Antônio, Luciano, 2017" | ||
}, | ||
{ | ||
image: './group_photos/grupo2017b.png', | ||
caption: "Guilherme, Tayane, Adriano, Gabriel, Leandro, Antônio, and Luciano, 2017" | ||
}, | ||
{ | ||
image: './group_photos/pibicem2019.png', | ||
caption: "Leandro, Alex, and Michael, receiving the honorable mention for their high-school research project, 2019." | ||
}, | ||
{ | ||
image: './group_photos/group2021_online.png', | ||
caption: "Leandro, Brenda, Guilherme, Felipe, Filipe, Allan, Ander, Vinicius, Pamella, Alexandre, Diego, 2021." | ||
}, | ||
{ | ||
image: './group_photos/grupo2022.jpg', | ||
caption: "Felipe, Vinicius, Pamella, Ander, Guilherme, Leandro, 2022." | ||
}, | ||
{ | ||
image: './group_photos/grupo2023_1.jpg', | ||
caption: "Leandro presenting at the 2023 Brazilian Biophysical Society Meeting." | ||
}, | ||
{ | ||
image: './group_photos/grupo2023_2.jpg', | ||
caption: "Lucas presenting at the 2023 Brazilian Biophysical Society Meeting." | ||
}, | ||
{ | ||
image: './group_photos/defesa_pamella_2023.jpg', | ||
caption: "Alessandro, Munir, Pamella, and Leandro, Pamella dissertation thesis, 2023." | ||
}, | ||
{ | ||
image: './group_photos/cces2024.png', | ||
caption: "Ana Beatriz, Jéssica, Pâmella, Camila, Leandro, Eduard, Felipe, Lucas, CCES meeting, 2024." | ||
}, | ||
{ | ||
image: './group_photos/2023_aniversario.png', | ||
caption: "Lucas, Leandro, Pamella, and Jéssica, 2023." | ||
} | ||
]; | ||
let randomIndex = Math.floor(Math.random() * pics.length); | ||
let rndpic = pics[randomIndex]; | ||
document.write("<img width=485px src='" +rndpic.image+ "'><br>"+rndpic.caption); | ||
</script> |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
_includes/main/head-refresh.shtml → _includes/main/head-refresh.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
_includes/main/publications_start.shtml → _includes/main/publications_start.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
_includes/mdlovofit/usage.shtml → _includes/mdlovofit/usage.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<table width=100%> | ||
<tr> | ||
<td class="tdclean" width=45% align=center bgcolor=lightblue> | ||
<a href=/mdlovofit/tutorial1.shtml>Tutorial</a> | ||
<a href=/mdlovofit/tutorial1.html>Tutorial</a> | ||
</td> | ||
<td class= "tdclean" width=45% align=center bgcolor=lightblue> | ||
<a href=/mdlovofit/input_options.shtml>Input options</a> | ||
<a href=/mdlovofit/input_options.html>Input options</a> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<head> | ||
<meta http-equiv="refresh" content="30; url=./index.html"> | ||
<link rel="stylesheet" type="text/css" href="https://m3g.github.io/topolink/estilo.css"> | ||
<title>TOPOLINK - Institute of Chemistry - UNICAMP</title> | ||
{% include js/popup.js %} | ||
</head> | ||
<body> | ||
|
||
{% include topolink/title.html %} | ||
|
||
{% include topolink/menu.html %} | ||
|
||
{% comment %} CONTENT STARTS HERE {% endcomment %} | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.