NEORIS Named Among the Best Employers in Argentina for 2024! - Asset Display Page
října 23, 2024
We are proud to share that NEORIS has been recognized in the prestigious 2024 Best Employers Ranking by Apertura magazine (El Cronista) in Argentina. This recognition highlights our position as one of the most attractive companies to work for in Argentina and reflects our commitment to well-being, professional growth, and innovation across every area of the organization.
This ranking was compiled after a thorough analysis of various key dimensions, including career opportunities, compensation policies, work environment, and continuous training. We competed alongside more than 195 companies from different sectors and industries, surpassing the criteria to be listed among the best employers.
This achievement is made possible thanks to the effort and dedication of our NEOS, who help make NEORIS an inclusive and inspiring workplace.
Being recognized in this ranking motivates us to keep improving our practices and continue investing in the personal and professional development of our team. Together, we are shaping the future!
Featured
Java method "com.liferay.portal.kernel.util.DateUtil_IW.parseDate(String, String, Locale)" threw an exception when invoked on com.liferay.portal.kernel.util.DateUtil_IW object "com.liferay.portal.kernel.util.DateUtil_IW@dc58b1b"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign dateToParse = dateUtil.parseD... [in template "20099#20135#36879" at line 50, column 33] ----
1<style>
2 #feactureBlogs {
3 margin-top: 5px;
4 }
5
6 #feactureBlogs .blogFeactureHidden {
7 display:none;
8 }
9 #feactureBlogs ul {
10 padding: 0;
11 margin: 0;
12 }
13
14 #feactureBlogs li {
15 list-style: none;
16 }
17
18 #feactureBlogs .titleBlog {
19 margin-bottom: 0px;
20 font-weight: bold;
21 color: #000000;
22 font-size:1rem;
23 }
24
25 #feactureBlogs .dateBlog {
26 margin-bottom: 10px;
27 text-transform: capitalize;
28 color: #5f6569;
29 font-size:0.87rem;
30 }
31</style>
32
33<#if entries?has_content>
34 <div id="feactureBlogs">
35 <div class="iniceBlogs">
36 <div class="groupBlogs">
37 <ul>
38 <#list entries as curEntry>
39 <#assign journalArticle = curEntry.getAssetRenderer().getArticle() />
40 <#assign document = saxReaderUtil.read(journalArticle.getContent()) />
41 <#assign root = document.getRootElement() />
42 <#assign elements = initializeVariables(root, ["Title", "Date"]) />
43 <#assign viewURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, curEntry, true) />
44
45 <#if elements.Title?first?? && extractStringValue(elements.Title?first, locale) != "null">
46 <li>
47 <a href="${viewURL}">
48 <p class="titleBlog">${extractStringValue(elements.Title?first, locale)}</p>
49 <#if elements.Date?first?? && extractStringValue(elements.Date?first, locale) != "null">
50 <#assign dateToParse = dateUtil.parseDate("yyyy-MM-dd", extractStringValue(elements.Date?first, locale), locale) />
51 <p class="dateBlog">${dateUtil.getDate(dateToParse, "MMMM d',' yyyy", locale)}</p>
52 </#if>
53 </a>
54 </li>
55 </#if>
56 </#list>
57 </ul>
58 </div>
59 </div>
60 </div>
61</#if>
62
63<#function initializeVariables rootElement variables>
64 <#assign values = {} />
65 <#list variables as key>
66 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-element[@name='${key}']") />
67 <#assign value = [] />
68 <#if xPathSelector.selectSingleNode(rootElement)??>
69 <#assign nodes = xPathSelector.selectNodes(rootElement) />
70 <#if nodes?size > 1>
71 <#list nodes as node>
72 <#assign value = value + [node]>
73 </#list>
74 <#else>
75 <#assign value = [xPathSelector.selectSingleNode(rootElement)] />
76 </#if>
77 <#else>
78 <#assign value = [] />
79 </#if>
80 <#assign values = values + {"${key}" : value} />
81 </#list>
82 <#return values />
83</#function>
84
85<#function extractStringValue node language>
86 <#if node?? && node?is_hash>
87 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-content[@language-id='${language}']/text()") />
88 <#assign string = xPathSelector.selectSingleNode(node)!"null" />
89 <#if !string?? || string == "null">
90 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-content/text()']/text()") />
91 <#assign string = xPathSelector.selectSingleNode(node)!"null" />
92 </#if>
93 <#return string.getStringValue() />
94 <#else>
95 <#return "null" />
96 </#if>
97</#function>
Most viewed
-
IA, SIM Swap y disrupción: las tendencias más destacadas del MWC 2024
března 25, 2024
-
NEORIS lanza HealthCheck para ayudar a las empresas frente al Coronavirus
března 27, 2020
-
NEORIS se convierte en Socio del Año de Microsoft
července 23, 2020
-
Microsoft reconoce a NEORIS como socio del año para SAP en AZURE
července 23, 2020