-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (70 loc) · 3.81 KB
/
index.html
File metadata and controls
79 lines (70 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
layout: default
---
<div class="home">
<!--
<h1 class="page-heading">Posts</h1>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
-->
<div class="container-avatar">
<div class="avatar"><img class="img-circle" src="{{ site.baseurl }}resources/images/marcos_180x180.png"
alt="Personal picture"/></div>
</div>
<br/>
<!-- Info -->
<h1 class="my-header">Marcos Martínez-Romero</h1>
<h2 class="my-header">Technical Director</h2>
<h3 class="my-header">Stanford Center for Biomedical Informatics Research · Stanford University</h3>
<!-- About me -->
<!-- <div class="container-info">
<p>
PhD in Computer Science<br/>
10+ years of experience in Research and Software Development<br/>
Based in Palo Alto, CA
</p>
</div> -->
<!-- Twitter widget-->
<!--
<div class="container-twitter-widget">
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">3 papers recently accepted! <a href="https://twitter.com/hashtag/ICBO2017?src=hash">#ICBO2017</a> (<a href="https://t.co/D8smI3gd6m">https://t.co/D8smI3gd6m</a>), <a href="https://twitter.com/hashtag/AMIA2017?src=hash">#AMIA2017</a> (<a href="https://t.co/W6GicwtwKj">https://t.co/W6GicwtwKj</a>), <a href="https://twitter.com/hashtag/ISWC2017?src=hash">#ISWC2017</a> (+info soon) <a href="https://twitter.com/hashtag/metadatacenter?src=hash">#metadatacenter</a></p>— Marcos MR (@mmartinezromero) <a href="https://twitter.com/mmartinezromero/status/886307297915359232">July 15, 2017</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
-->
<!-- Links -->
<div class="container-links">
<!--<p><a href="/research_works/">List of publications</a></p>-->
</div>
<!-- Tags -->
<div class="container-tags">
<a href="https://en.wikipedia.org/wiki/Semantic_technology">#SemanticTechnology</a>
<a href="https://en.wikipedia.org/wiki/Knowledge_engineering">#KnowledgeEngineering</a>
<a href="https://en.wikipedia.org/wiki/Knowledge_Graph">#KnowledgeGraphs</a>
<a href="https://en.wikipedia.org/wiki/Ontology_(information_science)">#Ontologies</a>
<a href="https://en.wikipedia.org/wiki/Semantic_Web">#SemanticWeb</a>
<a href="https://en.wikipedia.org/wiki/Metadata">#Metadata</a>
<a href="https://www.knowledgescientist.org/">#KnowledgeScience</a>
<a href="https://us-rse.org/">#ResearchSoftwareEngineering</a>
</div>
<!-- Social -->
<div class="container-social">
<a class="fa fa-envelope" title="Send me an e-mail" href="mailto:marcos.martinez.romero@gmail.com"></a>
<a class="fa fa-linkedin" title="LinkedIn profile" href="https://www.linkedin.com/in/marcos-mr/"></a>
<a class="fa fa-google" title="Google Scholar profile"
href="https://scholar.google.com/citations?user=kTgyM9wAAAAJ&hl=en"></a>
<a class="fa fa-github" title="GitHub profile" href="https://github.com/marcosmro"></a>
<a class="fa fa-twitter" title="Twitter profile" href="https://twitter.com/mmartinezromero"></a>
<a class="fa fa-facebook" title="Facebook profile" href="https://www.facebook.com/marcos.martinez.r"></a>
<a class="fa fa-500px" title="500px profile" href="https://500px.com/p/marcosmr"></a>
</div>
</div>